All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PULL] Net patches
@ 2016-07-07  6:53 Jason Wang
  2016-07-07  6:53 ` [Qemu-devel] [PULL] tap: vhost busy polling support Jason Wang
  2016-07-07 10:36 ` [Qemu-devel] [PULL] Net patches Peter Maydell
  0 siblings, 2 replies; 3+ messages in thread
From: Jason Wang @ 2016-07-07  6:53 UTC (permalink / raw)
  To: peter.maydell, qemu-devel; +Cc: Jason Wang

The following changes since commit 91d35509903464c7f4b9ed56be223d7370d3597c:

  Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20160706' into staging (2016-07-06 17:32:09 +0100)

are available in the git repository at:

  https://github.com/jasowang/qemu.git tags/net-pull-request

for you to fetch changes up to 69e87b32680a41d9761191443587c595b6f5fc3f:

  tap: vhost busy polling support (2016-07-07 14:29:04 +0800)

----------------------------------------------------------------

Major changes:
- add busy polling support for tap

----------------------------------------------------------------
Jason Wang (1):
      tap: vhost busy polling support

 hw/net/vhost_net.c                |  2 +-
 hw/scsi/vhost-scsi.c              |  2 +-
 hw/virtio/vhost-backend.c         |  8 ++++++++
 hw/virtio/vhost.c                 | 40 ++++++++++++++++++++++++++++++++++++++-
 include/hw/virtio/vhost-backend.h |  3 +++
 include/hw/virtio/vhost.h         |  3 ++-
 include/net/vhost_net.h           |  1 +
 net/tap.c                         |  7 ++++++-
 net/vhost-user.c                  |  1 +
 qapi-schema.json                  |  6 +++++-
 qemu-options.hx                   |  3 +++
 11 files changed, 70 insertions(+), 6 deletions(-)

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

end of thread, other threads:[~2016-07-07 10:36 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-07-07  6:53 [Qemu-devel] [PULL] Net patches Jason Wang
2016-07-07  6:53 ` [Qemu-devel] [PULL] tap: vhost busy polling support Jason Wang
2016-07-07 10:36 ` [Qemu-devel] [PULL] Net patches Peter Maydell

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.