Re: [PATCH v2 0/6] QOM'ify PIIX southbridge creation

2022-05-22 Thread Philippe Mathieu-Daudé via
On 22/5/22 23:24, Bernhard Beschow wrote: Bernhard Beschow (6): include/hw/southbridge/piix: Aggregate all PIIX soughbridge type names hw/isa/piix{3,4}: Move pci_map_irq_fn's near pci_set_irq_fn's hw/isa/piix{3,4}: QOM'ify PCI device creation and wiring hw/isa/piix{3,4}: Factor out I

[PATCH v2 0/6] QOM'ify PIIX southbridge creation

2022-05-22 Thread Bernhard Beschow
v2: * Preserve `DeviceState *` as return value of piix4_create() (Mark) * Aggregate all type name movements into first commit (Mark) * Have piix4 southbridge rather than malta board instantiate piix4 pm (me) Testing done: 1) `make check-avocado` for --target-list=x86_64-softmmu,mips-softmmu Resul