From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43718) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YmgCG-0001Pa-1S for qemu-devel@nongnu.org; Mon, 27 Apr 2015 06:23:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YmgCC-00077N-Q3 for qemu-devel@nongnu.org; Mon, 27 Apr 2015 06:23:27 -0400 Received: from e06smtp16.uk.ibm.com ([195.75.94.112]:54782) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YmgCC-00077H-Fw for qemu-devel@nongnu.org; Mon, 27 Apr 2015 06:23:24 -0400 Received: from /spool/local by e06smtp16.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Mon, 27 Apr 2015 11:23:23 +0100 Received: from b06cxnps4074.portsmouth.uk.ibm.com (d06relay11.portsmouth.uk.ibm.com [9.149.109.196]) by d06dlp03.portsmouth.uk.ibm.com (Postfix) with ESMTP id D5E671B08067 for ; Mon, 27 Apr 2015 11:24:00 +0100 (BST) Received: from d06av08.portsmouth.uk.ibm.com (d06av08.portsmouth.uk.ibm.com [9.149.37.249]) by b06cxnps4074.portsmouth.uk.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id t3RANMC12884026 for ; Mon, 27 Apr 2015 10:23:22 GMT Received: from d06av08.portsmouth.uk.ibm.com (localhost [127.0.0.1]) by d06av08.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id t3RANMvG003440 for ; Mon, 27 Apr 2015 04:23:22 -0600 Date: Mon, 27 Apr 2015 12:23:19 +0200 From: Cornelia Huck Message-ID: <20150427122319.0cd77059.cornelia.huck@de.ibm.com> In-Reply-To: <20150427120724-mutt-send-email-mst@redhat.com> References: <1428669111-24225-1-git-send-email-kraxel@redhat.com> <1430127956.22166.13.camel@nilsson.home.kraxel.org> <20150427120724-mutt-send-email-mst@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 0/9] virtio-1.0: cleanups and preparations for virtio-vga List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Michael S. Tsirkin" Cc: Gerd Hoffmann , qemu-devel@nongnu.org On Mon, 27 Apr 2015 12:15:16 +0200 "Michael S. Tsirkin" wrote: > That branch still needs some work. > I hope to have things in mergeable state end of may. > In particular > - the way we have structured breaks migration and > makes supporting it properly tricky, so I'm refactoring > some code. > - virtio 1 spec forbids devices from accessing memory > until DRIVER_OK is set, but we also need to support > legacy guests which trigger ready state by kicking some ring. > > Do you need some bits from master on that branch? > I could rebase it if it's helpful. I'd find it helpful if you could rebase it - I think there was some stuff still sitting somewhere in one of my branches that I wanted to follow up on.