Re: [Qemu-devel] [PATCH v6 7/7] s390x/cpu: Allow hotplug of CPUs

2016-02-22 Thread Matthew Rosato
On 02/22/2016 12:22 PM, Andreas Färber wrote: > Am 22.02.2016 um 18:06 schrieb Matthew Rosato: >> Implement cpu hotplug routine and add the machine hook. >> >> Signed-off-by: Matthew Rosato >> --- >> hw/s390x/s390-virtio-ccw.c | 33 + >> target-s390x/cpu.c

Re: [Qemu-devel] [PATCH v6 7/7] s390x/cpu: Allow hotplug of CPUs

2016-02-22 Thread Andreas Färber
Am 22.02.2016 um 18:06 schrieb Matthew Rosato: > Implement cpu hotplug routine and add the machine hook. > > Signed-off-by: Matthew Rosato > --- > hw/s390x/s390-virtio-ccw.c | 33 + > target-s390x/cpu.c | 7 +++ > 2 files changed, 40 insertions(+) >

[Qemu-devel] [PATCH v6 7/7] s390x/cpu: Allow hotplug of CPUs

2016-02-22 Thread Matthew Rosato
Implement cpu hotplug routine and add the machine hook. Signed-off-by: Matthew Rosato --- hw/s390x/s390-virtio-ccw.c | 33 + target-s390x/cpu.c | 7 +++ 2 files changed, 40 insertions(+) diff --git a/hw/s390x/s390-virtio-ccw.c b/hw/s390x/s390-virtio-