commit | 041603fe5d4537cd165941f96bd76a31f7f662fd | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Mon Sep 09 17:49:45 2013 +0200 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Thu Oct 17 17:31:00 2013 +0200 |
tree | abaeabe8e76a724930c02289dcc256647fca03e3 | |
parent | 17a15f1b768fe2aab8c5f360b05c0daddf0c438b [diff] |
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>