From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41001) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1alGsE-0007U1-E7 for qemu-devel@nongnu.org; Wed, 30 Mar 2016 10:13:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1alGsB-0000mY-4C for qemu-devel@nongnu.org; Wed, 30 Mar 2016 10:13:30 -0400 Received: from e06smtp05.uk.ibm.com ([195.75.94.101]:52593) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1alGsA-0000lB-Q4 for qemu-devel@nongnu.org; Wed, 30 Mar 2016 10:13:27 -0400 Received: from localhost by e06smtp05.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Wed, 30 Mar 2016 15:13:24 +0100 Date: Wed, 30 Mar 2016 16:13:19 +0200 From: Greg Kurz Message-ID: <20160330161319.36161ce1@bahia.huguette.org> In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] Virtio-9p List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Pradeep Kiruvale Cc: qemu-devel@nongnu.org, "qemu-discuss@nongnu.org" On Wed, 30 Mar 2016 14:10:38 +0200 Pradeep Kiruvale wrote: > Hi All, > > Is virtio-9p-pci device only supports the fsdev deices? I am trying to use > -drive option for applying QoS for block device using Virtio-9p-pci device, > but failing to create/add a device other than fsdev. Can you please help me > on this? > > Regards, > Pradeep Hi Pradeep, Not sure to catch what you want to do but I confirm that virti-9p-pci only supports fsdev... if you want a block device, why don't you use virtio-blk-pci ? Cheers. -- Greg