kvm: fix build error in ppc kvm due to memory_region_init_ram_ptr() change
commit6148b23d69444a300710db0c53f6c53b7f3c8067
authorAvi Kivity <avi@redhat.com>
Thu, 5 Jan 2012 10:30:31 +0000 (5 12:30 +0200)
committerAvi Kivity <avi@redhat.com>
Sun, 8 Jan 2012 10:59:16 +0000 (8 12:59 +0200)
treee9fe7a75a785c1dd478b6276a9234e7ceb549402
parente7f929028cc11a439ee7bbdf40724d87016361fa
kvm: fix build error in ppc kvm due to memory_region_init_ram_ptr() change

Commit c5705a772 ("vmstate, memory: decouple vmstate from memory API") changed
the signature of memory_region_init_ram_ptr() but did not update a caller in
the ppc kvm module.  Fix.

Signed-off-by: Avi Kivity <avi@redhat.com>
target-ppc/kvm.c