On 02/08/2012 04:27 PM, Avi Kivity wrote:
+static void core_log_stop(MemoryListener *listener, + MemoryRegionSection *section) +{ +} + +static void core_log_sync(MemoryListener *listener, + MemoryRegionSection *section) +{ +} +
Why not wrapping the calls inside an "if" so that these dummy functions need not be there? Can be done in a follow-up, though.
Paolo