From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:48856) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TsIve-0002Z4-6y for qemu-devel@nongnu.org; Mon, 07 Jan 2013 15:04:19 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TsIvb-0004Fn-S6 for qemu-devel@nongnu.org; Mon, 07 Jan 2013 15:04:14 -0500 Received: from mx1.redhat.com ([209.132.183.28]:30138) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TsIvb-0004Fi-KN for qemu-devel@nongnu.org; Mon, 07 Jan 2013 15:04:11 -0500 Date: Mon, 7 Jan 2013 22:04:20 +0200 From: "Michael S. Tsirkin" Message-ID: <20130107200420.GD8679@redhat.com> References: <1357584074-10852-1-git-send-email-fred.konrad@greensocs.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1357584074-10852-1-git-send-email-fred.konrad@greensocs.com> Subject: Re: [Qemu-devel] [PATCH 00/61] Virtio refactoring. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: fred.konrad@greensocs.com Cc: kwolf@redhat.com, peter.maydell@linaro.org, aliguori@us.ibm.com, e.voevodin@samsung.com, mark.burton@greensocs.com, qemu-devel@nongnu.org, agraf@suse.de, amit.shah@redhat.com, aneesh.kumar@linux.vnet.ibm.com, stefanha@redhat.com, cornelia.huck@de.ibm.com, pbonzini@redhat.com, afaerber@suse.de On Mon, Jan 07, 2013 at 07:40:13PM +0100, fred.konrad@greensocs.com wrote: > From: KONRAD Frederic > > Here is the full series for virtio-refactoring. > > You can clone that from here : > git.greensocs.com/home/greensocs/git/qemu_virtio.git virtio_refactoring > > virtio-mmio parts is not included but you can clone them from here : > git.greensocs.com/home/greensocs/git/qemu_virtio.git virtio_refactoring_mmio > > I think that the old VirtioBindings can be fixed later as nothing use interface > now and I didn't find any example in the code. > > Also I didn't try all the devices. > > Thanks, > > Fred I'd like to see this question from the previous revision answered: Why make sane bindings like pci carry the maintainance overhead of the artificial bus? why don't you create your own bus for mmio and put your devices there? Allocate resources when you init a device. > -- > 1.7.11.7