All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] hw: Use qdev gpio rather than qemu_allocate_irqs()
@ 2020-05-12  7:48 Philippe Mathieu-Daudé
  2020-05-12  7:48 ` [PATCH v2 1/3] hw/ide/ahci: " Philippe Mathieu-Daudé
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Philippe Mathieu-Daudé @ 2020-05-12  7:48 UTC (permalink / raw)
  To: qemu-devel
  Cc: qemu-block, Philippe Mathieu-Daudé,
	Aleksandar Markovic, Stafford Horne, John Snow,
	Aleksandar Rikalo, Aurelien Jarno

Use a coccinelle script to convert few qemu_allocate_irqs()
calls to the qdev gpio API.

One memory leak removed in hw/openrisc/pic_cpu.c

Since v1:
- Referrenced Coverity CID (Stafford)
- Reword AHCI description (Zoltan)

Philippe Mathieu-Daudé (3):
  hw/ide/ahci: Use qdev gpio rather than qemu_allocate_irqs()
  hw/mips/mips_int: Use qdev gpio rather than qemu_allocate_irqs()
  hw/openrisc/pic_cpu: Use qdev gpio rather than qemu_allocate_irqs()

 hw/ide/ahci.c         | 6 ++----
 hw/mips/mips_int.c    | 6 ++----
 hw/openrisc/pic_cpu.c | 5 ++---
 3 files changed, 6 insertions(+), 11 deletions(-)

-- 
2.21.3



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

end of thread, other threads:[~2020-05-14 14:56 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-12  7:48 [PATCH v2 0/3] hw: Use qdev gpio rather than qemu_allocate_irqs() Philippe Mathieu-Daudé
2020-05-12  7:48 ` [PATCH v2 1/3] hw/ide/ahci: " Philippe Mathieu-Daudé
2020-05-12  7:48 ` [PATCH v2 2/3] hw/mips/mips_int: " Philippe Mathieu-Daudé
2020-05-14 13:24   ` Peter Maydell
2020-05-14 14:31     ` Philippe Mathieu-Daudé
2020-05-12  7:48 ` [PATCH v2 3/3] hw/openrisc/pic_cpu: " Philippe Mathieu-Daudé
2020-05-14 13:18   ` Peter Maydell

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.