| Submitter | Juan Quintela |
|---|---|
| Date | Aug. 24, 2009, 2:16 p.m. |
| Message ID | <9b85e54c1b7fda01a19237456e071835f83d161e.1251122302.git.quintela@redhat.com> |
| Download | mbox | patch |
| Permalink | /patch/31941/ |
| State | Superseded |
| Headers | show |
Comments
Patch
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)
Signed-off-by: Juan Quintela <quintela@redhat.com> --- hw/piix_pci.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-)