Home
last modified time | relevance | path

Searched hist:"0878 d0e11ba8013dd759c6921cbf05ba6a41bd71" (Results 1 – 2 of 2) sorted by relevance

/qemu/scripts/
H A Ddump-guest-memory.py0878d0e11ba8013dd759c6921cbf05ba6a41bd71 Mon Feb 22 10:02:12 UTC 2016 Paolo Bonzini <pbonzini@redhat.com> exec: hide mr->ram_addr from qemu_get_ram_ptr users

Let users of qemu_get_ram_ptr and qemu_ram_ptr_length pass in an
address that is relative to the MemoryRegion. This basically means
what address_space_translate returns.

Because the semantics of the second parameter change, rename the
function to qemu_map_ram_ptr.

Reviewed-by: Fam Zheng <famz@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
/qemu/system/
H A Dmemory.c0878d0e11ba8013dd759c6921cbf05ba6a41bd71 Mon Feb 22 10:02:12 UTC 2016 Paolo Bonzini <pbonzini@redhat.com> exec: hide mr->ram_addr from qemu_get_ram_ptr users

Let users of qemu_get_ram_ptr and qemu_ram_ptr_length pass in an
address that is relative to the MemoryRegion. This basically means
what address_space_translate returns.

Because the semantics of the second parameter change, rename the
function to qemu_map_ram_ptr.

Reviewed-by: Fam Zheng <famz@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>