From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:34922) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RrtsW-0005tG-Ta for qemu-devel@nongnu.org; Mon, 30 Jan 2012 11:14:54 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RrtsV-0002xA-42 for qemu-devel@nongnu.org; Mon, 30 Jan 2012 11:14:48 -0500 Received: from e28smtp01.in.ibm.com ([122.248.162.1]:45216) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RrtsU-0002wp-FN for qemu-devel@nongnu.org; Mon, 30 Jan 2012 11:14:47 -0500 Received: from /spool/local by e28smtp01.in.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Mon, 30 Jan 2012 21:44:40 +0530 Received: from d28av04.in.ibm.com (d28av04.in.ibm.com [9.184.220.66]) by d28relay02.in.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id q0UGEaLP327762 for ; Mon, 30 Jan 2012 21:44:37 +0530 Received: from d28av04.in.ibm.com (loopback [127.0.0.1]) by d28av04.in.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id q0UGEaUs014254 for ; Tue, 31 Jan 2012 03:14:36 +1100 From: "Aneesh Kumar K.V" Date: Mon, 30 Jan 2012 21:44:33 +0530 Message-ID: <87mx95b21i.fsf@linux.vnet.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: [Qemu-devel] [PULL] VirtFS update List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori , QEMU Developers Hi Anthony, I now have a successful build at build bot. So hopefully build breakage is gone. I also added "remove O_NOATIME" patch which Mohan acked. -anees The following changes since commit 8c4ec5c0269bda18bb777a64b2008088d1c632dc: pxa2xx_keypad: fix unbalanced parenthesis. (2012-01-17 02:14:42 +0100) are available in the git repository at: git://github.com/kvaneesh/QEMU.git for-upstream for you to fetch changes up to eed968607d656a218712df47a5e0432c21fd6994: hw/9pfs: Remove O_NOATIME flag from 9pfs open() calls in readonly mode (2012-01-30 10:54:17 +0530) ---------------------------------------------------------------- (from the branch description for for-upstream local branch) branch for landing changes for upstream merge ---------------------------------------------------------------- Aneesh Kumar K.V (3): hw/9pfs: Add new security model mapped-file. hw/9pfs: Fix crash when mounting with synthfs hw/9pfs: Update MAINTAINERS file Daniel P. Berrange (1): hw/9pfs: Remove O_NOATIME flag from 9pfs open() calls in readonly mode M. Mohan Kumar (2): hw/9pfs: Preserve S_ISGID fsdev: Fix parameter parsing for proxy helper MAINTAINERS | 6 +- fsdev/file-op-9p.h | 12 +- fsdev/virtfs-proxy-helper.c | 10 +- hw/9pfs/cofile.c | 14 ++ hw/9pfs/virtio-9p-device.c | 9 - hw/9pfs/virtio-9p-handle.c | 4 +- hw/9pfs/virtio-9p-local.c | 357 ++++++++++++++++++++++++++++++++++++++++++- hw/9pfs/virtio-9p.c | 3 +- qemu-options.hx | 18 ++- 9 files changed, 397 insertions(+), 36 deletions(-)