]> git.proxmox.com Git - mirror_qemu.git/commit - memory.c
memory: Drop MemoryRegion.ram_addr
authorFam Zheng <famz@redhat.com>
Tue, 1 Mar 2016 06:18:21 +0000 (14:18 +0800)
committerPaolo Bonzini <pbonzini@redhat.com>
Mon, 7 Mar 2016 12:26:29 +0000 (13:26 +0100)
commit8e41fb63c5bf29ecabe0cee1239bf6230f19978a
treea0f105310b59466dbd726eca96837550b92f2ecf
parent7ebb2745acbb8d910eab07dc5f0aa01a4457703c
memory: Drop MemoryRegion.ram_addr

All references to mr->ram_addr are replaced by
memory_region_get_ram_addr(mr) (except for a few assertions that are
replaced with mr->ram_block).

Reviewed-by: Gonglei <arei.gonglei@huawei.com>
Signed-off-by: Fam Zheng <famz@redhat.com>
Message-Id: <1456813104-25902-5-git-send-email-famz@redhat.com>
Acked-by: Laszlo Ersek <lersek@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
cputlb.c
exec.c
hw/misc/ivshmem.c
include/exec/memory.h
kvm-all.c
memory.c
scripts/dump-guest-memory.py