From patchwork Thu Aug 27 23:15:05 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Juan Quintela X-Patchwork-Id: 32339 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [199.232.76.165]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by bilbo.ozlabs.org (Postfix) with ESMTPS id 014D5B7BF4 for ; Fri, 28 Aug 2009 11:01:57 +1000 (EST) Received: from localhost ([127.0.0.1]:52990 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mgpqk-0002oV-00 for incoming@patchwork.ozlabs.org; Thu, 27 Aug 2009 21:01:54 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Mgpq6-0002oE-Kl for qemu-devel@nongnu.org; Thu, 27 Aug 2009 21:01:14 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Mgpq1-0002mO-Ox for qemu-devel@nongnu.org; Thu, 27 Aug 2009 21:01:13 -0400 Received: from [199.232.76.173] (port=35207 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mgpq1-0002mC-CH for qemu-devel@nongnu.org; Thu, 27 Aug 2009 21:01:09 -0400 Received: from mx1.redhat.com ([209.132.183.28]:48334) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Mgoe6-0002Rx-TB for qemu-devel@nongnu.org; Thu, 27 Aug 2009 19:44:47 -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 n7RNHhCU011932 for ; Thu, 27 Aug 2009 19:17:43 -0400 Received: from localhost.localdomain (vpn1-4-202.ams2.redhat.com [10.36.4.202]) by int-mx03.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id n7RNHetq031343; Thu, 27 Aug 2009 19:17:42 -0400 From: Juan Quintela To: qemu-devel@nongnu.org Date: Fri, 28 Aug 2009 01:15:05 +0200 Message-Id: <9c8d5c93bd1022c131a35a35f55887a0ad591c5f.1251414727.git.quintela@redhat.com> In-Reply-To: References: In-Reply-To: References: X-Scanned-By: MIMEDefang 2.67 on 10.5.11.16 X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. Subject: [Qemu-devel] [PATCH 01/13] piix4 don't use pci_irq_levels at all X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@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 e2ddf4b..7cf1d99 100644 --- a/hw/piix_pci.c +++ b/hw/piix_pci.c @@ -321,8 +321,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)