On 12/1/22 22:36, Bernhard Beschow wrote:
Handling PCI interrupts in piix4 increases cohesion and reduces differences between piix4 and piix3.Signed-off-by: Bernhard Beschow <shen...@gmail.com> --- hw/isa/piix4.c | 58 +++++++++++++++++++++++++++++++++++++++ hw/mips/gt64xxx_pci.c | 62 ++++-------------------------------------- hw/mips/malta.c | 6 +--- include/hw/mips/mips.h | 2 +- 4 files changed, 65 insertions(+), 63 deletions(-)
Great! Reviewed-by: Philippe Mathieu-Daudé <f4...@amsat.org>