Revision f65ed4c1 cpu-all.h

b/cpu-all.h
973 973
void dump_exec_info(FILE *f,
974 974
                    int (*cpu_fprintf)(FILE *f, const char *fmt, ...));
975 975

  
976
/* Coalesced MMIO regions are areas where write operations can be reordered.
977
 * This usually implies that write operations are side-effect free.  This allows
978
 * batching which can make a major impact on performance when using
979
 * virtualization.
980
 */
981
void qemu_register_coalesced_mmio(target_phys_addr_t addr, ram_addr_t size);
982

  
983
void qemu_unregister_coalesced_mmio(target_phys_addr_t addr, ram_addr_t size);
984

  
976 985
/*******************************************/
977 986
/* host CPU ticks (if available) */
978 987

  

Also available in: Unified diff