From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:33109) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tw70r-00070I-1h for qemu-devel@nongnu.org; Fri, 18 Jan 2013 03:09:25 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Tw70p-0006hL-Py for qemu-devel@nongnu.org; Fri, 18 Jan 2013 03:09:20 -0500 Received: from e28smtp09.in.ibm.com ([122.248.162.9]:42200) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tw70p-0006h6-2q for qemu-devel@nongnu.org; Fri, 18 Jan 2013 03:09:19 -0500 Received: from /spool/local by e28smtp09.in.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Fri, 18 Jan 2013 13:38:09 +0530 Received: from d28relay05.in.ibm.com (d28relay05.in.ibm.com [9.184.220.62]) by d28dlp02.in.ibm.com (Postfix) with ESMTP id 324643940051 for ; Fri, 18 Jan 2013 13:39:13 +0530 (IST) Received: from d28av05.in.ibm.com (d28av05.in.ibm.com [9.184.220.67]) by d28relay05.in.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id r0I89BCu43647076 for ; Fri, 18 Jan 2013 13:39:11 +0530 Received: from d28av05.in.ibm.com (loopback [127.0.0.1]) by d28av05.in.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id r0I89Cra007094 for ; Fri, 18 Jan 2013 19:09:12 +1100 Received: from [9.182.107.211] (deepakcs-lx.in.ibm.com [9.182.107.211]) by d28av05.in.ibm.com (8.14.4/8.13.1/NCO v10.0 AVin) with ESMTP id r0I89CwD007087 for ; Fri, 18 Jan 2013 19:09:12 +1100 Message-ID: <50F9021B.1040907@linux.vnet.ibm.com> Date: Fri, 18 Jan 2013 13:34:43 +0530 From: Deepak C Shetty MIME-Version: 1.0 References: <1358258998-6504-1-git-send-email-fred.konrad@greensocs.com> <1358258998-6504-43-git-send-email-fred.konrad@greensocs.com> In-Reply-To: <1358258998-6504-43-git-send-email-fred.konrad@greensocs.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH V3 42/44] virtio-9p-pci: switch to the new API. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org On 01/15/2013 07:39 PM, fred.konrad@greensocs.com wrote: > From: KONRAD Frederic > > Here the virtio-9p-pci is modified for the new API. The device > virtio-9p-pci extends virtio-pci. It creates and connects a virtio-9p > during the init. The properties are not changed. > > Signed-off-by: KONRAD Frederic Tested-by: Deepak C Shetty