qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: "Michael S. Tsirkin" <mst@redhat.com>
To: qemu-devel@nongnu.org
Cc: cornelia.huck@de.ibm.com, Rusty Russell <rusty@rustcorp.com.au>
Subject: [Qemu-devel] [PATCH RFC 0/3] virtio-pci: towards virtio 1.0 host support
Date: Tue, 30 Dec 2014 18:28:29 +0200	[thread overview]
Message-ID: <1419956898-25297-1-git-send-email-mst@redhat.com> (raw)

Partial implementation for virtio 1.0.
Some bits are still missing, but this is already
somewhat useful for driver development.

Michael S. Tsirkin (3):
  linux-headers: add virtio_pci
  virtio: misc fixes, include linux header
  virtio-pci: initial virtio 1.0 support

 hw/virtio/virtio-pci.h           |  16 ++
 linux-headers/linux/virtio_pci.h | 194 ++++++++++++++++++++
 hw/net/virtio-net.c              |   2 +-
 hw/virtio/virtio-pci.c           | 378 +++++++++++++++++++++++++++++++++++++++
 hw/virtio/virtio.c               |  13 +-
 5 files changed, 598 insertions(+), 5 deletions(-)
 create mode 100644 linux-headers/linux/virtio_pci.h

-- 
MST

             reply	other threads:[~2014-12-30 16:28 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-12-30 16:28 Michael S. Tsirkin [this message]
2014-12-30 16:28 ` [Qemu-devel] [PATCH RFC 1/3] linux-headers: add virtio_pci Michael S. Tsirkin
2014-12-30 16:28 ` [Qemu-devel] [PATCH RFC 2/3] virtio: misc fixes, include linux header Michael S. Tsirkin
2014-12-30 22:25   ` Peter Maydell
2014-12-30 16:28 ` [Qemu-devel] [PATCH RFC 3/3] virtio-pci: initial virtio 1.0 support Michael S. Tsirkin

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=1419956898-25297-1-git-send-email-mst@redhat.com \
    --to=mst@redhat.com \
    --cc=cornelia.huck@de.ibm.com \
    --cc=qemu-devel@nongnu.org \
    --cc=rusty@rustcorp.com.au \
    /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).