diff options
author | Blue Swirl <blauwirbel@gmail.com> | 2012-10-28 11:04:51 +0000 |
---|---|---|
committer | Stefan Hajnoczi <stefanha@redhat.com> | 2012-11-01 19:49:45 +0100 |
commit | 8b9c99d9dcbf532649f8e614becfa15d2ac4ea75 (patch) | |
tree | 85efe8e78bf404c61bb447fa0c857dd62b7b5b06 /memory-internal.h | |
parent | 6575c289f8c9820a7a0d2de2b0c3c58b13d9abc8 (diff) |
exec: make some functions static
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Diffstat (limited to 'memory-internal.h')
-rw-r--r-- | memory-internal.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/memory-internal.h b/memory-internal.h index 1c34b9751c..1da240039d 100644 --- a/memory-internal.h +++ b/memory-internal.h @@ -55,8 +55,6 @@ struct MemoryRegionSection; void qemu_register_coalesced_mmio(hwaddr addr, ram_addr_t size); void qemu_unregister_coalesced_mmio(hwaddr addr, ram_addr_t size); -int cpu_physical_memory_set_dirty_tracking(int enable); - #define VGA_DIRTY_FLAG 0x01 #define CODE_DIRTY_FLAG 0x02 #define MIGRATION_DIRTY_FLAG 0x08 |