qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v4 0/4] virtio-9p refactoring.
@ 2013-04-23  9:08 fred.konrad
  2013-04-23  9:08 ` [Qemu-devel] [PATCH v4 1/4] virtio-9p: add the virtio-9p device fred.konrad
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: fred.konrad @ 2013-04-23  9:08 UTC (permalink / raw)
  To: qemu-devel, aliguori; +Cc: peter.maydell, mark.burton, fred.konrad

From: KONRAD Frederic <fred.konrad@greensocs.com>

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-v4

I made basic tests (with linux guests) on:
    * qemu-system-i386

Changes v3 -> v4:
    * Fix a compilation bug when virtfs is disabled. (lost during a rebase)
    * Renamed device "virtio-9p" => "virtio-9p-device".
    * Rebased.

Changes v2 -> v3:
    * Rebased.

Thanks,

Fred

KONRAD Frederic (4):
  virtio-9p: add the virtio-9p 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        | 12 +++++-
 hw/virtio/virtio-pci.c     | 61 +++++++++++++++++--------------
 hw/virtio/virtio-pci.h     | 23 ++++++++++--
 5 files changed, 123 insertions(+), 66 deletions(-)

-- 
1.7.11.7

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2013-04-24 18:35 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-23  9:08 [Qemu-devel] [PATCH v4 0/4] virtio-9p refactoring fred.konrad
2013-04-23  9:08 ` [Qemu-devel] [PATCH v4 1/4] virtio-9p: add the virtio-9p device fred.konrad
2013-04-23  9:08 ` [Qemu-devel] [PATCH v4 2/4] virtio-9p-pci: switch to the new API fred.konrad
2013-04-23  9:08 ` [Qemu-devel] [PATCH v4 3/4] virtio-9p: cleanup: init function fred.konrad
2013-04-23  9:08 ` [Qemu-devel] [PATCH v4 4/4] virtio-9p: cleanup: QOM casts fred.konrad
2013-04-24 18:24 ` [Qemu-devel] [PATCH v4 0/4] virtio-9p refactoring Anthony Liguori

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).