Re: [Qemu-devel] [PATCH 01/13] [S390] Add hotplug support

2011-11-13 Thread Alexander Graf
On 13.11.2011, at 18:14, Anthony Liguori wrote: > On 11/13/2011 09:33 AM, Alexander Graf wrote: >> I just submitted a few patches that enable the s390 virtio bus to receive >> a hotplug add event. This patch implements the qemu side of it, so that new >> hotplug events can be submitted to the

Re: [Qemu-devel] [PATCH 01/13] [S390] Add hotplug support

2011-11-13 Thread Anthony Liguori
On 11/13/2011 09:33 AM, Alexander Graf wrote: I just submitted a few patches that enable the s390 virtio bus to receive a hotplug add event. This patch implements the qemu side of it, so that new hotplug events can be submitted to the guest. Signed-off-by: Alexander Graf How is this not a feat

[Qemu-devel] [PATCH 01/13] [S390] Add hotplug support

2011-11-13 Thread Alexander Graf
I just submitted a few patches that enable the s390 virtio bus to receive a hotplug add event. This patch implements the qemu side of it, so that new hotplug events can be submitted to the guest. Signed-off-by: Alexander Graf --- v1 -> v2: - make s390 virtio hoplug code emulate-capable ---