summary refs log tree commit diff stats
path: root/memory-internal.h
diff options
context:
space:
mode:
authorBlue Swirl <blauwirbel@gmail.com>2012-10-28 11:04:51 +0000
committerStefan Hajnoczi <stefanha@redhat.com>2012-11-01 19:49:45 +0100
commit8b9c99d9dcbf532649f8e614becfa15d2ac4ea75 (patch)
tree85efe8e78bf404c61bb447fa0c857dd62b7b5b06 /memory-internal.h
parent6575c289f8c9820a7a0d2de2b0c3c58b13d9abc8 (diff)
downloadfocaccia-qemu-8b9c99d9dcbf532649f8e614becfa15d2ac4ea75.tar.gz
focaccia-qemu-8b9c99d9dcbf532649f8e614becfa15d2ac4ea75.zip
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.h2
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