]> git.proxmox.com Git - mirror_qemu.git/commit
s390x: CPU hot unplug via device_del cannot work for now
authorDavid Hildenbrand <david@redhat.com>
Wed, 13 Sep 2017 13:24:12 +0000 (15:24 +0200)
committerCornelia Huck <cohuck@redhat.com>
Tue, 19 Sep 2017 16:31:32 +0000 (18:31 +0200)
commitf2f3beb0040cbdad1b4098cbb11ecc102044bf6e
treee8c86d6772d5b65605691f0ba1a09abb62d0c265
parent0347ab84698e668a8da5ce05c3ad4e1d6e553456
s390x: CPU hot unplug via device_del cannot work for now

device_del on a CPU will currently do nothing. Let's emit an error
telling that this is will currently not work (there is no architecture
support on s390x). Error message copied from ppc.

(qemu) device_del cpu1
device_del cpu1
CPU hot unplug not supported on this machine

Reviewed-by: Matthew Rosato <mjrosato@linux.vnet.ibm.com>
Signed-off-by: David Hildenbrand <david@redhat.com>
Message-Id: <20170913132417.24384-18-david@redhat.com>
Signed-off-by: Cornelia Huck <cohuck@redhat.com>
hw/s390x/s390-virtio-ccw.c