From 6842a08ee0f59dd00adcd51fda4705c412b6a0dd Mon Sep 17 00:00:00 2001 From: Blue Swirl Date: Sun, 21 Mar 2010 19:47:13 +0000 Subject: Compile pci only once Move coalesced_mmio declarations to a more accessible location. Signed-off-by: Blue Swirl --- cpu-all.h | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'cpu-all.h') diff --git a/cpu-all.h b/cpu-all.h index 897cd448a0..f281a914ed 100644 --- a/cpu-all.h +++ b/cpu-all.h @@ -917,18 +917,6 @@ int cpu_physical_sync_dirty_bitmap(target_phys_addr_t start_addr, void dump_exec_info(FILE *f, int (*cpu_fprintf)(FILE *f, const char *fmt, ...)); - -/* Coalesced MMIO regions are areas where write operations can be reordered. - * This usually implies that write operations are side-effect free. This allows - * batching which can make a major impact on performance when using - * virtualization. - */ -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); - -void qemu_flush_coalesced_mmio_buffer(void); - #endif /* !CONFIG_USER_ONLY */ int cpu_memory_rw_debug(CPUState *env, target_ulong addr, -- cgit v1.2.3-70-g09d2