aboutsummaryrefslogtreecommitdiff
path: root/hw/isa
diff options
context:
space:
mode:
authorBernhard Beschow <shentey@gmail.com>2023-05-31 23:10:39 +0200
committerPhilippe Mathieu-Daudé <philmd@linaro.org>2023-07-11 00:11:25 +0200
commit4e5a20b6da9b1f6d2e9621ed7eb8b239560104ae (patch)
tree7298f3db3ad173a98e6451731953579778906a31 /hw/isa
parent68eadfa2c6ee0ff357aaf674cc4cf0702393bcd1 (diff)
downloadqemu-4e5a20b6da9b1f6d2e9621ed7eb8b239560104ae.zip
qemu-4e5a20b6da9b1f6d2e9621ed7eb8b239560104ae.tar.gz
qemu-4e5a20b6da9b1f6d2e9621ed7eb8b239560104ae.tar.bz2
hw/isa/vt82c686: Remove via_isa_set_irq()
Now that via_isa_set_irq() is unused it can be removed. Signed-off-by: Bernhard Beschow <shentey@gmail.com> Reviewed-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> Message-Id: <20230531211043.41724-4-shentey@gmail.com> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Diffstat (limited to 'hw/isa')
-rw-r--r--hw/isa/vt82c686.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/hw/isa/vt82c686.c b/hw/isa/vt82c686.c
index 8016c71..57bdfb4 100644
--- a/hw/isa/vt82c686.c
+++ b/hw/isa/vt82c686.c
@@ -592,12 +592,6 @@ static const TypeInfo via_isa_info = {
},
};
-void via_isa_set_irq(PCIDevice *d, int n, int level)
-{
- ViaISAState *s = VIA_ISA(d);
- qemu_set_irq(s->isa_irqs_in[n], level);
-}
-
static void via_isa_request_i8259_irq(void *opaque, int irq, int level)
{
ViaISAState *s = opaque;