From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40757) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XRfig-0000X0-09 for qemu-devel@nongnu.org; Wed, 10 Sep 2014 07:05:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XRfiZ-00059c-MQ for qemu-devel@nongnu.org; Wed, 10 Sep 2014 07:05:49 -0400 Received: from mx1.redhat.com ([209.132.183.28]:17245) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XRfiZ-00059S-G4 for qemu-devel@nongnu.org; Wed, 10 Sep 2014 07:05:43 -0400 Date: Wed, 10 Sep 2014 15:09:01 +0300 From: "Michael S. Tsirkin" Message-ID: <20140910120901.GC11524@redhat.com> References: <1410265809-27247-1-git-send-email-pbonzini@redhat.com> <1410265809-27247-7-git-send-email-pbonzini@redhat.com> <87zje82a3g.fsf@troll.troll> <540F0337.1010209@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <540F0337.1010209@redhat.com> Subject: Re: [Qemu-devel] [PATCH 06/10] parallel: adding vmstate for save/restore List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: amit.shah@redhat.com, dgilbert@redhat.com, qemu-devel@nongnu.org, Pavel.Dovgaluk@ispras.ru, quintela@redhat.com On Tue, Sep 09, 2014 at 03:40:07PM +0200, Paolo Bonzini wrote: > Il 09/09/2014 15:32, Juan Quintela ha scritto: > > This breaks migration with old machine type, but as far as I can see, > > parallel is only added when used, and if we are using it, we need this, > > right? > > Yes. Presumably, your next statement means that guests can typically recover if parallel state is discarded in migration? > But again, it only breaks backwards migration, which is not > supported upstream. > > Paolo Upstream doesn't provide support for old versions period. We do our best to make it easy for downstreams to support cross version migration and they care about both direction, so I don't see why make an exception here. So if guests can recover, it seems worth it to stay bug for bug compatible for old machine types. > > If my understanding is correct: > > > > Acked-by: Juan Quintela > > >