[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH v7 5/6] Initial implementation of vGICv3
From: |
Pavel Fedin |
Subject: |
Re: [Qemu-devel] [PATCH v7 5/6] Initial implementation of vGICv3 |
Date: |
Mon, 03 Aug 2015 18:30:36 +0300 |
Hello!
> > obj-$(CONFIG_APIC) += apic.o apic_common.o
> > obj-$(CONFIG_ARM_GIC_KVM) += arm_gic_kvm.o
> > +ifeq ($(ARCH), aarch64) # Only 64-bit KVM can use these
> > +obj-$(CONFIG_ARM_GIC_KVM) += arm_gicv3_kvm.o
>
> Does it actually fail to compile in a 32-bit KVM config?
I forgot to reply to this. Yes, it does, because KVM_VGIC_V3_ADDR_TYPE_xxx
definitions are available only for 64 bits.
Kind regards,
Pavel Fedin
Expert Engineer
Samsung Electronics Research center Russia
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: [Qemu-devel] [PATCH v7 5/6] Initial implementation of vGICv3,
Pavel Fedin <=