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 v3 0/7] virtio-net refactoring.
Date: Mon, 15 Apr 2013 11:02:33 +0200 [thread overview]
Message-ID: <20130415110233.7123cbeb@gondolin> (raw)
In-Reply-To: <1365690602-22729-1-git-send-email-fred.konrad@greensocs.com>
On Thu, 11 Apr 2013 16:29:55 +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-net-device which extends virtio-device.
> Then a virtio-net-device can be connected on a virtio-bus.
> virtio-net-pci, virtio-net-s390 and virtio-net-ccw are created too,
> they extend respectively virtio-pci, virtio-s390-device, virtio-ccw-device and
> have a virtio-net-device.
>
> You can checkout my branch here:
>
> git://project.greensocs.com/qemu-virtio.git virtio-net-v3
>
> Note: it applies on top of virtio-9p-v3.
>
> I made basic tests (with linux guests) on:
> * qemu-system-i386
On s390, with virtio-ccw and s390-virtio:
Tested-by: Cornelia Huck <cornelia.huck@de.ibm.com>
>
> Changes v2 -> v3:
> * Added property macro.
> * Rebased on virtio-net-ccw.
> * Renamed device "virtio-net" => "virtio-net-device".
> * Rebased.
>
> Thanks,
>
> Fred
>
> KONRAD Frederic (7):
> virtio: add two functions to VirtioDeviceClass.
> virtio-net: add the virtio-net device.
> virtio-net-pci: switch to the new API.
> virtio-net-s390: switch to the new API.
> virtio-net-ccw: switch to the new API.
> virtio-net: cleanup: use QOM cast.
> virtio-net: cleanup: init and exit function.
>
> hw/net/virtio-net.c | 244 ++++++++++++++++++++++++++---------------
> hw/s390x/s390-virtio-bus.c | 33 +++---
> hw/s390x/s390-virtio-bus.h | 13 ++-
> hw/s390x/virtio-ccw.c | 35 +++---
> hw/s390x/virtio-ccw.h | 13 ++-
> hw/virtio/virtio-pci.c | 116 ++++++++++----------
> hw/virtio/virtio-pci.h | 15 ++-
> include/hw/virtio/virtio-net.h | 15 ++-
> include/hw/virtio/virtio.h | 12 ++
> 9 files changed, 311 insertions(+), 185 deletions(-)
>
next prev parent reply other threads:[~2013-04-15 9:02 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-04-11 14:29 [Qemu-devel] [PATCH v3 0/7] virtio-net refactoring fred.konrad
2013-04-11 14:29 ` [Qemu-devel] [PATCH v3 1/7] virtio: add two functions to VirtioDeviceClass fred.konrad
2013-04-11 14:29 ` [Qemu-devel] [PATCH v3 2/7] virtio-net: add the virtio-net device fred.konrad
2013-04-11 14:29 ` [Qemu-devel] [PATCH v3 3/7] virtio-net-pci: switch to the new API fred.konrad
2013-04-11 14:29 ` [Qemu-devel] [PATCH v3 4/7] virtio-net-s390: " fred.konrad
2013-04-11 14:30 ` [Qemu-devel] [PATCH v3 5/7] virtio-net-ccw: " fred.konrad
2013-04-11 14:30 ` [Qemu-devel] [PATCH v3 6/7] virtio-net: cleanup: use QOM cast fred.konrad
2013-04-18 8:41 ` Michael S. Tsirkin
2013-04-18 11:34 ` KONRAD Frédéric
2013-04-18 11:01 ` Michael S. Tsirkin
2013-04-18 12:52 ` Anthony Liguori
2013-04-18 12:50 ` Anthony Liguori
2013-04-18 13:28 ` Paolo Bonzini
2013-04-11 14:30 ` [Qemu-devel] [PATCH v3 7/7] virtio-net: cleanup: init and exit function fred.konrad
2013-04-15 9:02 ` Cornelia Huck [this message]
2013-04-22 18:37 ` [Qemu-devel] [PATCH v3 0/7] virtio-net refactoring Anthony Liguori
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=20130415110233.7123cbeb@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.