]> git.proxmox.com Git - mirror_qemu.git/commit - hw/i386/pc.c
pc: Forbid BSP removal
authorIgor Mammedov <imammedo@redhat.com>
Mon, 18 Jul 2016 08:31:22 +0000 (10:31 +0200)
committerEduardo Habkost <ehabkost@redhat.com>
Wed, 20 Jul 2016 15:02:19 +0000 (12:02 -0300)
commit73360e27850b213327011f7e22e03865b8c0dd5b
treeff91a4446ee4faab1004f909a272941cfbb70c5a
parenta44a49dbf2eb8b9b430711b152663678c15f689c
pc: Forbid BSP removal

Boot CPU is assumed to always present in QEMU code, so
untile that assumptions are gone, deny removal request,
In another words QEMU won't support BSP hot-unplug.

Signed-off-by: Igor Mammedov <imammedo@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
hw/i386/pc.c