diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2015-08-11 10:52:46 +0200 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2015-10-12 18:29:26 +0200 |
commit | 88401cbc5b5730986fd5040425f5015a9cce9080 (patch) | |
tree | 3743534ef3ba8e61082d77d1e1544f53c89f9f1f /include/exec/ram_addr.h | |
parent | 46eb8f98f2ce402e384d60ddd15020720994c7ca (diff) | |
download | qemu-88401cbc5b5730986fd5040425f5015a9cce9080.zip |
exec: remove non-TCG stuff from exec-all.h header.
The header is included from basically everywhere, thanks to cpu.h.
It should be moved to the (TCG only) files that actually need it.
As a start, remove non-TCG stuff.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'include/exec/ram_addr.h')
-rw-r--r-- | include/exec/ram_addr.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/exec/ram_addr.h b/include/exec/ram_addr.h index c400a75a6a..3360ac5fde 100644 --- a/include/exec/ram_addr.h +++ b/include/exec/ram_addr.h @@ -289,5 +289,6 @@ uint64_t cpu_physical_memory_sync_dirty_bitmap(unsigned long *dest, return num_dirty; } +void migration_bitmap_extend(ram_addr_t old, ram_addr_t new); #endif #endif |