Re: [Qemu-devel] [PATCH v5 5/6] s390/virtio-ccw: Add hotplug handler

2016-02-19 Thread Igor Mammedov
On Thu, 18 Feb 2016 23:03:36 -0500 Matthew Rosato wrote: > First consumer will be CPU hotplug, to update machine/cpu[n] > links during cpu plug. > > Signed-off-by: Matthew Rosato > --- > hw/s390x/s390-virtio-ccw.c | 40 > 1 file changed, 40 insertions(+

[Qemu-devel] [PATCH v5 5/6] s390/virtio-ccw: Add hotplug handler

2016-02-18 Thread Matthew Rosato
First consumer will be CPU hotplug, to update machine/cpu[n] links during cpu plug. Signed-off-by: Matthew Rosato --- hw/s390x/s390-virtio-ccw.c | 40 1 file changed, 40 insertions(+) diff --git a/hw/s390x/s390-virtio-ccw.c b/hw/s390x/s390-virtio-ccw.c i