Re: [Qemu-devel] [PATCH 4/5] target-ppc: Remove CONFIG_PSERIES dependency in kvm.c

2013-03-15 Thread Alexander Graf
On 14.03.2013, at 02:53, David Gibson wrote: > target-ppc/kvm.c has an #ifdef on CONFIG_PSERIES, for the handling of > KVM exits due to a PAPR hypercall from the guest. However, since commit > e4c8b28cde12d01ada8fe869567dc5717a2dfcb7 "ppc: express FDT dependency of > pSeries and e500 boards via

[Qemu-devel] [PATCH 4/5] target-ppc: Remove CONFIG_PSERIES dependency in kvm.c

2013-03-13 Thread David Gibson
target-ppc/kvm.c has an #ifdef on CONFIG_PSERIES, for the handling of KVM exits due to a PAPR hypercall from the guest. However, since commit e4c8b28cde12d01ada8fe869567dc5717a2dfcb7 "ppc: express FDT dependency of pSeries and e500 boards via default-configs/", this hasn't worked properly. That pa