From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56074) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a3R3C-0003h9-FV for qemu-devel@nongnu.org; Mon, 30 Nov 2015 11:11:44 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a3R38-0003Id-AO for qemu-devel@nongnu.org; Mon, 30 Nov 2015 11:11:38 -0500 Received: from e06smtp15.uk.ibm.com ([195.75.94.111]:55798) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a3R38-0003I4-1w for qemu-devel@nongnu.org; Mon, 30 Nov 2015 11:11:34 -0500 Received: from localhost by e06smtp15.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Mon, 30 Nov 2015 16:11:31 -0000 From: Greg Kurz Date: Mon, 30 Nov 2015 17:11:18 +0100 Message-Id: <1448899880-24623-1-git-send-email-gkurz@linux.vnet.ibm.com> Subject: [Qemu-devel] [PULL 0/2] virtio-9p fixes for 2.5 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Peter Maydell , Greg Kurz , "Aneesh Kumar K.V" , Paolo Bonzini The following changes since commit 714487515dbe0c65d5904251e796cd3a5b3579fb: Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into staging (2015-11-27 10:44:42 +0000) are available in the git repository at: https://github.com/gkurz/qemu.git tags/for-upstream for you to fetch changes up to ebac1202c95a4f1b76b6ef3f0f63926fa76e753e: virtio-9p: use QEMU thread pool (2015-11-30 12:36:12 +0100) ---------------------------------------------------------------- Two fixes for virtfs/9p from Paolo. ---------------------------------------------------------------- Paolo Bonzini (2): fsdev-proxy-helper: avoid TOC/TOU race virtio-9p: use QEMU thread pool fsdev/virtfs-proxy-helper.c | 20 ++++++------- hw/9pfs/virtio-9p-coth.c | 69 +++++++++------------------------------------ hw/9pfs/virtio-9p-coth.h | 10 +------ hw/9pfs/virtio-9p-device.c | 4 --- 4 files changed, 25 insertions(+), 78 deletions(-) -- 2.4.3