From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:34131) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TkvhJ-0008W9-Mm for qemu-devel@nongnu.org; Tue, 18 Dec 2012 06:51:03 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TkvhI-000219-9D for qemu-devel@nongnu.org; Tue, 18 Dec 2012 06:50:57 -0500 Received: from mail-ie0-f174.google.com ([209.85.223.174]:47173) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TkvhI-000214-4H for qemu-devel@nongnu.org; Tue, 18 Dec 2012 06:50:56 -0500 Received: by mail-ie0-f174.google.com with SMTP id c11so674502ieb.33 for ; Tue, 18 Dec 2012 03:50:54 -0800 (PST) Sender: Paolo Bonzini Message-ID: <50D05898.9030506@redhat.com> Date: Tue, 18 Dec 2012 12:50:48 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <1354887155-32281-1-git-send-email-fred.konrad@greensocs.com> <20121217154508.GA28712@redhat.com> <20121218110153.GC22586@redhat.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [RFC PATCH v6 0/6] Virtio refactoring. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: aliguori@us.ibm.com, e.voevodin@samsung.com, "Michael S. Tsirkin" , mark.burton@greensocs.com, qemu-devel@nongnu.org, stefanha@redhat.com, cornelia.huck@de.ibm.com, afaerber@suse.de, fred.konrad@greensocs.com Il 18/12/2012 12:26, Peter Maydell ha scritto: > On 18 December 2012 11:01, Michael S. Tsirkin wrote: >> This is what I am saying: create your own bus and put >> your devices there. > > What bus? A virtio bus like the one in these patches. But mst is suggesting to leave virtio.c aside, and only use the virtio bus in the virtio-x-mmio devices, to connect to the virtio-mmio device provided by the board. Either way is fine for me. Paolo