beckus / qemu_stm32

QEMU with an STM32 microcontroller implementation
http://beckus.github.io/qemu_stm32/
Other
524 stars 144 forks source link

libxen incompatibility #42

Closed jmfriedt closed 1 year ago

jmfriedt commented 1 year ago

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.

beckus commented 1 year ago

Thank you very much @jmfriedt ! I have added this to the README.