On 29/09/20 22:36, Philippe Mathieu-Daudé wrote: > Yes, the problem if I don't restrict to KVM, when > using the Xen accelerator odd things occur > (using configure --enable-xen --disable-tcg --disable-kvm): > > Compiling C object libqemu-i386-softmmu.fa.p/hw_cpu_a15mpcore.c.o > hw/cpu/a15mpcore.c:28:10: fatal error: kvm_arm.h: No such file or directory > > See > https://wiki.xenproject.org/wiki/Xen_ARM_with_Virtualization_Extensions#Use_of_qemu-system-i386_on_ARM I don't understand. Is Xen adding CONFIG_ARM_VIRT=y to default-configs/i386-softmmu.mak?? (By the way, there are duplicate Kconfig symbols between target/arm and hw/cpu, they could/should be removed from target/arm). Paolo