From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:58584) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RiP0s-0002V7-Si for qemu-devel@nongnu.org; Wed, 04 Jan 2012 06:28:11 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RiP0m-0000z5-VT for qemu-devel@nongnu.org; Wed, 04 Jan 2012 06:28:10 -0500 Received: from mail-ww0-f53.google.com ([74.125.82.53]:65388) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RiP0m-0000yr-PF for qemu-devel@nongnu.org; Wed, 04 Jan 2012 06:28:04 -0500 Received: by wgbds1 with SMTP id ds1so26330124wgb.10 for ; Wed, 04 Jan 2012 03:28:03 -0800 (PST) MIME-Version: 1.0 In-Reply-To: References: Date: Wed, 4 Jan 2012 11:28:03 +0000 Message-ID: From: Stefan Hajnoczi Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [Qemu-devel] [PATCH 0/2] virtio-mmio: fix 2 bugs List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: Ying-Shiuan Pan , qemu-devel@nongnu.org On Tue, Jan 3, 2012 at 10:30 AM, Peter Maydell wrote: > On 3 January 2012 07:05, Ying-Shiuan Pan wrote: >> I'm not sure if it is appropriate to put patches here because >> virtio-mmio is actually not in official repository yet. >> In case that someone else wants to test virtio-mmio as I did, I decide >> to send them out. >> >> Currently, I've successfully tested virtio-blk, virtio-net, and virtio-balloon. > > Thanks for tracking down these bugs and providing fixes. If it's OK with > you, I think I'll simply fold them in to my patches, since they haven't > been submitted upstream yet (the virtio subsystem needs splitting > out to have a cleaner backend/transport separation first). The virtio transport separation in QEMU is something I mean to look into. I've talked with Anthony in the past about the transport (e.g. PCI) providing a virtio bus, which allows us to reuse qdev/QOM in a more natural way. Today the hw/virtio* code is glued together in an ad-hoc way. 9pfs has started to factor out the virtio-9p-pci device. It's time to put a good solution in place for all virtio devices. Stefan