[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v3 17/19] hw/arm: Automatically select the 'virt' machine on
From: |
Paolo Bonzini |
Subject: |
Re: [PATCH v3 17/19] hw/arm: Automatically select the 'virt' machine on KVM |
Date: |
Thu, 1 Oct 2020 09:38:59 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.11.0 |
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
- Re: [PATCH v3 17/19] hw/arm: Automatically select the 'virt' machine on KVM,
Paolo Bonzini <=