[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 0/4] Consolidate the use of device_class_set_parent_realize()
From: |
Zhao Liu |
Subject: |
[PATCH 0/4] Consolidate the use of device_class_set_parent_realize() |
Date: |
Thu, 1 Feb 2024 16:40:23 +0800 |
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
- [PATCH 0/4] Consolidate the use of device_class_set_parent_realize(),
Zhao Liu <=
- [PATCH 1/4] hw/isa/vt82c686: Consolidate the use of device_class_set_parent_realize(), Zhao Liu, 2024/02/01
- [PATCH 3/4] hw/intc/s390_flic: Consolidate the use of device_class_set_parent_realize(), Zhao Liu, 2024/02/01
- [PATCH 2/4] hw/isa/pc87312: Consolidate the use of device_class_set_parent_realize(), Zhao Liu, 2024/02/01
- [PATCH 4/4] hw/arm/smmuv3: Consolidate the use of device_class_set_parent_realize(), Zhao Liu, 2024/02/01
- Re: [PATCH 0/4] Consolidate the use of device_class_set_parent_realize(), Michael Tokarev, 2024/02/04