qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCHv2-repost 1/3] qemu: memory notifiers


From: Anthony Liguori
Subject: Re: [Qemu-devel] [PATCHv2-repost 1/3] qemu: memory notifiers
Date: Wed, 27 Jan 2010 13:53:07 -0600
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.5) Gecko/20091209 Fedora/3.0-4.fc12 Lightning/1.0pre Thunderbird/3.0

On 01/27/2010 01:47 PM, Michael S. Tsirkin wrote:
Ugh, this will fix it. Want me to repost the series?

Please do.

Regards,

Anthony Liguori

diff --git a/exec.c b/exec.c
index 63caca0..2e7434e 100644
--- a/exec.c
+++ b/exec.c
@@ -1623,6 +1623,7 @@ const CPULogItem cpu_log_items[] = {
      { 0, NULL, NULL },
  };

+#ifndef CONFIG_USER_ONLY
  static QLIST_HEAD(memory_client_list, CPUPhysMemoryClient) memory_client_list
      = QLIST_HEAD_INITIALIZER(memory_client_list);

@@ -1715,6 +1716,7 @@ void 
cpu_unregister_phys_memory_client(CPUPhysMemoryClient *client)
  {
      QLIST_REMOVE(client, list);
  }
+#endif

  static int cmp1(const char *s1, int n, const char *s2)
  {





reply via email to

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