From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=43749 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PTbbW-0004xN-JF for qemu-devel@nongnu.org; Fri, 17 Dec 2010 09:48:19 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PTbbU-0003tj-PK for qemu-devel@nongnu.org; Fri, 17 Dec 2010 09:48:18 -0500 Received: from mail-vw0-f45.google.com ([209.85.212.45]:41835) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PTbbU-0003tT-Mk for qemu-devel@nongnu.org; Fri, 17 Dec 2010 09:48:16 -0500 Received: by vws12 with SMTP id 12so192724vws.4 for ; Fri, 17 Dec 2010 06:48:15 -0800 (PST) Message-ID: <4D0B782F.9030303@codemonkey.ws> Date: Fri, 17 Dec 2010 08:48:15 -0600 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PULL] virtio-9p patches - Request for pull References: <4CF83441.1040902@linux.vnet.ibm.com> In-Reply-To: <4CF83441.1040902@linux.vnet.ibm.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Venkateswararao Jujjuri (JV)" Cc: Qemu-development List On 12/02/2010 06:05 PM, Venkateswararao Jujjuri (JV) wrote: > The following changes since commit 6a8657528d94fa1be78d1be0821a01a251fa2de9: > Anthony Liguori (1): > Fix build > > are available in the git repository at: > > git://repo.or.cz/qemu/aliguori/jvrao.git for-anthony > Pulled. Thanks. Regards, Anthony Liguori > Harsh Prateek Bora (1): > hw/virtio9p: Use appropriate debug print functions in TLINK path > > Hidetoshi Seto (1): > virtio-9p: fix build on !CONFIG_UTIMENSAT > > Kusanagi Kouichi (1): > virtio-9p: Check the return value of llistxattr. > > Venkateswararao Jujjuri (JV) (1): > [virtio-9p] Add datasync to server side TFSYNC/RFSYNC for dotl > > hw/file-op-9p.h | 2 +- > hw/virtio-9p-debug.c | 4 ++-- > hw/virtio-9p-local.c | 12 ++++++++---- > hw/virtio-9p-xattr.c | 3 +++ > hw/virtio-9p.c | 11 ++++++----- > oslib-posix.c | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ > qemu-os-posix.h | 12 ++++++++++++ > 7 files changed, 80 insertions(+), 12 deletions(-) > > > >