]> Git Repo - qemu.git/commit
memory, xen: pass MemoryRegion to xen_ram_alloc()
authorAvi Kivity <[email protected]>
Sun, 18 Dec 2011 13:48:55 +0000 (15:48 +0200)
committerAvi Kivity <[email protected]>
Mon, 19 Dec 2011 15:23:24 +0000 (17:23 +0200)
commitfce537d4a741521ac182d54465c568b101b9a71e
tree5eaa74102ac97de28b109d285c5eef65726d8eb5
parent5ab97b7f81dccccee03a3f1d03a4d09a27f0eeff
memory, xen: pass MemoryRegion to xen_ram_alloc()

Currently xen_ram_alloc() relies on ram_addr, which is going away.
Give it something else to use as a cookie.

Signed-off-by: Avi Kivity <[email protected]>
cpu-common.h
exec.c
hw/xen.h
memory.c
xen-all.c
xen-stub.c
This page took 0.026027 seconds and 4 git commands to generate.