machine: introduce MachineInitPhase
commit2f181fbd5a9d456d1da291bea61d7e3ad10ec7d1
authorPaolo Bonzini <pbonzini@redhat.com>
Thu, 12 Nov 2020 14:38:36 +0000 (12 09:38 -0500)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 15 Dec 2020 17:51:52 +0000 (15 12:51 -0500)
treef6be4e559a9b9a95a2870caf0fc323e7ca6778e7
parent5a1ee6077b89ee9a803aaf8d1c98004701f63684
machine: introduce MachineInitPhase

Generalize the qdev_hotplug variable to the different phases of
machine initialization.  We would like to allow different
monitor commands depending on the phase.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
hw/core/machine-qmp-cmds.c
hw/core/machine.c
hw/core/qdev.c
hw/pci/pci.c
hw/usb/core.c
hw/virtio/virtio-iommu.c
include/hw/qdev-core.h
monitor/hmp.c
softmmu/qdev-monitor.c
softmmu/vl.c
ui/console.c