From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48958) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z0R5H-0000Rl-IW for qemu-devel@nongnu.org; Thu, 04 Jun 2015 05:05:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z0R5E-0004Vb-DL for qemu-devel@nongnu.org; Thu, 04 Jun 2015 05:05:07 -0400 Received: from mx1.redhat.com ([209.132.183.28]:40545) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z0R5E-0004Ud-8O for qemu-devel@nongnu.org; Thu, 04 Jun 2015 05:05:04 -0400 Message-ID: <1433408700.3736.37.camel@nilsson.home.kraxel.org> From: Gerd Hoffmann Date: Thu, 04 Jun 2015 11:05:00 +0200 In-Reply-To: <20150603204939-mutt-send-email-mst@redhat.com> References: <1433346435.5640.66.camel@nilsson.home.kraxel.org> <20150603204939-mutt-send-email-mst@redhat.com> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] virtio branch rebased List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Michael S. Tsirkin" Cc: "cornelia.huck" , qemu-devel Hi, > > Current state is here: > > https://www.kraxel.org/cgit/qemu/log/?h=rebase/virtio-wip Branch updated. > 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. Done. > virtio-balloon: virtio 1 support > should be dropped, the stats struct now looks the > same for modern and legacy Done. Also cherry-picked some virtio-pci commits from my vga branch, partly cleanups and partly stuff I need for virtio-vga. Branch survived a very light smoke test. Going to port over virtio-gpu bits and do some more testing now. Will post series once this has been tested more. Early reviews comments are welcome nevertheless. cheers Gerd