From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:33234) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QF7QV-0003Fl-E6 for qemu-devel@nongnu.org; Wed, 27 Apr 2011 12:17:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QF7QU-0000gz-0o for qemu-devel@nongnu.org; Wed, 27 Apr 2011 12:17:19 -0400 Received: from e38.co.us.ibm.com ([32.97.110.159]:33248) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QF7QT-0000gq-Mt for qemu-devel@nongnu.org; Wed, 27 Apr 2011 12:17:17 -0400 Received: from d03relay05.boulder.ibm.com (d03relay05.boulder.ibm.com [9.17.195.107]) by e38.co.us.ibm.com (8.14.4/8.13.1) with ESMTP id p3R8VRtL000972 for ; Wed, 27 Apr 2011 02:31:28 -0600 Received: from d03av02.boulder.ibm.com (d03av02.boulder.ibm.com [9.17.195.168]) by d03relay05.boulder.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id p3RGH2Bb169256 for ; Wed, 27 Apr 2011 10:17:05 -0600 Received: from d03av02.boulder.ibm.com (loopback [127.0.0.1]) by d03av02.boulder.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id p3RGGNEc026128 for ; Wed, 27 Apr 2011 10:16:23 -0600 Message-ID: <4DB84170.4010208@linux.vnet.ibm.com> Date: Wed, 27 Apr 2011 09:16:48 -0700 From: Venkateswararao Jujjuri MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] [PULL] Request for Pull List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org, anthony@codemonkey.ws The following changes since commit 661bfc80e876d32da8befe53ba0234d87fc0bcc2: Jan Kiszka (1): pflash: Restore & fix lazy ROMD switching are available in the git repository at: git://repo.or.cz/qemu/aliguori/jvrao.git for-anthony Aneesh Kumar K.V (3): virtio-9p: move 9p files around virtio-9p: Print the pdu details on return virtio-9p: removexattr on default acl should return 0 Harsh Prateek Bora (2): hw/virtio-9p-local.c: Remove unnecessary null char in symlink file v9fs_walk: As per 9p2000 RFC, MAXWELEM >= nwnames >= 0. M. Mohan Kumar (1): virtio-9p: Bugfix to send correct iounit Stefan Hajnoczi (1): vl.c: Replace -virtfs string manipulation with QemuOpts Makefile.objs | 10 ++++-- Makefile.target | 6 ++- configure | 2 + {hw => fsdev}/file-op-9p.h | 0 fsdev/qemu-fsdev.h | 2 +- hw/{ => 9pfs}/virtio-9p-debug.c | 0 hw/{ => 9pfs}/virtio-9p-debug.h | 0 hw/{ => 9pfs}/virtio-9p-local.c | 2 +- hw/{ => 9pfs}/virtio-9p-posix-acl.c | 17 ++++++++-- hw/{ => 9pfs}/virtio-9p-xattr-user.c | 2 +- hw/{ => 9pfs}/virtio-9p-xattr.c | 2 +- hw/{ => 9pfs}/virtio-9p-xattr.h | 0 hw/{ => 9pfs}/virtio-9p.c | 14 ++++++-- hw/{ => 9pfs}/virtio-9p.h | 4 +- vl.c | 56 +++++++++++---------------------- 15 files changed, 62 insertions(+), 55 deletions(-) rename {hw => fsdev}/file-op-9p.h (100%) rename hw/{ => 9pfs}/virtio-9p-debug.c (100%) rename hw/{ => 9pfs}/virtio-9p-debug.h (100%) rename hw/{ => 9pfs}/virtio-9p-local.c (99%) rename hw/{ => 9pfs}/virtio-9p-posix-acl.c (88%) rename hw/{ => 9pfs}/virtio-9p-xattr-user.c (98%) rename hw/{ => 9pfs}/virtio-9p-xattr.c (99%) rename hw/{ => 9pfs}/virtio-9p-xattr.h (100%) rename hw/{ => 9pfs}/virtio-9p.c (99%) rename hw/{ => 9pfs}/virtio-9p.h (99%)