]> git.proxmox.com Git - mirror_qemu.git/commit
Merge remote-tracking branch 'remotes/philmd/tags/machine-20211101' into staging
authorRichard Henderson <richard.henderson@linaro.org>
Tue, 2 Nov 2021 09:53:45 +0000 (05:53 -0400)
committerRichard Henderson <richard.henderson@linaro.org>
Tue, 2 Nov 2021 09:53:45 +0000 (05:53 -0400)
commit8cb41fda78c7ebde0dd248c6afe1d336efb0de50
tree593da1c8f6aa82389a2e5d31e5b0c6e349af9c21
parent4b0bf11c5a4fc6f2dd8cff650dfd4a2c52026396
parentdb78a6055994d20350a4c2131d67aeec303a7931
Merge remote-tracking branch 'remotes/philmd/tags/machine-20211101' into staging

Machine core patches

- Move GPIO code out of qdev.c
- Move hotplug code out of qdev.c
- Restrict various files to sysemu
- Move SMP code out of machine.c
- Add SMP parsing unit tests
- Move dynamic sysbus device check earlier

# gpg: Signature made Mon 01 Nov 2021 02:44:32 PM EDT
# gpg:                using RSA key FAABE75E12917221DCFD6BB2E3E32C2CDEADC0DE
# gpg: Good signature from "Philippe Mathieu-Daudé (F4BUG) <f4bug@amsat.org>" [full]

* remotes/philmd/tags/machine-20211101:
  machine: remove the done notifier for dynamic sysbus device type check
  qdev-monitor: Check sysbus device type before creating it
  machine: add device_type_is_dynamic_sysbus function
  tests/unit: Add an unit test for smp parsing
  hw/core/machine: Split out the smp parsing code
  hw/core: Restrict hotplug to system emulation
  hw/core: Extract hotplug-related functions to qdev-hotplug.c
  hw/core: Declare meson source set
  hw/core: Restrict sysemu specific files
  machine: Move gpio code to hw/core/gpio.c

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>