]> git.proxmox.com Git - mirror_qemu.git/commit - exec.c
exec: fix guest memory access for Xen
authorAnthony PERARD <anthony.perard@citrix.com>
Mon, 19 Mar 2012 15:54:34 +0000 (15:54 +0000)
committerAvi Kivity <avi@redhat.com>
Mon, 19 Mar 2012 17:13:30 +0000 (19:13 +0200)
commit0a1b357f1555ce410d2d0d5f947b5415587ac4d8
treed3768268e966fe06454a350e15c3f9507c5bbfa1
parent32b089808f125470b3563bf4209c2301fa35c58e
exec: fix guest memory access for Xen

In cpu_physical_memory_rw, a change has been introduced and qemu_get_ram_ptr is
no longuer called with the ram addr we want to access, but only with the
section address. This patch fixes this. (All other call to qemu_get_ram_ptr are
already called with the right address.)

This patch fixes Xen guest.

Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
exec.c