Architecture: amd64 arm64 armhf
Provides: xen-utils
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends}, xen-utils-common (>= ${source:Version})
-Recommends: bridge-utils, xen-hypervisor-4.16, qemu-system-x86 [amd64], grub-xen-host [amd64]
+Recommends: bridge-utils, xen-hypervisor-4.16, qemu-system-xen [amd64], grub-xen-host [amd64]
Suggests: qemu-utils [amd64], seabios [amd64], ovmf
Description: XEN administrative tools
The userspace tools to manage a system virtualized through the XEN virtual
--disable-blktap1 \
--disable-blktap2 \
--disable-qemu-traditional --disable-rombios \
- --with-system-qemu=/usr/bin/qemu-system-i386 \
+ --with-system-qemu=/usr/libexec/xen-qemu-system-i386 \
--enable-ovmf --with-system-ovmf=/usr/share/ovmf/OVMF.fd \
--with-system-seabios=/usr/share/seabios/bios-256k.bin
CXENSTORED="$ROOT"/bin/xenstored
OXENSTORED="$ROOT"/bin/oxenstored
XENSTORED_PIDFILE="/run/xenstore.pid"
-QEMU=/usr/bin/qemu-system-i386
+QEMU=/usr/libexec/xen-qemu-system-i386
QEMU_PIDFILE="/run/qemu-dom0.pid"
QEMU_ARGS="-xen-domid 0 -xen-attach -name dom0 -nographic -M xenpv -daemonize -monitor none -serial none -parallel none"