From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38815) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aWUJA-0001L4-M4 for qemu-devel@nongnu.org; Thu, 18 Feb 2016 14:32:18 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aWUJ4-0007rh-Pq for qemu-devel@nongnu.org; Thu, 18 Feb 2016 14:32:12 -0500 Received: from mx1.redhat.com ([209.132.183.28]:58729) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aWUJ4-0007rY-IR for qemu-devel@nongnu.org; Thu, 18 Feb 2016 14:32:06 -0500 References: <1374533797.187583648.1455818058856.JavaMail.zimbra@oxygem.tv> <56C60C56.3010803@redhat.com> From: Laszlo Ersek Message-ID: <56C61C33.2050003@redhat.com> Date: Thu, 18 Feb 2016 20:32:03 +0100 MIME-Version: 1.0 In-Reply-To: <56C60C56.3010803@redhat.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] Unable to migrate pc-i440fx-2.4 KVM guest from QEMU 2.5.0 to QEMU 2.4.1 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini , Alexandre DERUMIER , qemu-devel On 02/18/16 19:24, Paolo Bonzini wrote: > > > On 18/02/2016 18:54, Alexandre DERUMIER wrote: >> Hi, >> >> I (and promox users) have same problem than this bugreport >> >> https://bugs.launchpad.net/qemu/+bug/1536487 >> https://forum.proxmox.com/threads/cant-live-migrate-after-dist-upgrade.26097/ >> >> Migrating from qemu 2.5 with pc-i440fx-2.4 to qemu 2.4.1 don't work. >> qemu-system-x86_64: error while loading state for instance 0x0 of device 'fw_cfg' > > While I agree that this is a bug worth fixing, note that in general > migration from new to old versions is _not_ supported. Usually it > works, but not always, and sometimes it's not a bug. > > Machine types are only meant to support migration from old versions to new. > > Paolo > I sent a patch. Laszlo