Re: [PATCH 0/3] Resolve vt82c686 and piix4 qemu_irq memory leaks

2024-07-24 Thread BALATON Zoltan
On Wed, 24 Jul 2024, Bernhard Beschow wrote: Am 23. Juli 2024 00:21:32 UTC schrieb "Michael S. Tsirkin" : On Mon, Jul 22, 2024 at 10:21:30PM +, Bernhard Beschow wrote: Am 20. Juli 2024 18:38:42 UTC schrieb "Michael S. Tsirkin" : On Thu, Jul 04, 2024 at 10:58:51PM +0200, Bernhard Beschow

Re: [PATCH 0/3] Resolve vt82c686 and piix4 qemu_irq memory leaks

2024-07-24 Thread Bernhard Beschow
Am 23. Juli 2024 00:21:32 UTC schrieb "Michael S. Tsirkin" : >On Mon, Jul 22, 2024 at 10:21:30PM +, Bernhard Beschow wrote: >> >> >> Am 20. Juli 2024 18:38:42 UTC schrieb "Michael S. Tsirkin" : >> >On Thu, Jul 04, 2024 at 10:58:51PM +0200, Bernhard Beschow wrote: >> >> This series first tu

Re: [PATCH 0/3] Resolve vt82c686 and piix4 qemu_irq memory leaks

2024-07-22 Thread Michael S. Tsirkin
On Mon, Jul 22, 2024 at 10:21:30PM +, Bernhard Beschow wrote: > > > Am 20. Juli 2024 18:38:42 UTC schrieb "Michael S. Tsirkin" : > >On Thu, Jul 04, 2024 at 10:58:51PM +0200, Bernhard Beschow wrote: > >> This series first turns vt82c686's "INTR" pin into a named GPIO for better > >> comprehens

Re: [PATCH 0/3] Resolve vt82c686 and piix4 qemu_irq memory leaks

2024-07-22 Thread Bernhard Beschow
Am 20. Juli 2024 18:38:42 UTC schrieb "Michael S. Tsirkin" : >On Thu, Jul 04, 2024 at 10:58:51PM +0200, Bernhard Beschow wrote: >> This series first turns vt82c686's "INTR" pin into a named GPIO for better >> comprehensibility. It then continues fixing qemu_irq memory leaks in vt82c686 >> and pi

Re: [PATCH 0/3] Resolve vt82c686 and piix4 qemu_irq memory leaks

2024-07-21 Thread BALATON Zoltan
On Sat, 20 Jul 2024, Michael S. Tsirkin wrote: On Thu, Jul 04, 2024 at 10:58:51PM +0200, Bernhard Beschow wrote: This series first turns vt82c686's "INTR" pin into a named GPIO for better comprehensibility. It then continues fixing qemu_irq memory leaks in vt82c686 and piix4 by connecting out IR

Re: [PATCH 0/3] Resolve vt82c686 and piix4 qemu_irq memory leaks

2024-07-20 Thread Michael S. Tsirkin
On Thu, Jul 04, 2024 at 10:58:51PM +0200, Bernhard Beschow wrote: > This series first turns vt82c686's "INTR" pin into a named GPIO for better > comprehensibility. It then continues fixing qemu_irq memory leaks in vt82c686 > and piix4 by connecting out IRQs of the south bridges before they get > r

[PATCH 0/3] Resolve vt82c686 and piix4 qemu_irq memory leaks

2024-07-04 Thread Bernhard Beschow
This series first turns vt82c686's "INTR" pin into a named GPIO for better comprehensibility. It then continues fixing qemu_irq memory leaks in vt82c686 and piix4 by connecting out IRQs of the south bridges before they get realized. This approach is already used in the pc machines after it had been