]> git.proxmox.com Git - qemu.git/commit
exec: remove qemu_safe_ram_ptr
authorPaolo Bonzini <pbonzini@redhat.com>
Mon, 9 Sep 2013 15:49:45 +0000 (17:49 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 17 Oct 2013 15:31:00 +0000 (17:31 +0200)
commit041603fe5d4537cd165941f96bd76a31f7f662fd
treeabaeabe8e76a724930c02289dcc256647fca03e3
parent17a15f1b768fe2aab8c5f360b05c0daddf0c438b
exec: remove qemu_safe_ram_ptr

This is not needed since the RAM list is not modified anymore by
qemu_get_ram_ptr.  Replace it with qemu_get_ram_block.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
exec.c