hw/core: Extract hotplug-related functions to qdev-hotplug.c

Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Yanan Wang <wangyanan55@huawei.com>
Acked-by: Eduardo Habkost <ehabkost@redhat.com>
Message-Id: <20211028150521.1973821-4-philmd@redhat.com>
This commit is contained in:
Philippe Mathieu-Daudé
2021-10-28 16:36:38 +02:00
parent f73fb06395
commit 81c7b38155
3 changed files with 74 additions and 60 deletions
+1
View File
@@ -11,6 +11,7 @@ hwcore_ss.add(files(
'irq.c',
'clock.c',
'qdev-clock.c',
'qdev-hotplug.c',
))
common_ss.add(files('cpu-common.c'))