From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33977) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bL3Bb-0007jf-SJ for qemu-devel@nongnu.org; Thu, 07 Jul 2016 02:53:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bL3BX-0005Wy-6W for qemu-devel@nongnu.org; Thu, 07 Jul 2016 02:53:23 -0400 Received: from mx1.redhat.com ([209.132.183.28]:41403) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bL3BX-0005Wu-0o for qemu-devel@nongnu.org; Thu, 07 Jul 2016 02:53:19 -0400 From: Jason Wang Date: Thu, 7 Jul 2016 14:53:12 +0800 Message-Id: <1467874393-14158-1-git-send-email-jasowang@redhat.com> Subject: [Qemu-devel] [PULL] Net patches List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: peter.maydell@linaro.org, qemu-devel@nongnu.org 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(-)