]> Git Repo - qemu.git/commit
kvm: fix build error in ppc kvm due to memory_region_init_ram_ptr() change
authorAvi Kivity <[email protected]>
Thu, 5 Jan 2012 10:30:31 +0000 (12:30 +0200)
committerAvi Kivity <[email protected]>
Sun, 8 Jan 2012 10:59:16 +0000 (12:59 +0200)
commit6148b23d69444a300710db0c53f6c53b7f3c8067
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 <[email protected]>
target-ppc/kvm.c
This page took 0.021241 seconds and 4 git commands to generate.