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

Philippe Mathieu-Daudé posted 4 patches 4 years, 3 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20211028150521.1973821-1-philmd@redhat.com
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
[PATCH 0/4] hw/core: Restrict qdev-hotplug to sysemu
Posted by Philippe Mathieu-Daudé 4 years, 3 months ago
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


Re: [PATCH 0/4] hw/core: Restrict qdev-hotplug to sysemu
Posted by Eduardo Habkost 4 years, 3 months ago
On Thu, Oct 28, 2021 at 05:05:17PM +0200, Philippe Mathieu-Daudé wrote:
> 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

Acked-by: Eduardo Habkost <ehabkost@redhat.com>

-- 
Eduardo


Re: [PATCH 0/4] hw/core: Restrict qdev-hotplug to sysemu
Posted by Philippe Mathieu-Daudé 4 years, 3 months ago
On 10/28/21 17:05, Philippe Mathieu-Daudé wrote:
> 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

Series queued to machine-next.