qemu-arm
[Top][All Lists]
Advanced

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

Re: [PATCH v6 28/33] hw/isa/piix3: Merge hw/isa/piix4.c


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH v6 28/33] hw/isa/piix3: Merge hw/isa/piix4.c
Date: Thu, 12 Jan 2023 14:32:02 +0100
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0) Gecko/20100101 Thunderbird/102.6.1

On 12/1/23 13:50, Philippe Mathieu-Daudé wrote:
On 9/1/23 18:23, Bernhard Beschow wrote:
Now that the PIIX3 and PIIX4 device models are sufficiently consolidated,
their implementations can be merged into one file for further
consolidation.

Signed-off-by: Bernhard Beschow <shentey@gmail.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Message-Id: <20221022150508.26830-37-shentey@gmail.com>
---
  hw/isa/{piix3.c => piix.c} | 158 ++++++++++++++++++++
  hw/isa/piix4.c             | 285 -------------------------------------
  MAINTAINERS                |   6 +-
  hw/i386/Kconfig            |   2 +-
  hw/isa/Kconfig             |  12 +-
  hw/isa/meson.build         |   3 +-
  hw/mips/Kconfig            |   2 +-
  7 files changed, 165 insertions(+), 303 deletions(-)
  rename hw/isa/{piix3.c => piix.c} (75%)
  delete mode 100644 hw/isa/piix4.c

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>

BTW I wonder why PIIX4 isn't calling pci_bus_set_route_irq_fn()...
Any clue?




reply via email to

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