Restrict various hw/core/ files to sysemu, add stubs for qdev-hotplug. Philippe Mathieu-Daudé (4): hw/core: Restrict sysemu specific files hw/core: Declare meson source set hw/core: Extract hotplug-related functions to qdev-hotplug.c hw/core: Restrict hotplug to system emulation
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 -- 2.31.1