commit | e34911c420c617151fe5bc95a4b6f269cca0483b | [log] [tgz] |
---|---|---|
author | Avi Kivity <avi@redhat.com> | Mon Dec 19 12:06:23 2011 +0200 |
committer | Avi Kivity <avi@redhat.com> | Tue Dec 20 14:14:08 2011 +0200 |
tree | 49b7cd0df473386a53bf4fef2534c48134dd2e72 | |
parent | c65adf9bcdc9c3212d62696f1b52c8ce0f98dd7f [diff] |
memory: temporarily add memory_region_get_ram_addr() This is a layering violation, but needed while the code contains naked calls to qemu_get_ram_ptr() and the like. Signed-off-by: Avi Kivity <avi@redhat.com>