Re: [Qemu-devel] [PATCH v4 1/7] virtio-serial: add the virtio-serial device.

2013-04-04 Thread KONRAD Frédéric
On 03/04/2013 08:53, Cornelia Huck wrote: On Fri, 29 Mar 2013 10:02:38 +0100 fred.kon...@greensocs.com wrote: From: KONRAD Frederic Create virtio-serial which extends virtio-device, so it can be connected on virtio-bus. Signed-off-by: KONRAD Frederic --- hw/virtio-pci.c| 2 +- h

Re: [Qemu-devel] [PATCH v4 1/7] virtio-serial: add the virtio-serial device.

2013-04-02 Thread Cornelia Huck
On Fri, 29 Mar 2013 10:02:38 +0100 fred.kon...@greensocs.com wrote: > From: KONRAD Frederic > > Create virtio-serial which extends virtio-device, so it can be connected > on virtio-bus. > > Signed-off-by: KONRAD Frederic > --- > hw/virtio-pci.c| 2 +- > hw/virtio-serial-bus.c | 95 >

[Qemu-devel] [PATCH v4 1/7] virtio-serial: add the virtio-serial device.

2013-03-29 Thread fred . konrad
From: KONRAD Frederic Create virtio-serial which extends virtio-device, so it can be connected on virtio-bus. Signed-off-by: KONRAD Frederic --- hw/virtio-pci.c| 2 +- hw/virtio-serial-bus.c | 95 ++ hw/virtio-serial.h | 9 + 3