Re: [PATCH 0/2] Solve vt82c686 qemu_irq leak.

2024-09-13 Thread BALATON Zoltan
On Tue, 10 Sep 2024, Michael S. Tsirkin wrote: On Sat, Jun 29, 2024 at 10:01:52PM +0200, BALATON Zoltan wrote: This is an alternative appriach to solve the qemu_irq leak in vt82c686. Allowing embedding an irq and init it in place like done with other objects may allow cleaner fix for similar iss

Re: [PATCH 0/2] Solve vt82c686 qemu_irq leak.

2024-09-10 Thread Michael S. Tsirkin
On Sat, Jun 29, 2024 at 10:01:52PM +0200, BALATON Zoltan wrote: > This is an alternative appriach to solve the qemu_irq leak in > vt82c686. Allowing embedding an irq and init it in place like done > with other objects may allow cleaner fix for similar issues and I also > plan to use this for adding

[PATCH 0/2] Solve vt82c686 qemu_irq leak.

2024-06-29 Thread BALATON Zoltan
This is an alternative appriach to solve the qemu_irq leak in vt82c686. Allowing embedding an irq and init it in place like done with other objects may allow cleaner fix for similar issues and I also plan to use this for adding qemu_itq to pegasos2 machine state for which gpio would not work. BALA