From: "Michael S. Tsirkin" <mst@redhat.com>
To: avi@redhat.com, kvm@vger.kernel.org,
virtualization@lists.linux-foundation.org
Cc: gregory.haskins@gmail.com
Subject: [PATCHv3 0/4] qemu-kvm: vhost net support
Date: Mon, 17 Aug 2009 15:37:01 +0300 [thread overview]
Message-ID: <20090817123701.GA10700@redhat.com> (raw)
This adds support for vhost-net virtio kernel backend.
This is RFC, but works without issues for me.
Still needs to be split up, tested and benchmarked properly,
but posting it here in case people want to test drive
the kernel bits I posted.
Changes since v2:
- minor fixes
- added patch to build on RHEL5.3
Changes since v1:
- rebased on top of 9dc275d9d660fe1cd64d36102d600885f9fdb88a
Michael S. Tsirkin (4):
qemu-kvm: move virtio-pci.o to near pci.o
virtio: move features to an inline function
qemu-kvm: vhost-net implementation
qemu-kvm: add compat eventfd
Makefile.hw | 2 +-
Makefile.target | 3 +-
compat/sys/eventfd.h | 13 ++++
configure | 1 +
hw/vhost_net.c | 181 ++++++++++++++++++++++++++++++++++++++++++++++++++
hw/vhost_net.h | 30 ++++++++
hw/virtio-balloon.c | 2 +-
hw/virtio-blk.c | 2 +-
hw/virtio-console.c | 2 +-
hw/virtio-net.c | 34 +++++++++-
hw/virtio-pci.c | 43 +++++++++++-
hw/virtio.c | 19 -----
hw/virtio.h | 38 ++++++++++-
net.c | 6 ++-
net.h | 1 +
qemu-kvm.c | 8 --
qemu-kvm.h | 9 +++
17 files changed, 353 insertions(+), 41 deletions(-)
create mode 100644 compat/sys/eventfd.h
create mode 100644 hw/vhost_net.c
create mode 100644 hw/vhost_net.h
next reply other threads:[~2009-08-17 12:38 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-08-17 12:37 Michael S. Tsirkin [this message]
2009-08-17 12:48 ` [PATCHv3 0/4] qemu-kvm: vhost net support Avi Kivity
2009-08-18 20:54 ` Alex Williamson
2009-08-18 21:04 ` Michael S. Tsirkin
2009-08-18 21:11 ` Alex Williamson
2009-08-18 21:23 ` Alex Williamson
2009-08-20 7:03 ` Michael S. Tsirkin
2009-08-20 22:05 ` Alex Williamson
2009-08-23 19:45 ` Michael S. Tsirkin
2009-08-23 19:22 ` Michael S. Tsirkin
2009-08-25 1:38 ` Alex Williamson
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=20090817123701.GA10700@redhat.com \
--to=mst@redhat.com \
--cc=avi@redhat.com \
--cc=gregory.haskins@gmail.com \
--cc=kvm@vger.kernel.org \
--cc=virtualization@lists.linux-foundation.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).