Re: [Qemu-devel] [PATCH] ppc: Fix up usermode only builds

2011-10-23 Thread Alexander Graf
On 23.10.2011, at 20:25, David Gibson wrote: > The recent usage of MemoryRegion in kvm_ppc.h breaks builds with > CONFIG_USER_ONLY=y. This patch fixes it. > > Signed-off-by: David Gibson Ouch. Thanks a lot for the fix! Alex > --- > target-ppc/kvm_ppc.h |4 > 1 files changed, 4 i

[Qemu-devel] [PATCH] ppc: Fix up usermode only builds

2011-10-23 Thread David Gibson
The recent usage of MemoryRegion in kvm_ppc.h breaks builds with CONFIG_USER_ONLY=y. This patch fixes it. Signed-off-by: David Gibson --- target-ppc/kvm_ppc.h |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/target-ppc/kvm_ppc.h b/target-ppc/kvm_ppc.h index b0d6fb6..f