From: fred.konrad@greensocs.com
To: aliguori@us.ibm.com, qemu-devel@nongnu.org,
aneesh.kumar@linux.vnet.ibm.com
Cc: peter.maydell@linaro.org, mark.burton@greensocs.com,
fred.konrad@greensocs.com
Subject: [Qemu-devel] [PATCH v3 0/4] virtio-9p refactoring.
Date: Tue, 9 Apr 2013 16:14:30 +0200 [thread overview]
Message-ID: <1365516874-31399-1-git-send-email-fred.konrad@greensocs.com> (raw)
From: KONRAD Frederic <fred.konrad@greensocs.com>
This is the next part of virtio-refactoring.
Basically it creates virtio-9p-device backend which extends virtio-device.
Then a virtio-9p-device can be connected on a virtio-bus.
virtio-9p-pci is modified, extends virtio-pci and have a virtio-9p-device.
You can checkout my branch here:
git://project.greensocs.com/qemu-virtio.git virtio-9p-v3
Note that I applied Hans's patch to fix the recent 9p compilation issue:
(virtio-9p: Fix virtio-9p no longer building after hw-dirs branch merge).
I made basic tests (with linux guests) on:
* qemu-system-i386
Changes v2 -> v3:
* Renamed device "virtio-9p" => "virtio-9p-device".
* Rebased.
Thanks,
Fred
KONRAD Frederic (4):
virtio-9p: add the virtio-9p-device device.
virtio-9p-pci: switch to the new API.
virtio-9p: cleanup: init function.
virtio-9p: cleanup: QOM casts.
hw/9pfs/virtio-9p-device.c | 91 +++++++++++++++++++++++++++++-----------------
hw/9pfs/virtio-9p.c | 2 +-
hw/9pfs/virtio-9p.h | 11 +++++-
hw/virtio/virtio-pci.c | 59 +++++++++++++++++-------------
hw/virtio/virtio-pci.h | 23 ++++++++++--
5 files changed, 122 insertions(+), 64 deletions(-)
--
1.8.1.4
next reply other threads:[~2013-04-09 14:15 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-04-09 14:14 fred.konrad [this message]
2013-04-09 14:14 ` [Qemu-devel] [PATCH v3 1/4] virtio-9p: add the virtio-9p-device device fred.konrad
2013-04-09 14:14 ` [Qemu-devel] [PATCH v3 2/4] virtio-9p-pci: switch to the new API fred.konrad
2013-04-09 14:14 ` [Qemu-devel] [PATCH v3 3/4] virtio-9p: cleanup: init function fred.konrad
2013-04-09 14:14 ` [Qemu-devel] [PATCH v3 4/4] virtio-9p: cleanup: QOM casts fred.konrad
2013-04-24 18:25 ` [Qemu-devel] [PATCH v3 0/4] virtio-9p 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=1365516874-31399-1-git-send-email-fred.konrad@greensocs.com \
--to=fred.konrad@greensocs.com \
--cc=aliguori@us.ibm.com \
--cc=aneesh.kumar@linux.vnet.ibm.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).