public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCHv6 0/4] qemu-kvm: vhost net port
@ 2010-03-17 13:04 Michael S. Tsirkin
  2010-03-17 13:04 ` [PATCHv6 1/4] qemu-kvm: add vhost.h header Michael S. Tsirkin
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: Michael S. Tsirkin @ 2010-03-17 13:04 UTC (permalink / raw)
  To: kvm

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

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

end of thread, other threads:[~2010-04-06 19:34 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-17 13:04 [PATCHv6 0/4] qemu-kvm: vhost net port Michael S. Tsirkin
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox