qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v3 25/39] ne2000: convert to memory API


From: Avi Kivity
Subject: Re: [Qemu-devel] [PATCH v3 25/39] ne2000: convert to memory API
Date: Sun, 07 Aug 2011 12:21:05 +0300
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:5.0) Gecko/20110707 Thunderbird/5.0

On 08/05/2011 06:28 PM, Anthony Liguori wrote:
diff --git a/hw/ne2000-isa.c b/hw/ne2000-isa.c
index e41dbba..ce7b365 100644
--- a/hw/ne2000-isa.c
+++ b/hw/ne2000-isa.c
@@ -61,24 +61,18 @@ static const VMStateDescription vmstate_isa_ne2000 = {
      }
  };

+#include "exec-memory.h"
+


Should be at the top of the file.


Well, it was meant to stick out as a sore thumb, since it's incorrect except in memory.c and exec.c. I have it rendered in comic-sans in my editor for extra effect.

I fixed it here and everywhere else.

--
error compiling committee.c: too many arguments to function




reply via email to

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