All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/4] hw/isa: Remove unuseful qemu_allocate_irqs() call
@ 2021-05-11  4:06 Philippe Mathieu-Daudé
  2021-05-11  4:06 ` [PATCH v2 1/4] hw/isa/i82378: Name output IRQ as 'intr' Philippe Mathieu-Daudé
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Philippe Mathieu-Daudé @ 2021-05-11  4:06 UTC (permalink / raw)
  To: qemu-devel
  Cc: Aleksandar Rikalo, Huacai Chen, Philippe Mathieu-Daudé,
	Greg Kurz, Hervé Poussineau, qemu-ppc, Aurelien Jarno,
	David Gibson

I started to fix the LeakSanitizer error in piix4_realize(),
then looked for similar pattern and found 2 other places.
The older is i82378 (historically the first one) which then
spread.

Since v1:
- rebased
- removed vt82c686 patches

Philippe Mathieu-Daudé (4):
  hw/isa/i82378: Name output IRQ as 'intr'
  hw/isa/i82378: Simplify removing unuseful qemu_allocate_irqs() call
  hw/isa/i82378: Rename output IRQ variable
  hw/isa/piix4: Fix leak removing unuseful qemu_allocate_irqs() call

 hw/isa/i82378.c | 13 +++----------
 hw/isa/piix4.c  | 10 +---------
 hw/ppc/prep.c   |  4 ++--
 3 files changed, 6 insertions(+), 21 deletions(-)

-- 
2.26.3



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

end of thread, other threads:[~2021-11-06 19:15 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-11  4:06 [PATCH v2 0/4] hw/isa: Remove unuseful qemu_allocate_irqs() call Philippe Mathieu-Daudé
2021-05-11  4:06 ` [PATCH v2 1/4] hw/isa/i82378: Name output IRQ as 'intr' Philippe Mathieu-Daudé
2021-05-11  4:06 ` [PATCH v2 2/4] hw/isa/i82378: Simplify removing unuseful qemu_allocate_irqs() call Philippe Mathieu-Daudé
2021-05-11  4:06 ` [PATCH v2 3/4] hw/isa/i82378: Rename output IRQ variable Philippe Mathieu-Daudé
2021-05-11  4:06 ` [PATCH v2 4/4] hw/isa/piix4: Fix leak removing unuseful qemu_allocate_irqs() call Philippe Mathieu-Daudé
2021-11-06 15:04 ` [PATCH v2 0/4] hw/isa: Remove " Philippe Mathieu-Daudé
2021-11-06 19:13   ` BALATON Zoltan

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.