On Wed, 13 Sep 2017 15:24:12 +0200 David Hildenbrand <da...@redhat.com> wrote:
> device_del on a CPU will currently do nothing. Let's emmit an error s/emmit/emit/ (fixing while applying) > 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 <mjros...@linux.vnet.ibm.com> > Signed-off-by: David Hildenbrand <da...@redhat.com> > --- > hw/s390x/s390-virtio-ccw.c | 10 ++++++++++ > 1 file changed, 10 insertions(+)