Re: [PATCH v2 1/5] malta: Move PCI interrupt handling from gt64xxx to piix4

2022-02-13 Thread Bernhard Beschow
Am 12. Februar 2022 14:18:54 MEZ schrieb BALATON Zoltan : >On Sat, 12 Feb 2022, Bernhard Beschow wrote: >> Handling PCI interrupts in piix4 increases cohesion and reduces differences >> between piix4 and piix3. >> >> Signed-off-by: Bernhard Beschow >> Reviewed-by: Philippe Mathieu-Daudé > >Sorry

Re: [PATCH v2 1/5] malta: Move PCI interrupt handling from gt64xxx to piix4

2022-02-13 Thread Bernhard Beschow
Am 12. Februar 2022 17:44:30 MEZ schrieb BALATON Zoltan : >On Sat, 12 Feb 2022, BALATON Zoltan wrote: >> On Sat, 12 Feb 2022, Bernhard Beschow wrote: >>> Handling PCI interrupts in piix4 increases cohesion and reduces differences >>> between piix4 and piix3. >>> >>> Signed-off-by: Bernhard

Re: [PATCH v2 1/5] malta: Move PCI interrupt handling from gt64xxx to piix4

2022-02-12 Thread BALATON Zoltan
On Sat, 12 Feb 2022, BALATON Zoltan wrote: On Sat, 12 Feb 2022, Bernhard Beschow wrote: Handling PCI interrupts in piix4 increases cohesion and reduces differences between piix4 and piix3. Signed-off-by: Bernhard Beschow Reviewed-by: Philippe Mathieu-Daudé Sorry for being late in

Re: [PATCH v2 1/5] malta: Move PCI interrupt handling from gt64xxx to piix4

2022-02-12 Thread BALATON Zoltan
On Sat, 12 Feb 2022, Bernhard Beschow wrote: Handling PCI interrupts in piix4 increases cohesion and reduces differences between piix4 and piix3. Signed-off-by: Bernhard Beschow Reviewed-by: Philippe Mathieu-Daudé Sorry for being late in commenting, I've missed the first round. Apologies

[PATCH v2 1/5] malta: Move PCI interrupt handling from gt64xxx to piix4

2022-02-12 Thread Bernhard Beschow
Handling PCI interrupts in piix4 increases cohesion and reduces differences between piix4 and piix3. Signed-off-by: Bernhard Beschow Reviewed-by: Philippe Mathieu-Daudé --- hw/isa/piix4.c | 58 +++ hw/mips/gt64xxx_pci.c | 62