Am 12. Januar 2023 13:32:02 UTC schrieb "Philippe Mathieu-Daudé" <phi...@linaro.org>: >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 <shen...@gmail.com> >>> Reviewed-by: Michael S. Tsirkin <m...@redhat.com> >>> Message-Id: <20221022150508.26830-37-shen...@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é <phi...@linaro.org> > >BTW I wonder why PIIX4 isn't calling pci_bus_set_route_irq_fn()... >Any clue? Looks like it gets used for proxying: https://elixir.bootlin.com/qemu/v7.2.0/C/ident/pci_device_route_intx_to_irq
- [PATCH v6 17/33] hw/isa/piix3: Create IDE controll... Bernhard Beschow
- [PATCH v6 25/33] hw/isa/piix4: Use TYPE_ISA_PIC de... Bernhard Beschow
- Re: [PATCH v6 25/33] hw/isa/piix4: Use TYPE_I... Philippe Mathieu-Daudé
- Re: [PATCH v6 25/33] hw/isa/piix4: Use TY... Bernhard Beschow
- [PATCH v6 14/33] hw/isa/piix3: Create USB controll... Bernhard Beschow
- Re: [PATCH v6 14/33] hw/isa/piix3: Create USB... Philippe Mathieu-Daudé
- [PATCH v6 31/33] hw/isa/piix: Rename functions to ... Bernhard Beschow
- [PATCH v6 28/33] hw/isa/piix3: Merge hw/isa/piix4.... Bernhard Beschow
- Re: [PATCH v6 28/33] hw/isa/piix3: Merge hw/i... Philippe Mathieu-Daudé
- Re: [PATCH v6 28/33] hw/isa/piix3: Merge ... Philippe Mathieu-Daudé
- Re: [PATCH v6 28/33] hw/isa/piix3: Me... Bernhard Beschow
- Re: [PATCH v6 28/33] hw/isa/piix3: Merge hw/i... Philippe Mathieu-Daudé
- Re: [PATCH v6 28/33] hw/isa/piix3: Merge ... Philippe Mathieu-Daudé
- Re: [PATCH v6 28/33] hw/isa/piix3: Me... Bernhard Beschow
- Re: [PATCH v6 28/33] hw/isa/piix3: Merge hw/i... Philippe Mathieu-Daudé
- Re: [PATCH v6 28/33] hw/isa/piix3: Merge ... Bernhard Beschow
- [PATCH v6 09/33] hw/intc/i8259: Make using the isa... Bernhard Beschow
- Re: [PATCH v6 09/33] hw/intc/i8259: Make usin... Philippe Mathieu-Daudé
- [PATCH v6 08/33] hw/usb/hcd-uhci: Introduce TYPE_ ... Bernhard Beschow
- [PATCH v6 15/33] hw/isa/piix3: Create power manage... Bernhard Beschow
- Re: [PATCH v6 15/33] hw/isa/piix3: Create pow... Philippe Mathieu-Daudé