diff mbox

[01/16] piix4 don't use pci_irq_levels at all

Message ID 17bd6f41815fc78865a57c2bc77e7e77094fe971.1251465671.git.quintela@redhat.com
State Superseded
Headers show

Commit Message

Juan Quintela Aug. 28, 2009, 1:28 p.m. UTC
Signed-off-by: Juan Quintela <quintela@redhat.com>
---
 hw/piix_pci.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
diff mbox

Patch

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)