summaryrefslogtreecommitdiffstats
path: root/hw/hppa/dino.h
diff options
context:
space:
mode:
authorMark Cave-Ayland2022-05-04 11:25:26 +0200
committerMark Cave-Ayland2022-05-08 19:52:36 +0200
commit4b5faaf94ff3cf47a6c63393ed1332ef4928dadf (patch)
treee4d72100c9fd42edb48425f9faa9fc2855807ab4 /hw/hppa/dino.h
parentdino.h: add defines for DINO IRQ numbers (diff)
downloadqemu-4b5faaf94ff3cf47a6c63393ed1332ef4928dadf.tar.gz
qemu-4b5faaf94ff3cf47a6c63393ed1332ef4928dadf.tar.xz
qemu-4b5faaf94ff3cf47a6c63393ed1332ef4928dadf.zip
dino: define IRQ inputs as qdev GPIOs
Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> Acked-by: Helge Deller <deller@gmx.de> Message-Id: <20220504092600.10048-17-mark.cave-ayland@ilande.co.uk> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Diffstat (limited to 'hw/hppa/dino.h')
-rw-r--r--hw/hppa/dino.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/hw/hppa/dino.h b/hw/hppa/dino.h
index 70fb8c52c8..ca380515f2 100644
--- a/hw/hppa/dino.h
+++ b/hw/hppa/dino.h
@@ -134,6 +134,8 @@ struct DinoState {
MemoryRegion bm_ram_alias;
MemoryRegion bm_pci_alias;
MemoryRegion bm_cpu_alias;
+
+ qemu_irq irqs[DINO_IRQS];
};
#endif