qemu-ppc
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 4/4] hw/isa/i82378: Remove unused "io" attribute


From: Mark Cave-Ayland
Subject: Re: [PATCH 4/4] hw/isa/i82378: Remove unused "io" attribute
Date: Sun, 14 May 2023 13:35:40 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.10.0

On 13/05/2023 11:09, Bernhard Beschow wrote:

The attribute isn't used since commit 5c9736789b79ea49cd236ac326f0a414f63b1015
"i82378: Cleanup implementation".

Signed-off-by: Bernhard Beschow <shentey@gmail.com>
---
  hw/isa/i82378.c | 1 -
  1 file changed, 1 deletion(-)

diff --git a/hw/isa/i82378.c b/hw/isa/i82378.c
index 5432ab5065..63e0857208 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 = {

Reviewed-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>


ATB,

Mark.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]