Re: [PATCH 0/3] malta: Move PCI interrupt handling from gt64xxx to piix4

2022-01-13 Thread Philippe Mathieu-Daudé
On 13/1/22 12:22, Bernhard Beschow wrote: Hi Philippe, On Thu, Jan 13, 2022 at 10:24 AM Philippe Mathieu-Daudé > wrote: > Bernhard Beschow (3): >    malta: Move PCI interrupt handling from gt64xxx to piix4 >    pci: Always pass own DeviceState to pci_map_

Re: [PATCH 0/3] malta: Move PCI interrupt handling from gt64xxx to piix4

2022-01-13 Thread Bernhard Beschow
Hi Philippe, On Thu, Jan 13, 2022 at 10:24 AM Philippe Mathieu-Daudé wrote: > Hi Bernhard, > > On 12/1/22 22:36, Bernhard Beschow wrote: > > Hi, > > > > first-time contributor here. Inspired by an article in LWN [1] I figured > I'd > > get my hands dirty with QEMU development. According to the a

Re: [PATCH 0/3] malta: Move PCI interrupt handling from gt64xxx to piix4

2022-01-13 Thread Philippe Mathieu-Daudé
Hi Bernhard, On 12/1/22 22:36, Bernhard Beschow wrote: Hi, first-time contributor here. Inspired by an article in LWN [1] I figured I'd get my hands dirty with QEMU development. According to the article my goal is to eliminate some "accidental complexity". While studying the code I noticed som

[PATCH 0/3] malta: Move PCI interrupt handling from gt64xxx to piix4

2022-01-12 Thread Bernhard Beschow
Hi, first-time contributor here. Inspired by an article in LWN [1] I figured I'd get my hands dirty with QEMU development. According to the article my goal is to eliminate some "accidental complexity". While studying the code I noticed some (accidental?) differences between piix3 and piix4 where