From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:54084) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RXUUL-0001eg-0Z for qemu-devel@nongnu.org; Mon, 05 Dec 2011 04:05:30 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RXUUH-00025K-S9 for qemu-devel@nongnu.org; Mon, 05 Dec 2011 04:05:28 -0500 Received: from e23smtp03.au.ibm.com ([202.81.31.145]:54246) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RXUUH-00024L-76 for qemu-devel@nongnu.org; Mon, 05 Dec 2011 04:05:25 -0500 Received: from /spool/local by e23smtp03.au.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Mon, 5 Dec 2011 08:59:40 +1000 From: "Aneesh Kumar K.V" Date: Mon, 5 Dec 2011 14:34:36 +0530 Message-Id: <1323075881-20971-1-git-send-email-aneesh.kumar@linux.vnet.ibm.com> Subject: [Qemu-devel] [PULL] VirtFS update List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org, jmforbes@linuxtx.org Cc: aliguori@us.ibm.com, qemu-stable@nongnu.org Hi, I guess all these patches can be applied to 1.0 stable series. The following changes since commit 1c8a881daaca6fe0646a425b0970fb3ad25f6732: Update version for 1.0 release (2011-12-01 14:04:21 -0600) are available in the git repository at: git://repo.or.cz/qemu/v9fs.git 1.0-fixes Aneesh Kumar K.V (4): hw/9pfs: Improve portability to older systems hw/9pfs: use migration blockers to prevent live migration when virtfs export path is mounted hw/9pfs: Add qdev.reset callback for virtio-9p-pci device hw/9pfs: Use the correct file descriptor in Fsdriver Callback Deepak C Shetty (1): hw/9pfs: Reset server state during TVERSION Makefile.objs | 4 +- fsdev/file-op-9p.h | 4 +- fsdev/qemu-fsdev.c | 2 + hw/9pfs/cofile.c | 4 +- hw/9pfs/virtio-9p-device.c | 25 +++++++++-------- hw/9pfs/virtio-9p-handle.c | 61 ++++++++++++++++---------------------------- hw/9pfs/virtio-9p-local.c | 36 ++++++++++++++++++------- hw/9pfs/virtio-9p-synth.c | 5 ++- hw/9pfs/virtio-9p.c | 45 ++++++++++++++++++++++++++++++++ hw/9pfs/virtio-9p.h | 5 ++- hw/virtio-pci.c | 2 +- hw/virtio-pci.h | 1 + qerror.c | 5 +++ qerror.h | 3 ++ 14 files changed, 130 insertions(+), 72 deletions(-)