From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:57381) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QRUDI-00019h-LX for qemu-devel@nongnu.org; Tue, 31 May 2011 15:02:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QRUDE-0007cf-O2 for qemu-devel@nongnu.org; Tue, 31 May 2011 15:02:48 -0400 Received: from e4.ny.us.ibm.com ([32.97.182.144]:54761) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QRUDE-0007cb-FH for qemu-devel@nongnu.org; Tue, 31 May 2011 15:02:44 -0400 Received: from d01relay07.pok.ibm.com (d01relay07.pok.ibm.com [9.56.227.147]) by e4.ny.us.ibm.com (8.14.4/8.13.1) with ESMTP id p4VIfKqv013709 for ; Tue, 31 May 2011 14:41:20 -0400 Received: from d01av02.pok.ibm.com (d01av02.pok.ibm.com [9.56.224.216]) by d01relay07.pok.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id p4VJ2REO532702 for ; Tue, 31 May 2011 15:02:27 -0400 Received: from d01av02.pok.ibm.com (loopback [127.0.0.1]) by d01av02.pok.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id p4VJ2RHG002530 for ; Tue, 31 May 2011 16:02:27 -0300 Message-ID: <4DE53B42.5030406@linux.vnet.ibm.com> Date: Tue, 31 May 2011 12:02:26 -0700 From: Venkateswararao Jujjuri MIME-Version: 1.0 References: <4DE509DA.7080101@linux.vnet.ibm.com> In-Reply-To: <4DE509DA.7080101@linux.vnet.ibm.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PULL] Few VirtFS patches. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori , QEMU Developers On 05/31/2011 08:31 AM, Venkateswararao Jujjuri wrote: Please hold on this request. Adding one more patch. Will send a new request. Thanks, JV > The following changes since commit > b1d7d2b93a1d6b2d2848b616cc35acdf521c923c: > Anthony Liguori (1): > Merge remote-tracking branch 'stefanha/trivial-patches' into > staging > > are available in the git repository at: > > git://repo.or.cz/qemu/aliguori/jvrao.git for-anthony > > Aneesh Kumar K.V (3): > 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 > > 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 | 9 +- > 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 | 147 ++++++---------------------------- > hw/9pfs/virtio-9p.h | 7 ++ > hw/virtio-pci.c | 57 +------------- > hw/virtio-pci.h | 43 ++++++++++ > 15 files changed, 376 insertions(+), 283 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 > >