mbox series

[0/4] Consolidate the use of device_class_set_parent_realize()

Message ID 20240201084027.345459-1-zhao1.liu@linux.intel.com (mailing list archive)
Headers show
Series Consolidate the use of device_class_set_parent_realize() | expand

Message

Zhao Liu Feb. 1, 2024, 8:40 a.m. UTC
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(-)

Comments

Michael Tokarev Feb. 4, 2024, 5 a.m. UTC | #1
[Trimming list of addresses]

01.02.2024 11:40, 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.

Applied to trivial-patches tree, thanks!

/mjt