qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Solve vt82c686 qemu_irq leak.
@ 2024-06-29 20:01 BALATON Zoltan
  2024-06-29 20:01 ` [PATCH 1/2] hw: Move declaration of IRQState to header and add init function BALATON Zoltan
                   ` (2 more replies)
  0 siblings, 3 replies; 16+ messages in thread
From: BALATON Zoltan @ 2024-06-29 20:01 UTC (permalink / raw)
  To: qemu-devel; +Cc: philmd, Jiaxun Yang, Akihiko Odaki, Peter Maydell

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.

BALATON Zoltan (2):
  hw: Move declaration of IRQState to header and add init function
  hw/isa/vt82c686.c: Embed i8259 irq in device state instead of
    allocating

 hw/core/irq.c     | 25 +++++++++++--------------
 hw/isa/vt82c686.c |  7 ++++---
 include/hw/irq.h  | 18 ++++++++++++++++++
 3 files changed, 33 insertions(+), 17 deletions(-)

-- 
2.30.9



^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2024-09-13 13:01 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-29 20:01 [PATCH 0/2] Solve vt82c686 qemu_irq leak BALATON Zoltan
2024-06-29 20:01 ` [PATCH 1/2] hw: Move declaration of IRQState to header and add init function BALATON Zoltan
2024-07-01 12:52   ` Peter Maydell
2024-06-29 20:01 ` [PATCH 2/2] hw/isa/vt82c686.c: Embed i8259 irq in device state instead of allocating BALATON Zoltan
2024-07-01 12:58   ` Peter Maydell
2024-07-01 18:27     ` BALATON Zoltan
2024-07-01 21:13     ` Mark Cave-Ayland
2024-07-02 18:42     ` Bernhard Beschow
2024-07-02 21:17       ` Bernhard Beschow
2024-07-03  0:09         ` BALATON Zoltan
2024-07-03  7:15           ` Bernhard Beschow
2024-07-03 11:13             ` BALATON Zoltan
2024-07-04 21:06               ` Bernhard Beschow
2024-07-02 18:44   ` Bernhard Beschow
2024-09-10  7:10 ` [PATCH 0/2] Solve vt82c686 qemu_irq leak Michael S. Tsirkin
2024-09-13 13:00   ` BALATON Zoltan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).