qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH v4 0/7] virtio-serial refactoring.


From: Cornelia Huck
Subject: Re: [Qemu-devel] [PATCH v4 0/7] virtio-serial refactoring.
Date: Wed, 3 Apr 2013 08:55:34 +0200

On Fri, 29 Mar 2013 10:02:37 +0100
address@hidden wrote:

> From: KONRAD Frederic <address@hidden>
> 
> This is the next part of virtio-refactoring.
> 
> Basically it creates virtio-serial device which extends virtio-device.
> Then a virtio-serial can be connected on a virtio-bus.
> virtio-serial-pci, virtio-serial-s390 and virtio-serial-ccw are created too,
> they extend respectively virtio-pci, virtio-s390-device, virtio-ccw-device and
> have a virtio-serial.
> 
> You can checkout my branch here:
> 
> git://project.greensocs.com/qemu-virtio.git virtio-serial-v4
> 
> Note that it is nearly the same series as virtio-blk and virtio-scsi
> refactoring.
> 
> I made basic tests (with linux guests) on:
>  * qemu-system-i386

On s390, with s390-virtio and virtio-ccw:

Tested-by: Cornelia Huck <address@hidden>

> 
> CHanges v3 -> v':
>     * Removed serial configuration field ommited in VirtioCCWDevice structure.
> 
> Changes v2 -> v3:
>     * Added CCW device.
>     * Rebased.
> 
> Thanks,
> 
> Fred
> 
> KONRAD Frederic (7):
>   virtio-serial: add the virtio-serial device.
>   virtio-serial-pci: switch to the new API.
>   virtio-serial-s390: switch to the new API.
>   virtio-serial-ccw: switch to the new API.
>   virtio-serial: cleanup: init and exit functions.
>   virtio-serial: cleanup: use QOM casts.
>   virtio-serial: cleanup: remove qdev field.
> 
>  hw/s390x/s390-virtio-bus.c |  32 +++++----
>  hw/s390x/s390-virtio-bus.h |  12 +++-
>  hw/s390x/virtio-ccw.c      |  30 +++++----
>  hw/s390x/virtio-ccw.h      |  12 +++-
>  hw/virtio-pci.c            | 130 ++++++++++++++++++-------------------
>  hw/virtio-pci.h            |  14 +++-
>  hw/virtio-serial-bus.c     | 157 
> +++++++++++++++++++++++++++------------------
>  hw/virtio-serial.h         |  13 +++-
>  8 files changed, 240 insertions(+), 160 deletions(-)
> 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]