[PATCH v3 0/3] hw/ipack: Minor dust removal

Philippe Mathieu-Daudé posted 3 patches 1 year ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20250121155526.29982-1-philmd@linaro.org
Maintainers: Paolo Bonzini <pbonzini@redhat.com>, "Marc-André Lureau" <marcandre.lureau@redhat.com>, Alberto Garcia <berto@igalia.com>, Fabiano Rosas <farosas@suse.de>, Laurent Vivier <lvivier@redhat.com>
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(-)
[PATCH v3 0/3] hw/ipack: Minor dust removal
Posted by Philippe Mathieu-Daudé 1 year ago
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


Re: [PATCH v3 0/3] hw/ipack: Minor dust removal
Posted by Philippe Mathieu-Daudé 1 year ago
On 21/1/25 16:55, Philippe Mathieu-Daudé wrote:

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

Series queued.