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
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
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
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