qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] hw/ipack: Minor dust removal
@ 2025-01-21  8:44 Philippe Mathieu-Daudé
  2025-01-21  8:44 ` [PATCH v2 1/2] hw/ipack: Clarify KConfig symbols Philippe Mathieu-Daudé
  2025-01-21  8:44 ` [PATCH v2 2/2] hw/ipack: Remove legacy qemu_allocate_irqs() use Philippe Mathieu-Daudé
  0 siblings, 2 replies; 6+ messages in thread
From: Philippe Mathieu-Daudé @ 2025-01-21  8:44 UTC (permalink / raw)
  To: qemu-devel
  Cc: Alberto Garcia, Fabiano Rosas, Laurent Vivier, Bernhard Beschow,
	Marc-André Lureau, Paolo Bonzini,
	Philippe Mathieu-Daudé

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

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

Philippe Mathieu-Daudé (2):
  hw/ipack: Clarify KConfig symbols
  hw/ipack: Remove legacy qemu_allocate_irqs() use

 include/hw/ipack/ipack.h       | 7 ++-----
 hw/char/ipoctal232.c           | 4 ++--
 hw/ipack/ipack.c               | 7 +++----
 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 +++-
 10 files changed, 28 insertions(+), 18 deletions(-)

-- 
2.47.1



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

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

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-21  8:44 [PATCH v2 0/2] hw/ipack: Minor dust removal Philippe Mathieu-Daudé
2025-01-21  8:44 ` [PATCH v2 1/2] hw/ipack: Clarify KConfig symbols Philippe Mathieu-Daudé
2025-01-21  8:44 ` [PATCH v2 2/2] hw/ipack: Remove legacy qemu_allocate_irqs() use Philippe Mathieu-Daudé
2025-01-21  9:24   ` Bernhard Beschow
2025-01-21 10:04     ` Philippe Mathieu-Daudé
2025-01-21 15:32       ` Bernhard Beschow

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