qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 01/16] piix4 don't use pci_irq_levels at all


From: Juan Quintela
Subject: [Qemu-devel] [PATCH 01/16] piix4 don't use pci_irq_levels at all
Date: Fri, 28 Aug 2009 15:28:12 +0200

Signed-off-by: Juan Quintela <address@hidden>
---
 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





reply via email to

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