]> git.proxmox.com Git - mirror_qemu.git/commit - monitor.c
monitor: fix crash for platforms without a CPU 0
authorDavid Gibson <david@gibson.dropbear.id.au>
Wed, 21 Sep 2016 05:29:26 +0000 (15:29 +1000)
committerDavid Gibson <david@gibson.dropbear.id.au>
Fri, 23 Sep 2016 02:39:07 +0000 (12:39 +1000)
commit27a83f8e7ed63ced7e36c47a42f46ab44ee02bd8
tree1734209201984a861a8beb644948b3a9d42d883c
parent58eb53083ccac82bc9c8e4b5f0800dcc47d22927
monitor: fix crash for platforms without a CPU 0

Now that we allow CPU hot unplug on a few platforms, we can end up in a
situation where we don't have a CPU with index 0.  Or at least we could,
if we didn't have code to explicitly prohibit unplug of CPU 0.

Longer term we want to allow CPU 0 unplug, this patch is an early step in
allowing this, by removing an assumption in the monitor code that CPU 0
always exists.

Signed-off-by: Cédric Le Goater <clg@kaod.org>
[dwg: Rewrote commit message to better explain background]
Reviewed-by: Igor Mammedov <imammedo@redhat.com>
Reviewed-by: Eduardo Habkost <ehabkost@redhat.com>
Reviewed-by: Luiz Capitulino <lcapitulino@redhat.com>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
monitor.c