| Submitter | Juan Quintela |
|---|---|
| Date | Aug. 27, 2009, 11:15 p.m. |
| Message ID | <9c8d5c93bd1022c131a35a35f55887a0ad591c5f.1251414727.git.quintela@redhat.com> |
| Download | mbox | patch |
| Permalink | /patch/32339/ |
| 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(-)