]> git.proxmox.com Git - mirror_qemu.git/commit - exec.c
memory, xen: pass MemoryRegion to xen_ram_alloc()
authorAvi Kivity <avi@redhat.com>
Sun, 18 Dec 2011 13:48:55 +0000 (15:48 +0200)
committerAvi Kivity <avi@redhat.com>
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 <avi@redhat.com>
cpu-common.h
exec.c
hw/xen.h
memory.c
xen-all.c
xen-stub.c