qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 09/10] memory: use a MemoryListener for core mem


From: Paolo Bonzini
Subject: Re: [Qemu-devel] [PATCH 09/10] memory: use a MemoryListener for core memory map updates too
Date: Thu, 09 Feb 2012 08:58:04 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:9.0) Gecko/20111222 Thunderbird/9.0

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]