forked from qemu/qemu
-
Notifications
You must be signed in to change notification settings - Fork 144
Closed
Description
On a current (Dec. 2022) Debian/GNU Linux system, if libxen-dev is installed, the configure
command will automatically enable Xen support
xen support yes
but the API seems no longer compatible with some function no longer available, making the compilation fail. Disabling explicitly Xen support
./configure --enable-debug --disable-xen --disable-werror --target-list="arm-softmmu"
solves the issue.
Metadata
Metadata
Assignees
Labels
No labels