Re: [PATCH 4/6] hw/isa/piix{3, 4}: Factor out ISABus retrieval from create() functions

2022-05-21 Thread Mark Cave-Ayland
On 13/05/2022 18:54, Bernhard Beschow wrote: Modernizes the code and even saves a few lines. Signed-off-by: Bernhard Beschow --- hw/i386/pc_piix.c | 3 ++- hw/isa/piix3.c| 3 +-- hw/isa/piix4.c| 6 +- hw/mips/malta.c | 3 ++-

[PATCH 4/6] hw/isa/piix{3, 4}: Factor out ISABus retrieval from create() functions

2022-05-13 Thread Bernhard Beschow
Modernizes the code and even saves a few lines. Signed-off-by: Bernhard Beschow --- hw/i386/pc_piix.c | 3 ++- hw/isa/piix3.c| 3 +-- hw/isa/piix4.c| 6 +- hw/mips/malta.c | 3 ++- include/hw/southbridge/piix.h | 4 ++-- 5 files chang