From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=34582 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PqEIn-00026x-5q for qemu-devel@nongnu.org; Thu, 17 Feb 2011 19:34:30 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PqEIl-0000kT-RR for qemu-devel@nongnu.org; Thu, 17 Feb 2011 19:34:29 -0500 Received: from e35.co.us.ibm.com ([32.97.110.153]:37695) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PqEIl-0000iv-M4 for qemu-devel@nongnu.org; Thu, 17 Feb 2011 19:34:27 -0500 Received: from d03relay04.boulder.ibm.com (d03relay04.boulder.ibm.com [9.17.195.106]) by e35.co.us.ibm.com (8.14.4/8.13.1) with ESMTP id p1I0Jk5C012910 for ; Thu, 17 Feb 2011 17:19:46 -0700 Received: from d03av02.boulder.ibm.com (d03av02.boulder.ibm.com [9.17.195.168]) by d03relay04.boulder.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id p1I0YAeJ119422 for ; Thu, 17 Feb 2011 17:34:11 -0700 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 p1I0YAQ4001220 for ; Thu, 17 Feb 2011 17:34:10 -0700 Message-ID: <4D5DBE80.4010001@linux.vnet.ibm.com> Date: Thu, 17 Feb 2011 16:34:08 -0800 From: "Venkateswararao Jujjuri (JV)" MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] [PULL] virtio-9p patches - Request for pull List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori , Qemu-development List The following changes since commit e14da0af640e4255b15d81907a93a2637e14e478: Marcelo Tosatti (1): Fix vmport segfault (v2) 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 (1): hw/virtio-9p-local.c: Remove unnecessary null char in symlink file M. Mohan Kumar (1): virtio-9p: Bugfix to send correct iounit Makefile.objs | 10 +++++++--- Makefile.target | 6 ++++-- configure | 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 | 15 +++++++++++++-- hw/{ => 9pfs}/virtio-9p-xattr-user.c | 0 hw/{ => 9pfs}/virtio-9p-xattr.c | 0 hw/{ => 9pfs}/virtio-9p-xattr.h | 0 hw/{ => 9pfs}/virtio-9p.c | 7 +++++-- hw/{ => 9pfs}/virtio-9p.h | 0 12 files changed, 32 insertions(+), 10 deletions(-) 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 (89%) rename hw/{ => 9pfs}/virtio-9p-xattr-user.c (100%) rename hw/{ => 9pfs}/virtio-9p-xattr.c (100%) rename hw/{ => 9pfs}/virtio-9p-xattr.h (100%) rename hw/{ => 9pfs}/virtio-9p.c (99%) rename hw/{ => 9pfs}/virtio-9p.h (100%)