qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] hw: QOM housekeeping around IOTHREAD / IRQ types
@ 2023-01-13 20:01 Philippe Mathieu-Daudé
  2023-01-13 20:01 ` [PATCH 1/4] iothread: Remove unused IOThreadClass / IOTHREAD_CLASS Philippe Mathieu-Daudé
                   ` (5 more replies)
  0 siblings, 6 replies; 12+ messages in thread
From: Philippe Mathieu-Daudé @ 2023-01-13 20:01 UTC (permalink / raw)
  To: qemu-devel
  Cc: Stefan Hajnoczi, qemu-arm, Peter Maydell, qemu-ppc,
	Edgar E. Iglesias, qemu-trivial, Alistair Francis,
	Philippe Mathieu-Daudé

- remove unused code
- use recent QOM macros
- use CamelCase typedef

Philippe Mathieu-Daudé (4):
  iothread: Remove unused IOThreadClass / IOTHREAD_CLASS
  hw/irq: Declare QOM macros using OBJECT_DECLARE_SIMPLE_TYPE()
  hw/or-irq: Declare QOM macros using OBJECT_DECLARE_SIMPLE_TYPE()
  hw: Replace qemu_or_irq typedef by OrIRQState

 hw/arm/exynos4210.c                  |  4 ++--
 hw/arm/mps2-tz.c                     |  2 +-
 hw/core/irq.c                        |  9 ++++-----
 hw/core/or-irq.c                     | 18 +++++++++---------
 hw/pci-host/raven.c                  |  2 +-
 include/hw/arm/armsse.h              |  6 +++---
 include/hw/arm/bcm2835_peripherals.h |  2 +-
 include/hw/arm/exynos4210.h          |  4 ++--
 include/hw/arm/stm32f205_soc.h       |  2 +-
 include/hw/arm/stm32f405_soc.h       |  2 +-
 include/hw/arm/xlnx-versal.h         |  6 +++---
 include/hw/arm/xlnx-zynqmp.h         |  2 +-
 include/hw/or-irq.h                  |  5 +----
 iothread.c                           |  4 ----
 14 files changed, 30 insertions(+), 38 deletions(-)

-- 
2.38.1



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

end of thread, other threads:[~2023-02-23 13:37 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-13 20:01 [PATCH 0/4] hw: QOM housekeeping around IOTHREAD / IRQ types Philippe Mathieu-Daudé
2023-01-13 20:01 ` [PATCH 1/4] iothread: Remove unused IOThreadClass / IOTHREAD_CLASS Philippe Mathieu-Daudé
2023-01-16  2:45   ` Alistair Francis
2023-01-13 20:01 ` [PATCH 2/4] hw/irq: Declare QOM macros using OBJECT_DECLARE_SIMPLE_TYPE() Philippe Mathieu-Daudé
2023-01-16  2:46   ` Alistair Francis
2023-01-13 20:01 ` [PATCH 3/4] hw/or-irq: " Philippe Mathieu-Daudé
2023-01-16  2:47   ` Alistair Francis
2023-01-13 20:01 ` [PATCH 4/4] hw: Replace qemu_or_irq typedef by OrIRQState Philippe Mathieu-Daudé
2023-01-16  2:48   ` Alistair Francis
2023-01-17 16:15 ` [PATCH 0/4] hw: QOM housekeeping around IOTHREAD / IRQ types Stefan Hajnoczi
2023-02-07  9:17 ` Philippe Mathieu-Daudé
2023-02-23 13:36   ` Peter Maydell

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