Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

libxen incompatibility #42

Closed
jmfriedt opened this issue Dec 16, 2022 · 1 comment
Closed

libxen incompatibility #42

jmfriedt opened this issue Dec 16, 2022 · 1 comment

Comments

@jmfriedt
Copy link

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
Copy link
Owner

beckus commented Jan 15, 2023

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

@beckus beckus closed this as completed Jan 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants