From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:56704) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rd7z4-0006bK-33 for qemu-devel@nongnu.org; Tue, 20 Dec 2011 17:16:30 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Rd7z3-0000SX-8y for qemu-devel@nongnu.org; Tue, 20 Dec 2011 17:16:30 -0500 Message-ID: <4EF10939.7050805@codemonkey.ws> Date: Tue, 20 Dec 2011 16:16:25 -0600 From: Anthony Liguori MIME-Version: 1.0 References: <1324386636-25248-1-git-send-email-pbonzini@redhat.com> In-Reply-To: <1324386636-25248-1-git-send-email-pbonzini@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] i440fx: remove piix3 field List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: qemu-trivial@nongnu.org, qemu-devel@nongnu.org On 12/20/2011 07:10 AM, Paolo Bonzini wrote: > Signed-off-by: Paolo Bonzini Applied. Thanks. Regards, Anthony Liguori > --- > hw/piix_pci.c | 3 --- > 1 files changed, 0 insertions(+), 3 deletions(-) > > diff --git a/hw/piix_pci.c b/hw/piix_pci.c > index 43c85aa..e188c7a 100644 > --- a/hw/piix_pci.c > +++ b/hw/piix_pci.c > @@ -81,7 +81,6 @@ struct PCII440FXState { > PAMMemoryRegion pam_regions[13]; > MemoryRegion smram_region; > uint8_t smm_enabled; > - PIIX3State *piix3; > }; > > > @@ -320,8 +319,6 @@ static PCIBus *i440fx_common_init(const char *device_name, > qdev_property_add_child(dev, "piix3",&piix3->dev.qdev, NULL); > piix3->pic = pic; > > - (*pi440fx_state)->piix3 = piix3; > - > *piix3_devfn = piix3->dev.devfn; > > ram_size = ram_size / 8 / 1024 / 1024;