From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35966) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yspt1-0007vJ-Qh for qemu-devel@nongnu.org; Thu, 14 May 2015 05:57:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Yspsy-0008N2-Jg for qemu-devel@nongnu.org; Thu, 14 May 2015 05:57:03 -0400 Received: from mx1.redhat.com ([209.132.183.28]:40828) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yspsy-0008Lr-C6 for qemu-devel@nongnu.org; Thu, 14 May 2015 05:57:00 -0400 Date: Thu, 14 May 2015 11:56:51 +0200 From: "Michael S. Tsirkin" Message-ID: <20150514095651.GA12939@redhat.com> References: <1431528122-50960-1-git-send-email-cornelia.huck@de.ibm.com> <1431528122-50960-2-git-send-email-cornelia.huck@de.ibm.com> <20150513165438-mutt-send-email-mst@redhat.com> <20150513170335.2d662124.cornelia.huck@de.ibm.com> <20150513180005-mutt-send-email-mst@redhat.com> <55545BAF.4040701@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <55545BAF.4040701@redhat.com> Subject: Re: [Qemu-devel] [PATCH RFC 1/1] virtio: migrate config_vector List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: Cornelia Huck , borntraeger@de.ibm.com, qemu-devel@nongnu.org, jjherne@linux.vnet.ibm.com On Thu, May 14, 2015 at 10:24:15AM +0200, Paolo Bonzini wrote: > > > On 13/05/2015 18:14, Michael S. Tsirkin wrote: > > > - AFAICS, there's no easy way to add transport-specific subsections - > > > and simply adding config_vector in ccw would break compatibility > > > > subsections break compatibility too. The only way around that is to set > > a flag to skip migrating config_vector for old machine types. > > That's expected. Subsections break compatibility because sometimes > breaking migration is better than leaving a broken guest after migration. > > Paolo Right, and what happens is that some devices work kind of okay without config interrupts? Christian - is this why you are trying to preserve the broken behaviour for cross-version migration? -- MST