From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44636) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XRLee-0008FT-TY for qemu-devel@nongnu.org; Tue, 09 Sep 2014 09:40:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XRLeY-00067y-O9 for qemu-devel@nongnu.org; Tue, 09 Sep 2014 09:40:20 -0400 Received: from mx1.redhat.com ([209.132.183.28]:27195) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XRLeY-00067u-HY for qemu-devel@nongnu.org; Tue, 09 Sep 2014 09:40:14 -0400 Message-ID: <540F0337.1010209@redhat.com> Date: Tue, 09 Sep 2014 15:40:07 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1410265809-27247-1-git-send-email-pbonzini@redhat.com> <1410265809-27247-7-git-send-email-pbonzini@redhat.com> <87zje82a3g.fsf@troll.troll> In-Reply-To: <87zje82a3g.fsf@troll.troll> Content-Type: text/plain; charset=iso-8859-15 Content-Transfer-Encoding: 7bit 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: quintela@redhat.com Cc: amit.shah@redhat.com, qemu-devel@nongnu.org, Pavel.Dovgaluk@ispras.ru, dgilbert@redhat.com 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. But again, it only breaks backwards migration, which is not supported upstream. Paolo > If my understanding is correct: > > Acked-by: Juan Quintela >