diff options
author | Bernhard Beschow <shentey@gmail.com> | 2023-05-23 21:56:08 +0200 |
---|---|---|
committer | Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> | 2023-06-05 07:43:23 +0100 |
commit | 36c9189890bfb936b1b086da639e37fd92b50215 (patch) | |
tree | b9081af31a4535819ff4060a4bad344d99274b06 | |
parent | 14e066a7c440ce4c7c89ec119ba3b45b33f808d8 (diff) | |
download | qemu-36c9189890bfb936b1b086da639e37fd92b50215.zip qemu-36c9189890bfb936b1b086da639e37fd92b50215.tar.gz qemu-36c9189890bfb936b1b086da639e37fd92b50215.tar.bz2 |
hw/isa/i82378: Remove unused "io" attribute
The attribute isn't used since commit 5c9736789b79ea49cd236ac326f0a414f63b1015
"i82378: Cleanup implementation".
Signed-off-by: Bernhard Beschow <shentey@gmail.com>
Acked-by: Michael S. Tsirkin <mst@redhat.com>
Reviewed-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Message-Id: <20230523195608.125820-4-shentey@gmail.com>
Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
-rw-r--r-- | hw/isa/i82378.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/isa/i82378.c b/hw/isa/i82378.c index 5432ab5..63e0857 100644 --- a/hw/isa/i82378.c +++ b/hw/isa/i82378.c @@ -34,7 +34,6 @@ struct I82378State { qemu_irq cpu_intr; qemu_irq *isa_irqs_in; - MemoryRegion io; }; static const VMStateDescription vmstate_i82378 = { |