From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:44757) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UBVoc-00040A-74 for qemu-devel@nongnu.org; Fri, 01 Mar 2013 14:40:23 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UBVob-0006hA-Dd for qemu-devel@nongnu.org; Fri, 01 Mar 2013 14:40:22 -0500 Received: from terminus.zytor.com ([2001:1868:205::10]:60868 helo=mail.zytor.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UBVoa-0006gF-Vc for qemu-devel@nongnu.org; Fri, 01 Mar 2013 14:40:21 -0500 Message-ID: <513103B0.1040907@zytor.com> Date: Fri, 01 Mar 2013 11:38:24 -0800 From: "H. Peter Anvin" MIME-Version: 1.0 References: <512EEF75.2090503@msgid.tls.msk.ru> <87mwuo4x9o.fsf@linux.vnet.ibm.com> <512F35C4.1060205@msgid.tls.msk.ru> <87txowzkvi.fsf@in.ibm.com> In-Reply-To: <87txowzkvi.fsf@in.ibm.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] 9pfs segfaults on chmod(special) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "M. Mohan Kumar" Cc: Michael Tokarev , "Aneesh Kumar K.V" , qemu-devel On 02/28/2013 04:24 AM, M. Mohan Kumar wrote: > > By default 9p.u is used, you can override by that > mount -t 9p -otrans=virtio,version=9p2000.L tag /mnt > Shouldn't we change that default? -hpa