qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/3] i.MX 8M Plus EVK Fixes
@ 2025-03-18 20:57 Bernhard Beschow
  2025-03-18 20:57 ` [PATCH v3 1/3] hw/arm/imx8mp-evk: Fix reference count of SoC object Bernhard Beschow
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Bernhard Beschow @ 2025-03-18 20:57 UTC (permalink / raw)
  To: qemu-devel
  Cc: Thomas Huth, Bernhard Beschow, qemu-arm, Peter Maydell,
	Philippe Mathieu-Daudé

As discussed in [1], this series modifies the SoC class be derived from
TYPE_SYS_BUS_DEVICE to fix the reset mechanism and to prevent it from being
user-creatable. It also removes an unused define.

v3:
* Fix reference counting in separate commit (Peter)

v2:
* Do not set user_creatable = false; (Zoltan, Peter)

[1] https://lore.kernel.org/qemu-devel/1cdb6643-8fcc-4bd8-93fc-fcc93589c9a3@redhat.com/

Bernhard Beschow (3):
  hw/arm/imx8mp-evk: Fix reference count of SoC object
  hw/arm/fsl-imx8mp: Derive struct FslImx8mpState from
    TYPE_SYS_BUS_DEVICE
  hw/arm/fsl-imx8mp: Remove unused define

 include/hw/arm/fsl-imx8mp.h | 4 ++--
 hw/arm/fsl-imx8mp.c         | 2 +-
 hw/arm/imx8mp-evk.c         | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

-- 
2.49.0



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

end of thread, other threads:[~2025-03-30  9:49 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-18 20:57 [PATCH v3 0/3] i.MX 8M Plus EVK Fixes Bernhard Beschow
2025-03-18 20:57 ` [PATCH v3 1/3] hw/arm/imx8mp-evk: Fix reference count of SoC object Bernhard Beschow
2025-03-19 16:51   ` Bernhard Beschow
2025-03-19 18:06   ` Peter Maydell
2025-03-26 17:54     ` Bernhard Beschow
2025-03-18 20:57 ` [PATCH v3 2/3] hw/arm/fsl-imx8mp: Derive struct FslImx8mpState from TYPE_SYS_BUS_DEVICE Bernhard Beschow
2025-03-18 20:57 ` [PATCH v3 3/3] hw/arm/fsl-imx8mp: Remove unused define Bernhard Beschow
2025-03-27 16:19 ` [PATCH v3 0/3] i.MX 8M Plus EVK Fixes Philippe Mathieu-Daudé
2025-03-30  9:48   ` 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).