qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] Consolidate the use of device_class_set_parent_realize()
@ 2024-02-01  8:40 Zhao Liu
  2024-02-01  8:40 ` [PATCH 1/4] hw/isa/vt82c686: " Zhao Liu
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: Zhao Liu @ 2024-02-01  8:40 UTC (permalink / raw)
  To: Eric Auger, Peter Maydell, Thomas Huth, Halil Pasic,
	Christian Borntraeger, David Hildenbrand, Hervé Poussineau,
	BALATON Zoltan, Philippe Mathieu-Daudé, Jiaxun Yang
  Cc: qemu-devel, qemu-arm, qemu-s390x, qemu-ppc, qemu-trivial,
	Zhao Liu

From: Zhao Liu <zhao1.liu@intel.com>

Hi list,

Now we already have the device_class_set_parent_realize() to set
parent realize(), thus clean up the places where that helper was
forgotten.

Regards,
Zhao
---
Zhao Liu (4):
  hw/isa/vt82c686: Consolidate the use of
    device_class_set_parent_realize()
  hw/isa/pc87312: Consolidate the use of
    device_class_set_parent_realize()
  hw/intc/s390_flic: Consolidate the use of
    device_class_set_parent_realize()
  hw/arm/smmuv3: Consolidate the use of
    device_class_set_parent_realize()

 hw/arm/smmuv3.c         | 4 ++--
 hw/intc/s390_flic_kvm.c | 5 +++--
 hw/isa/pc87312.c        | 4 ++--
 hw/isa/vt82c686.c       | 4 ++--
 4 files changed, 9 insertions(+), 8 deletions(-)

-- 
2.34.1



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

end of thread, other threads:[~2024-02-04  5:00 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-01  8:40 [PATCH 0/4] Consolidate the use of device_class_set_parent_realize() Zhao Liu
2024-02-01  8:40 ` [PATCH 1/4] hw/isa/vt82c686: " Zhao Liu
2024-02-01  8:33   ` Thomas Huth
2024-02-01  8:40 ` [PATCH 2/4] hw/isa/pc87312: " Zhao Liu
2024-02-01  8:33   ` Thomas Huth
2024-02-01  8:40 ` [PATCH 3/4] hw/intc/s390_flic: " Zhao Liu
2024-02-01  8:32   ` Thomas Huth
2024-02-01  8:40 ` [PATCH 4/4] hw/arm/smmuv3: " Zhao Liu
2024-02-01  8:32   ` Thomas Huth
2024-02-04  5:00 ` [PATCH 0/4] " Michael Tokarev

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