qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 0/4] hw/core: Restrict qdev-hotplug to sysemu


From: Philippe Mathieu-Daudé
Subject: [PATCH 0/4] hw/core: Restrict qdev-hotplug to sysemu
Date: Thu, 28 Oct 2021 17:05:17 +0200

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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]