From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:41667) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RT7HW-0004LD-1D for qemu-devel@nongnu.org; Wed, 23 Nov 2011 02:30:10 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RT7HU-0001gS-Vx for qemu-devel@nongnu.org; Wed, 23 Nov 2011 02:30:09 -0500 Received: from lo.gmane.org ([80.91.229.12]:51610) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RT7HU-0001g6-Qw for qemu-devel@nongnu.org; Wed, 23 Nov 2011 02:30:08 -0500 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1RT7HT-0000xJ-Au for qemu-devel@nongnu.org; Wed, 23 Nov 2011 08:30:07 +0100 Received: from 93-34-207-114.ip51.fastwebnet.it ([93.34.207.114]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 23 Nov 2011 08:30:07 +0100 Received: from pbonzini by 93-34-207-114.ip51.fastwebnet.it with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 23 Nov 2011 08:30:07 +0100 From: Paolo Bonzini Date: Wed, 23 Nov 2011 08:24:53 +0100 Message-ID: References: <1321864151-13988-1-git-send-email-pbonzini@redhat.com> <8762ibl5xg.fsf@linux.vnet.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit In-Reply-To: <8762ibl5xg.fsf@linux.vnet.ibm.com> Subject: Re: [Qemu-devel] [PATCH 1.0] 9pfs: improve portability to older systems List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org On 11/23/2011 07:16 AM, Aneesh Kumar K.V wrote: > We would also require same changes for virtio-9p-handle.c right ? virtio-9p-handle.c is only for recent Linux and you can assume the ioctl is defined there. Paolo