From mboxrd@z Thu Jan 1 00:00:00 1970 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 Message-ID: <4E3C0C03.7010205@codemonkey.ws> References: <1312463195-13605-1-git-send-email-avi@redhat.com> <1312463195-13605-26-git-send-email-avi@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: qemu-devel@nongnu.org, kvm@vger.kernel.org, "Michael S. Tsirkin" To: Avi Kivity Return-path: Received: from mail-gx0-f174.google.com ([209.85.161.174]:33871 "EHLO mail-gx0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752566Ab1HEP2J (ORCPT ); Fri, 5 Aug 2011 11:28:09 -0400 Received: by gxk21 with SMTP id 21so1741812gxk.19 for ; Fri, 05 Aug 2011 08:28:08 -0700 (PDT) In-Reply-To: <1312463195-13605-26-git-send-email-avi@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: On 08/04/2011 08:06 AM, Avi Kivity wrote: > Reviewed-by: Richard Henderson > Signed-off-by: Avi Kivity > --- > 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