Re: [Qemu-devel] [PATCH v3 5/8] virtio-ccw: cleanup.

2013-04-15 Thread Cornelia Huck
On Mon, 15 Apr 2013 16:31:24 +0200 KONRAD Frédéric wrote: > On 15/04/2013 15:38, Cornelia Huck wrote: > > On Sun, 14 Apr 2013 23:26:34 +0200 > > fred.kon...@greensocs.com wrote: > > > >> From: KONRAD Frederic > >> > >> This is a cleanup for virtio-ccw. > >> The init function is replaced by the d

Re: [Qemu-devel] [PATCH v3 5/8] virtio-ccw: cleanup.

2013-04-15 Thread KONRAD Frédéric
On 15/04/2013 15:38, Cornelia Huck wrote: On Sun, 14 Apr 2013 23:26:34 +0200 fred.kon...@greensocs.com wrote: From: KONRAD Frederic This is a cleanup for virtio-ccw. The init function is replaced by the device_plugged callback from virtio-bus. Hm, so you replaced a callback that might return

Re: [Qemu-devel] [PATCH v3 5/8] virtio-ccw: cleanup.

2013-04-15 Thread Cornelia Huck
On Sun, 14 Apr 2013 23:26:34 +0200 fred.kon...@greensocs.com wrote: > From: KONRAD Frederic > > This is a cleanup for virtio-ccw. > The init function is replaced by the device_plugged callback from > virtio-bus. Hm, so you replaced a callback that might return an error by another one that can't

[Qemu-devel] [PATCH v3 5/8] virtio-ccw: cleanup.

2013-04-14 Thread fred . konrad
From: KONRAD Frederic This is a cleanup for virtio-ccw. The init function is replaced by the device_plugged callback from virtio-bus. Signed-off-by: KONRAD Frederic --- hw/s390x/virtio-ccw.c | 34 ++ 1 file changed, 14 insertions(+), 20 deletions(-) diff --git