On 5 May 2014 15:09, Rob Herring <robherring2@xxxxxxxxx> wrote: > On Mon, May 5, 2014 at 9:06 AM, Rob Herring <robherring2@xxxxxxxxx> wrote: >> This does not compile for me: >> >> CC aarch64-softmmu/hw/arm/virt.o >> hw/arm/virt.c: In function ‘create_fdt’: >> hw/arm/virt.c:186:44: error: ‘KVM_CAP_ARM_PSCI_0_2’ undeclared (first >> use in this function) >> if (kvm_check_extension(kvm_state, KVM_CAP_ARM_PSCI_0_2)) { >> ^ > > Note that I am building for system emulation, not KVM which may > explain the difference (I assume it actually builds for you). Yes, you can't use the kernel header constants here, you need to use the QEMU_ variants that kvm-consts.h provides. thanks -- PMM _______________________________________________ kvmarm mailing list kvmarm@xxxxxxxxxxxxxxxxxxxxx https://lists.cs.columbia.edu/mailman/listinfo/kvmarm