From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:51173) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QRw2f-0000IM-A1 for qemu-devel@nongnu.org; Wed, 01 Jun 2011 20:45:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QRw2d-0003dQ-Fl for qemu-devel@nongnu.org; Wed, 01 Jun 2011 20:45:41 -0400 Received: from e7.ny.us.ibm.com ([32.97.182.137]:46434) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QRpIp-0001la-7V for qemu-devel@nongnu.org; Wed, 01 Jun 2011 13:33:55 -0400 Received: from d01relay02.pok.ibm.com (d01relay02.pok.ibm.com [9.56.227.234]) by e7.ny.us.ibm.com (8.14.4/8.13.1) with ESMTP id p51HAAnc021194 for ; Wed, 1 Jun 2011 13:10:10 -0400 Received: from d03av01.boulder.ibm.com (d03av01.boulder.ibm.com [9.17.195.167]) by d01relay02.pok.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id p51HXD0t478452 for ; Wed, 1 Jun 2011 13:33:14 -0400 Received: from d03av01.boulder.ibm.com (loopback [127.0.0.1]) by d03av01.boulder.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id p51HX9xL012417 for ; Wed, 1 Jun 2011 11:33:12 -0600 Message-ID: <4DE677D4.9080706@linux.vnet.ibm.com> Date: Wed, 01 Jun 2011 10:33:08 -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] collection of small VirtFS patches. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori , QEMU Developers The following changes since commit 578c7b2ca8ee9e97fa8693b1a83d517e8e3f962e: Juha Riihim?ki (1): audio: fix integer overflow expression are available in the git repository at: git://repo.or.cz/qemu/aliguori/jvrao.git for-anthony Aneesh Kumar K.V (4): virtio-9p: Don't link to 9p if virtio is not enabled virtio-9p: Move 9p device registration into virtio-9p.c virtio-9p: Move device specific code to virtio-9p-device hw/9pfs: Don't crash when we get a request with not supported 9p operation Malahal Naineni (1): [virtio-9p] Stop renaming files with similar name! Stefan Weil (1): virtio-9p: Use relative includes for files in hw Venkateswararao Jujjuri (JV) (1): [virtio-9p] Make rpath thread safe Makefile.objs | 11 ++- Makefile.target | 4 +- fsdev/file-op-9p.h | 7 -- fsdev/qemu-fsdev-dummy.c | 20 +++++ hw/9pfs/virtio-9p-debug.c | 5 +- hw/9pfs/virtio-9p-device.c | 173 ++++++++++++++++++++++++++++++++++++++++ hw/9pfs/virtio-9p-local.c | 138 +++++++++++++++----------------- hw/9pfs/virtio-9p-posix-acl.c | 22 ++++-- hw/9pfs/virtio-9p-xattr-user.c | 11 ++- hw/9pfs/virtio-9p-xattr.c | 7 +- hw/9pfs/virtio-9p-xattr.h | 9 ++- hw/9pfs/virtio-9p.c | 164 ++++++++------------------------------ hw/9pfs/virtio-9p.h | 7 ++ hw/virtio-pci.c | 57 +------------- hw/virtio-pci.h | 43 ++++++++++ 15 files changed, 388 insertions(+), 290 deletions(-) create mode 100644 fsdev/qemu-fsdev-dummy.c create mode 100644 hw/9pfs/virtio-9p-device.c create mode 100644 hw/virtio-pci.h