From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45221) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z0Dpk-0005dK-Gr for qemu-devel@nongnu.org; Wed, 03 Jun 2015 14:56:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z0Dpf-000599-J0 for qemu-devel@nongnu.org; Wed, 03 Jun 2015 14:56:12 -0400 Received: from mx1.redhat.com ([209.132.183.28]:60560) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z0Dpf-00058g-DD for qemu-devel@nongnu.org; Wed, 03 Jun 2015 14:56:07 -0400 Date: Wed, 3 Jun 2015 20:56:04 +0200 From: "Michael S. Tsirkin" Message-ID: <20150603204939-mutt-send-email-mst@redhat.com> References: <1433346435.5640.66.camel@nilsson.home.kraxel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1433346435.5640.66.camel@nilsson.home.kraxel.org> Subject: Re: [Qemu-devel] virtio branch rebased List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann Cc: "cornelia.huck" , qemu-devel On Wed, Jun 03, 2015 at 05:47:15PM +0200, Gerd Hoffmann wrote: > Hi, > > Current state is here: > https://www.kraxel.org/cgit/qemu/log/?h=rebase/virtio-wip > > Still needs some more checkpatch cleanup, build testing and review. > Will continue with that tomorrow. s390 bits dropped due to conflicts. > > Even though this is WIP I accept suggestions for changes in case anyone > finds time to look at this. > > cheers, > Gerd > Thanks a million for looking at this. I looked at it quickly in github, and it looks nice and clean. If you feel some of this is ready, please post it. comments: virtio-pci: add flags to enable/disable legacy/modern please change so by default modern is off, legacy is on (can be a patch on top too). There are several spec compliance issues we need to address, it'll be cleaner without. virtio-balloon: virtio 1 support should be dropped, the stats struct now looks the same for modern and legacy -- MST