From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38088) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y1wGV-00089L-Mx for qemu-devel@nongnu.org; Fri, 19 Dec 2014 07:02:49 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Y1wGL-0003ij-9q for qemu-devel@nongnu.org; Fri, 19 Dec 2014 07:02:39 -0500 Received: from mail-wi0-x232.google.com ([2a00:1450:400c:c05::232]:46269) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y1wGL-0003iO-39 for qemu-devel@nongnu.org; Fri, 19 Dec 2014 07:02:29 -0500 Received: by mail-wi0-f178.google.com with SMTP id em10so1523231wid.5 for ; Fri, 19 Dec 2014 04:02:28 -0800 (PST) Sender: Paolo Bonzini Message-ID: <549413D0.7090109@redhat.com> Date: Fri, 19 Dec 2014 13:02:24 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <20141219120340.3416948b@nial.brq.redhat.com> <549408C8.70107@redhat.com> <20141219123252.7dc36ea5@nial.brq.redhat.com> In-Reply-To: <20141219123252.7dc36ea5@nial.brq.redhat.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] broken backward migration due to commit 461a275 "parallel: adding vmstate for save/restore" List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Igor Mammedov Cc: quintela@redhat.com, dgilbert@redhat.com, Pavel.Dovgaluk@ispras.ru, qemu-devel@nongnu.org On 19/12/2014 12:32, Igor Mammedov wrote: > There is one more commit that breaks it, this time with subsection > 6c3bff0 "exec: Save CPUState::exception_index field" > > qemu: warning: error while loading state for instance 0x0 of device 'cpu_common' > the same reproducer with -parallel none Patch sent, thanks. Paolo