From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:58018) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TbYOe-0002EQ-3k for qemu-devel@nongnu.org; Thu, 22 Nov 2012 10:09:01 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TbYOY-0004Ua-Pf for qemu-devel@nongnu.org; Thu, 22 Nov 2012 10:08:56 -0500 Received: from mail-ie0-f173.google.com ([209.85.223.173]:52110) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TbYOY-0004UH-LR for qemu-devel@nongnu.org; Thu, 22 Nov 2012 10:08:50 -0500 Received: by mail-ie0-f173.google.com with SMTP id e13so1939333iej.4 for ; Thu, 22 Nov 2012 07:08:48 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <1353595852-30776-1-git-send-email-fred.konrad@greensocs.com> References: <1353595852-30776-1-git-send-email-fred.konrad@greensocs.com> Date: Thu, 22 Nov 2012 15:08:47 +0000 Message-ID: From: Peter Maydell Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [RFC PATCH v2 0/3] Virtio-refactoring. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: fred.konrad@greensocs.com Cc: aliguori@us.ibm.com, e.voevodin@samsung.com, mark.burton@greensocs.com, qemu-devel@nongnu.org, stefanha@redhat.com, cornelia.huck@de.ibm.com, afaerber@suse.de On 22 November 2012 14:50, wrote: > There are still two issues with the command line : > > * When I use ./qemu* -device virtio-blk -device virtio-pci > It is said that no virtio-bus are present. Does it work if you create the devices in the other order? > * The virtio-blk is plugged in the last created virtio-bus if no "bus=" > option is present. It's an issue as we can only plug one virtio-device. Anthony said this might Just Work (ie that we should find the first non-full bus rather than just the first one), and if it doesn't work it should be fairly straightforward to make it work. -- PMM