Re: [Qemu-devel] [PATCH V2 3/7] virtio-device: refactor virtio-device.

2013-01-14 Thread Anthony Liguori
KONRAD Frédéric writes: > On 14/01/2013 20:06, Anthony Liguori wrote: >> fred.kon...@greensocs.com writes: >> >>> From: KONRAD Frederic >>> >>> Create the virtio-device which is abstract. All the virtio-device can extend >>> this class. It also add some functions to virtio-bus. >>> >>> Signed-of

Re: [Qemu-devel] [PATCH V2 3/7] virtio-device: refactor virtio-device.

2013-01-14 Thread KONRAD Frédéric
On 14/01/2013 20:06, Anthony Liguori wrote: fred.kon...@greensocs.com writes: From: KONRAD Frederic Create the virtio-device which is abstract. All the virtio-device can extend this class. It also add some functions to virtio-bus. Signed-off-by: KONRAD Frederic --- hw/virtio-bus.c | 35 ++

Re: [Qemu-devel] [PATCH V2 3/7] virtio-device: refactor virtio-device.

2013-01-14 Thread Anthony Liguori
fred.kon...@greensocs.com writes: > From: KONRAD Frederic > > Create the virtio-device which is abstract. All the virtio-device can extend > this class. It also add some functions to virtio-bus. > > Signed-off-by: KONRAD Frederic > --- > hw/virtio-bus.c | 35 + > hw/

[Qemu-devel] [PATCH V2 3/7] virtio-device: refactor virtio-device.

2013-01-09 Thread fred . konrad
From: KONRAD Frederic Create the virtio-device which is abstract. All the virtio-device can extend this class. It also add some functions to virtio-bus. Signed-off-by: KONRAD Frederic --- hw/virtio-bus.c | 35 + hw/virtio-bus.h | 7 ++ hw/virtio.c | 70