From: Cornelia Huck <cornelia.huck@de.ibm.com>
To: fred.konrad@greensocs.com
Cc: peter.maydell@linaro.org, aliguori@us.ibm.com,
mark.burton@greensocs.com, qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PATCH v5 0/7] virtio-serial refactoring.
Date: Thu, 4 Apr 2013 16:45:02 +0200 [thread overview]
Message-ID: <20130404164502.4cf3d341@gondolin> (raw)
In-Reply-To: <1365085745-14385-1-git-send-email-fred.konrad@greensocs.com>
On Thu, 4 Apr 2013 16:28:58 +0200
fred.konrad@greensocs.com wrote:
> From: KONRAD Frederic <fred.konrad@greensocs.com>
>
> 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-v5
>
> 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
Still looks sane on s390-virtio and virtio-ccw.
Tested-by: Cornelia Huck <cornelia.huck@de.ibm.com>
Reviewed-by: Cornelia Huck <cornelia.huck@de.ibm.com>
>
> Changes v4 -> v5:
> * Fixed rebase issue with nvector and the clarifying comment.
> * Changed property macro for s390 and ccw device too.
>
> Changes v3 -> v4:
> * 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 | 31 +++++----
> hw/s390x/s390-virtio-bus.h | 12 +++-
> hw/s390x/virtio-ccw.c | 29 +++++----
> hw/s390x/virtio-ccw.h | 12 +++-
> hw/virtio-pci.c | 131 +++++++++++++++++++------------------
> hw/virtio-pci.h | 14 +++-
> hw/virtio-serial-bus.c | 157 +++++++++++++++++++++++++++------------------
> hw/virtio-serial.h | 13 +++-
> 8 files changed, 239 insertions(+), 160 deletions(-)
>
next prev parent reply other threads:[~2013-04-04 14:45 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-04-04 14:28 [Qemu-devel] [PATCH v5 0/7] virtio-serial refactoring fred.konrad
2013-04-04 14:28 ` [Qemu-devel] [PATCH v5 1/7] virtio-serial: add the virtio-serial device fred.konrad
2013-04-04 14:29 ` [Qemu-devel] [PATCH v5 2/7] virtio-serial-pci: switch to the new API fred.konrad
2013-04-04 14:29 ` [Qemu-devel] [PATCH v5 3/7] virtio-serial-s390: " fred.konrad
2013-04-04 14:29 ` [Qemu-devel] [PATCH v5 4/7] virtio-serial-ccw: " fred.konrad
2013-04-04 14:29 ` [Qemu-devel] [PATCH v5 5/7] virtio-serial: cleanup: init and exit functions fred.konrad
2013-04-04 14:29 ` [Qemu-devel] [PATCH v5 6/7] virtio-serial: cleanup: use QOM casts fred.konrad
2013-04-04 14:29 ` [Qemu-devel] [PATCH v5 7/7] virtio-serial: cleanup: remove qdev field fred.konrad
2013-04-04 14:45 ` Cornelia Huck [this message]
2013-04-04 17:16 ` [Qemu-devel] [PATCH v5 0/7] virtio-serial refactoring Peter Maydell
2013-04-05 15:36 ` Anthony Liguori
2013-04-08 17:00 ` KONRAD Frédéric
2013-04-08 17:03 ` Peter Maydell
2013-04-08 17:14 ` KONRAD Frédéric
2013-04-08 17:16 ` Peter Maydell
2013-04-08 21:58 ` KONRAD Frédéric
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20130404164502.4cf3d341@gondolin \
--to=cornelia.huck@de.ibm.com \
--cc=aliguori@us.ibm.com \
--cc=fred.konrad@greensocs.com \
--cc=mark.burton@greensocs.com \
--cc=peter.maydell@linaro.org \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).