aboutsummaryrefslogtreecommitdiff
path: root/hw/core/meson.build
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé <philmd@redhat.com>2021-10-28 16:36:38 +0200
committerPhilippe Mathieu-Daudé <philmd@redhat.com>2021-11-01 19:44:11 +0100
commit81c7b381558541531fa119e16a58098d6febbf5f (patch)
tree58c97fb519255fe6f42fbb8ab8d6adf65a6ccfa2 /hw/core/meson.build
parentf73fb063950b9da3a5869fe9ce396abf157c1d9f (diff)
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>
Diffstat (limited to 'hw/core/meson.build')
-rw-r--r--hw/core/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/core/meson.build b/hw/core/meson.build
index cc1ebb8e0f..c9fe6441d9 100644
--- a/hw/core/meson.build
+++ b/hw/core/meson.build
@@ -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'))