From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Mh1Xj-0004V4-FY for qemu-devel@nongnu.org; Fri, 28 Aug 2009 09:31:03 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Mh1Xd-0004K6-1P for qemu-devel@nongnu.org; Fri, 28 Aug 2009 09:31:00 -0400 Received: from [199.232.76.173] (port=38604 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mh1Xc-0004JQ-MF for qemu-devel@nongnu.org; Fri, 28 Aug 2009 09:30:56 -0400 Received: from mx1.redhat.com ([209.132.183.28]:55132) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Mh1Xc-0004mU-6O for qemu-devel@nongnu.org; Fri, 28 Aug 2009 09:30:56 -0400 Received: from int-mx03.intmail.prod.int.phx2.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.16]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id n7SDUtKJ003463 for ; Fri, 28 Aug 2009 09:30:55 -0400 From: Juan Quintela Date: Fri, 28 Aug 2009 15:28:12 +0200 Message-Id: <17bd6f41815fc78865a57c2bc77e7e77094fe971.1251465671.git.quintela@redhat.com> In-Reply-To: References: In-Reply-To: References: Subject: [Qemu-devel] [PATCH 01/16] piix4 don't use pci_irq_levels at all List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Signed-off-by: Juan Quintela --- hw/piix_pci.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/hw/piix_pci.c b/hw/piix_pci.c index c9fef92..ad85eba 100644 --- a/hw/piix_pci.c +++ b/hw/piix_pci.c @@ -323,8 +323,6 @@ static void piix4_reset(void *opaque) pci_conf[0xab] = 0x00; pci_conf[0xac] = 0x00; pci_conf[0xae] = 0x00; - - memset(pci_irq_levels, 0, sizeof(pci_irq_levels)); } static void piix_save(QEMUFile* f, void *opaque) -- 1.6.2.5