]> git.ipfire.org Git - thirdparty/qemu.git/commit - exec.c
memory: return MemoryRegion from qemu_ram_addr_from_host
authorPaolo Bonzini <pbonzini@redhat.com>
Mon, 6 May 2013 12:36:15 +0000 (14:36 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 4 Jul 2013 15:42:46 +0000 (17:42 +0200)
commit1b5ec2346703c060d26ada7d95fe9aaf476b1947
tree8fb0f0308a8390e5674d6dfac7d2b96e98f3767d
parent7443b43758ba5eeca8f81ca15fe9fced8983be26
memory: return MemoryRegion from qemu_ram_addr_from_host

It will be needed in the next patch.

Reviewed-by: Jan Kiszka <jan.kiszka@siemens.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
cputlb.c
exec.c
include/exec/cpu-common.h
target-i386/kvm.c