public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
From: "Michael S. Tsirkin" <mst@redhat.com>
To: kvm@vger.kernel.org
Subject: [PATCHv6 0/4] qemu-kvm: vhost net port
Date: Wed, 17 Mar 2010 15:04:43 +0200	[thread overview]
Message-ID: <cover.1268831034.git.mst@redhat.com> (raw)

This is port of vhost v6 patch set I posted previously to qemu-kvm, for
those that want to get good performance out of it :) This patchset needs
to be applied when qemu.git one gets merged, this includes irqchip
support.

Changes from previous version:
- check kvm_enabled in irqfd call

Michael S. Tsirkin (4):
  qemu-kvm: add vhost.h header
  kvm: irqfd support
  msix: add mask/unmask notifiers
  virtio-pci: irqfd support

 hw/msix.c                 |   36 ++++++++++++-
 hw/msix.h                 |    1 +
 hw/pci.h                  |    6 ++
 hw/virtio-pci.c           |   27 +++++++++
 kvm-all.c                 |   19 +++++++
 kvm.h                     |   10 ++++
 kvm/include/linux/vhost.h |  130 +++++++++++++++++++++++++++++++++++++++++++++
 7 files changed, 228 insertions(+), 1 deletions(-)
 create mode 100644 kvm/include/linux/vhost.h

             reply	other threads:[~2010-03-17 13:08 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-03-17 13:04 Michael S. Tsirkin [this message]
2010-03-17 13:04 ` [PATCHv6 1/4] qemu-kvm: add vhost.h header Michael S. Tsirkin
2010-03-17 13:04 ` [PATCHv6 2/4] kvm: irqfd support Michael S. Tsirkin
2010-03-17 13:04 ` [PATCHv6 3/4] msix: add mask/unmask notifiers Michael S. Tsirkin
2010-03-17 13:04 ` [PATCHv6 4/4] virtio-pci: irqfd support Michael S. Tsirkin
2010-03-24 12:38 ` [PATCHv6 0/4] qemu-kvm: vhost net port Avi Kivity
2010-04-04 11:46   ` Michael S. Tsirkin
2010-04-04 16:30     ` Avi Kivity
2010-04-06 19:05       ` Marcelo Tosatti

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=cover.1268831034.git.mst@redhat.com \
    --to=mst@redhat.com \
    --cc=kvm@vger.kernel.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