From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=43025 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OKCAJ-0005aC-7x for qemu-devel@nongnu.org; Thu, 03 Jun 2010 11:17:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OKCAE-0004QZ-EN for qemu-devel@nongnu.org; Thu, 03 Jun 2010 11:17:03 -0400 Received: from e28smtp01.in.ibm.com ([122.248.162.1]:33098) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OKCAD-0004PL-OO for qemu-devel@nongnu.org; Thu, 03 Jun 2010 11:16:58 -0400 Received: from d28relay01.in.ibm.com (d28relay01.in.ibm.com [9.184.220.58]) by e28smtp01.in.ibm.com (8.14.4/8.13.1) with ESMTP id o53FGqb6016814 for ; Thu, 3 Jun 2010 20:46:52 +0530 Received: from d28av03.in.ibm.com (d28av03.in.ibm.com [9.184.220.65]) by d28relay01.in.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id o53FGqff1188084 for ; Thu, 3 Jun 2010 20:46:52 +0530 Received: from d28av03.in.ibm.com (loopback [127.0.0.1]) by d28av03.in.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id o53FGqPB018207 for ; Fri, 4 Jun 2010 01:16:52 +1000 From: Sripathi Kodi Date: Thu, 03 Jun 2010 20:46:51 +0530 Message-ID: <20100603151540.23589.77918.stgit@localhost.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] [PATCH 0/2] virtio-9p: Setattr for 9P2000.L List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: v9fs-developer@lists.sourceforge.net The following series implements setattr support for 9P2000.L protocol. --- Sripathi Kodi (2): virtio-9p: Implement server side of setattr for 9P2000.L protocol. Make v9fs_do_utimensat accept timespec structures instead of v9stat. hw/virtio-9p.c | 174 ++++++++++++++++++++++++++++++++++++++++++++++++++------ hw/virtio-9p.h | 23 +++++++ 2 files changed, 178 insertions(+), 19 deletions(-) -- -Sripathi