meson.build | 4 ++- hw/core/hotplug-stubs.c | 34 +++++++++++++++++++ hw/core/qdev-hotplug.c | 73 +++++++++++++++++++++++++++++++++++++++++ hw/core/qdev.c | 60 --------------------------------- hw/core/meson.build | 33 ++++++++++++------- 5 files changed, 131 insertions(+), 73 deletions(-) create mode 100644 hw/core/hotplug-stubs.c create mode 100644 hw/core/qdev-hotplug.c