qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/3] hw/ipack: Minor dust removal
@ 2025-01-21 15:55 Philippe Mathieu-Daudé
  2025-01-21 15:55 ` [PATCH v3 1/3] hw/irq: Introduce qemu_init_irqs() helper Philippe Mathieu-Daudé
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Philippe Mathieu-Daudé @ 2025-01-21 15:55 UTC (permalink / raw)
  To: qemu-devel; +Cc: Alberto Garcia, Bernhard Beschow, Philippe Mathieu-Daudé

Clarify what is what in Kconfig,
replace qemu_allocate_irqs() by qemu_init_irq().

Since v2:
- Introduce qemu_init_irqs (Bernhard)

Since v1:
- s/qemu_irq/IRQState/ in IPackDevice state

Philippe Mathieu-Daudé (3):
  hw/irq: Introduce qemu_init_irqs() helper
  hw/ipack: Clarify KConfig symbols
  hw/ipack: Remove legacy qemu_allocate_irqs() use

 include/hw/ipack/ipack.h       |  7 ++-----
 include/hw/irq.h               | 11 +++++++++++
 hw/char/ipoctal232.c           |  4 ++--
 hw/core/irq.c                  |  8 ++++++++
 hw/ipack/ipack.c               |  5 +----
 hw/ipack/tpci200.c             |  6 +++---
 hw/char/Kconfig                |  5 +++++
 hw/char/meson.build            |  2 +-
 hw/ipack/Kconfig               |  4 ++++
 hw/ipack/meson.build           |  3 ++-
 tests/qtest/libqos/meson.build |  4 +++-
 tests/qtest/meson.build        |  4 +++-
 12 files changed, 45 insertions(+), 18 deletions(-)

-- 
2.47.1



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

end of thread, other threads:[~2025-01-30 21:48 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-21 15:55 [PATCH v3 0/3] hw/ipack: Minor dust removal Philippe Mathieu-Daudé
2025-01-21 15:55 ` [PATCH v3 1/3] hw/irq: Introduce qemu_init_irqs() helper Philippe Mathieu-Daudé
2025-01-21 23:02   ` Richard Henderson
2025-01-21 15:55 ` [PATCH v3 2/3] hw/ipack: Clarify KConfig symbols Philippe Mathieu-Daudé
2025-01-22  7:02   ` Philippe Mathieu-Daudé
2025-01-21 15:55 ` [PATCH v3 3/3] hw/ipack: Remove legacy qemu_allocate_irqs() use Philippe Mathieu-Daudé
2025-01-21 23:03   ` Richard Henderson
2025-01-30 21:47 ` [PATCH v3 0/3] hw/ipack: Minor dust removal Philippe Mathieu-Daudé

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).