From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jason Krieg Subject: migrating a vm from old qemu-kvm 0.12.5 to new qemu-kvm 0.14.1 Date: Wed, 25 May 2011 12:06:05 +0200 Message-ID: <4DDCD48D.9080201@collax.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit To: kvm@vger.kernel.org Return-path: Received: from mail.collax.com ([213.218.25.154]:38373 "EHLO mail.collax.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751609Ab1EYKPw (ORCPT ); Wed, 25 May 2011 06:15:52 -0400 Received: from mail.collax.com (mail.collax.com [127.0.0.1]) by localhost (Postfix) with ESMTP id 8B46D160000B for ; Wed, 25 May 2011 12:06:09 +0200 (CEST) Received: from [172.16.1.2] (unknown [172.16.1.2]) by mail.collax.com (Postfix) with ESMTPA id 916A6160000A for ; Wed, 25 May 2011 12:06:06 +0200 (CEST) Sender: kvm-owner@vger.kernel.org List-ID: Hi, restoring a memory dump created with an old version qemu-kvm 0.12.5 to new 0.14.0 or 0.14.1 does not work for me looking at the code this is supposed to work vmstate_load() runs through the various sections without errors and the vm is up and running but the guest seems to be crashed same thing happens if you migrate a vm from old to new has anybody had success with migrating from old to new ? any ideas/hints where the problem could be ? Regards, Jason