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: Anthony Liguori
Subject: Re: [Qemu-devel] [PATCH v3 25/39] ne2000: convert to memory API
Date: Fri, 05 Aug 2011 10:28:03 -0500
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.17) Gecko/20110516 Lightning/1.0b2 Thunderbird/3.1.10

On 08/04/2011 08:06 AM, Avi Kivity wrote:
Reviewed-by: Richard Henderson<address@hidden>
Signed-off-by: Avi Kivity<address@hidden>
---
  hw/ne2000-isa.c |   14 +++-------
  hw/ne2000.c     |   77 +++++++++++++++++++++++++++++++++++++-----------------
  hw/ne2000.h     |    8 +----
  3 files changed, 59 insertions(+), 40 deletions(-)

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.

Regards,

Anthony Liguori



reply via email to

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