All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] qemu-kvm: vhost net support
@ 2009-08-10 19:23 Michael S. Tsirkin
  2009-08-10 20:51 ` Anthony Liguori
                   ` (2 more replies)
  0 siblings, 3 replies; 25+ messages in thread
From: Michael S. Tsirkin @ 2009-08-10 19:23 UTC (permalink / raw)
  To: avi, kvm, virtualization

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.

Michael S. Tsirkin (3):
  qemu-kvm: move virtio-pci.o to near pci.o
  virtio: move features to an inline function
  qemu-kvm: vhost-net implementation

 Makefile.hw         |    2 +-
 Makefile.target     |    3 +-
 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               |    8 ++-
 net.h               |    1 +
 qemu-kvm.c          |    8 --
 qemu-kvm.h          |    9 +++
 15 files changed, 340 insertions(+), 42 deletions(-)
 create mode 100644 hw/vhost_net.c
 create mode 100644 hw/vhost_net.h

^ permalink raw reply	[flat|nested] 25+ messages in thread
* [PATCH 0/3] qemu-kvm: vhost net support
@ 2009-08-10 19:23 Michael S. Tsirkin
  0 siblings, 0 replies; 25+ messages in thread
From: Michael S. Tsirkin @ 2009-08-10 19:23 UTC (permalink / raw)
  To: avi, kvm, virtualization

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.

Michael S. Tsirkin (3):
  qemu-kvm: move virtio-pci.o to near pci.o
  virtio: move features to an inline function
  qemu-kvm: vhost-net implementation

 Makefile.hw         |    2 +-
 Makefile.target     |    3 +-
 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               |    8 ++-
 net.h               |    1 +
 qemu-kvm.c          |    8 --
 qemu-kvm.h          |    9 +++
 15 files changed, 340 insertions(+), 42 deletions(-)
 create mode 100644 hw/vhost_net.c
 create mode 100644 hw/vhost_net.h

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

end of thread, other threads:[~2009-08-20 17:51 UTC | newest]

Thread overview: 25+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-10 19:23 [PATCH 0/3] qemu-kvm: vhost net support Michael S. Tsirkin
2009-08-10 20:51 ` Anthony Liguori
2009-08-12 17:35   ` Michael S. Tsirkin
2009-08-12 17:35   ` Michael S. Tsirkin
2009-08-19  8:11     ` Or Gerlitz
2009-08-19  8:11     ` Or Gerlitz
2009-08-20  7:19     ` Rusty Russell
2009-08-20  7:19     ` Rusty Russell
2009-08-20 13:41       ` Michael S. Tsirkin
2009-08-20 13:41       ` Michael S. Tsirkin
2009-08-20 17:00       ` Michael S. Tsirkin
2009-08-20 17:24         ` Avi Kivity
2009-08-20 17:24         ` Avi Kivity
2009-08-20 17:49           ` Michael S. Tsirkin
2009-08-20 17:49           ` Michael S. Tsirkin
2009-08-20 17:00       ` Michael S. Tsirkin
2009-08-12 20:27 ` Gregory Haskins
2009-08-13  5:59   ` Michael S. Tsirkin
2009-08-13  5:59   ` Michael S. Tsirkin
2009-08-13 11:35     ` Gregory Haskins
2009-08-13 11:53       ` Michael S. Tsirkin
2009-08-13 11:53       ` Michael S. Tsirkin
2009-08-13 11:35     ` Gregory Haskins
2009-08-12 20:27 ` Gregory Haskins
  -- strict thread matches above, loose matches on Subject: below --
2009-08-10 19:23 Michael S. Tsirkin

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.