]> git.proxmox.com Git - mirror_qemu.git/commit
ppc: Fix up usermode only builds
authorDavid Gibson <david@gibson.dropbear.id.au>
Sun, 23 Oct 2011 17:25:04 +0000 (17:25 +0000)
committerAlexander Graf <agraf@suse.de>
Sun, 30 Oct 2011 19:03:27 +0000 (20:03 +0100)
commit98efaf75282a96ffbe2914f79a9f5cb736a03db4
tree998190e29bce7fb989404d5ca132c9b168a6fc75
parenta7342588c081c7497bc7810431a03fa7b669af40
ppc: Fix up usermode only builds

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 <david@gibson.dropbear.id.au>
Signed-off-by: Alexander Graf <agraf@suse.de>
target-ppc/kvm_ppc.h