Re: [PATCH 3/4] hw/core: Extract hotplug-related functions to qdev-hotplug.c

2021-10-31 Thread wangyanan (Y)
Hi Philippe, On 2021/10/28 23:05, Philippe Mathieu-Daudé wrote: Signed-off-by: Philippe Mathieu-Daudé --- hw/core/qdev-hotplug.c | 73 ++ hw/core/qdev.c | 60 -- hw/core/meson.build| 1 + 3 files changed,

[PATCH 3/4] hw/core: Extract hotplug-related functions to qdev-hotplug.c

2021-10-28 Thread Philippe Mathieu-Daudé
Signed-off-by: Philippe Mathieu-Daudé --- hw/core/qdev-hotplug.c | 73 ++ hw/core/qdev.c | 60 -- hw/core/meson.build| 1 + 3 files changed, 74 insertions(+), 60 deletions(-) create mode 100644 hw/core/qdev-hotp