From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51692) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bL6fb-0001Iy-N7 for qemu-devel@nongnu.org; Thu, 07 Jul 2016 06:36:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bL6fZ-00029G-LI for qemu-devel@nongnu.org; Thu, 07 Jul 2016 06:36:34 -0400 Received: from mail-vk0-x232.google.com ([2607:f8b0:400c:c05::232]:36723) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bL6fZ-000296-7h for qemu-devel@nongnu.org; Thu, 07 Jul 2016 06:36:33 -0400 Received: by mail-vk0-x232.google.com with SMTP id m127so14606779vkb.3 for ; Thu, 07 Jul 2016 03:36:32 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <1467874393-14158-1-git-send-email-jasowang@redhat.com> References: <1467874393-14158-1-git-send-email-jasowang@redhat.com> From: Peter Maydell Date: Thu, 7 Jul 2016 11:36:12 +0100 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PULL] Net patches List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jason Wang Cc: QEMU Developers On 7 July 2016 at 07:53, Jason Wang wrote: > 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 Applied, thanks. -- PMM