aboutsummaryrefslogtreecommitdiff
path: root/exec-obsolete.h
diff options
context:
space:
mode:
authorAvi Kivity <avi@redhat.com>2011-12-19 12:53:48 +0200
committerAvi Kivity <avi@redhat.com>2012-01-03 19:19:27 +0200
commitdcd97e33af43ae0bfa7e8c39ce8cebcfe7af6cb4 (patch)
tree3e57a4e41aa83490b434e13cb6571b2f32b63e7d /exec-obsolete.h
parent20581d207853fe4b1af88b116f077516dfa888cd (diff)
memory: remove CPUPhysMemoryClient
No longer used. Signed-off-by: Avi Kivity <avi@redhat.com>
Diffstat (limited to 'exec-obsolete.h')
-rw-r--r--exec-obsolete.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/exec-obsolete.h b/exec-obsolete.h
index 5e5c4c63fb..34b9fc56bd 100644
--- a/exec-obsolete.h
+++ b/exec-obsolete.h
@@ -63,9 +63,6 @@ static inline void cpu_register_physical_memory(target_phys_addr_t start_addr,
void qemu_register_coalesced_mmio(target_phys_addr_t addr, ram_addr_t size);
void qemu_unregister_coalesced_mmio(target_phys_addr_t addr, ram_addr_t size);
-int cpu_physical_sync_dirty_bitmap(target_phys_addr_t start_addr,
- target_phys_addr_t end_addr);
-
#endif
#endif