aboutsummaryrefslogtreecommitdiff
path: root/include/hw/mips
diff options
context:
space:
mode:
authorBernhard Beschow <shentey@gmail.com>2022-02-17 11:19:19 +0100
committerPhilippe Mathieu-Daudé <f4bug@amsat.org>2022-03-08 19:17:04 +0100
commita7fc9880514fcbc96c9825f040296fa59d7b3ccc (patch)
tree8e89e1720a9b8a04398edc7563da811ea5dc5fa2 /include/hw/mips
parentc291635867a03c9217bd9610fe2a16d997932ec0 (diff)
downloadqemu-a7fc9880514fcbc96c9825f040296fa59d7b3ccc.zip
qemu-a7fc9880514fcbc96c9825f040296fa59d7b3ccc.tar.gz
qemu-a7fc9880514fcbc96c9825f040296fa59d7b3ccc.tar.bz2
malta: Move PCI interrupt handling from gt64xxx_pci to piix4
Handling PCI interrupts in piix4 increases cohesion and reduces differences between piix4 and piix3. Signed-off-by: Bernhard Beschow <shentey@gmail.com> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-Id: <20220217101924.15347-3-shentey@gmail.com> Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Diffstat (limited to 'include/hw/mips')
-rw-r--r--include/hw/mips/mips.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/hw/mips/mips.h b/include/hw/mips/mips.h
index 6c9c880..ff88942 100644
--- a/include/hw/mips/mips.h
+++ b/include/hw/mips/mips.h
@@ -10,7 +10,7 @@
#include "exec/memory.h"
/* gt64xxx.c */
-PCIBus *gt64120_register(qemu_irq *pic);
+PCIBus *gt64120_register(void);
/* bonito.c */
PCIBus *bonito_init(qemu_irq *pic);