mbox series

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

Message ID 20211028150521.1973821-1-philmd@redhat.com (mailing list archive)
Headers show
Series hw/core: Restrict qdev-hotplug to sysemu | expand

Message

Philippe Mathieu-Daudé Oct. 28, 2021, 3:05 p.m. UTC
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

Comments

Eduardo Habkost Oct. 29, 2021, 5:09 p.m. UTC | #1
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>
Philippe Mathieu-Daudé Nov. 1, 2021, 6:28 p.m. UTC | #2
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.