diff options
| author | Anthony Liguori <aliguori@us.ibm.com> | 2011-06-22 07:07:55 -0500 |
|---|---|---|
| committer | Anthony Liguori <aliguori@us.ibm.com> | 2011-06-22 07:07:55 -0500 |
| commit | 7ee28fd303003d70bb4c142e6ad4b92b7383b5b4 (patch) | |
| tree | 03781532cc1e7b53d5ce4ffd3a49d515dcdf21c3 /cpu-common.h | |
| parent | bcd2491a48787542160d75fb7468907971b04478 (diff) | |
| parent | 01195b7347e341a49fa554959882b26c666a3616 (diff) | |
| download | focaccia-qemu-7ee28fd303003d70bb4c142e6ad4b92b7383b5b4.tar.gz focaccia-qemu-7ee28fd303003d70bb4c142e6ad4b92b7383b5b4.zip | |
Merge remote-tracking branch 'agraf/xen-next' into staging
Diffstat (limited to 'cpu-common.h')
| -rw-r--r-- | cpu-common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpu-common.h b/cpu-common.h index 9f5917224a..b027e43088 100644 --- a/cpu-common.h +++ b/cpu-common.h @@ -65,6 +65,7 @@ void qemu_ram_free_from_ptr(ram_addr_t addr); void qemu_ram_remap(ram_addr_t addr, ram_addr_t length); /* This should only be used for ram local to a device. */ void *qemu_get_ram_ptr(ram_addr_t addr); +void *qemu_ram_ptr_length(target_phys_addr_t addr, target_phys_addr_t *size); /* Same but slower, to use for migration, where the order of * RAMBlocks must not change. */ void *qemu_safe_ram_ptr(ram_addr_t addr); |