From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:55874) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uekp8-00077Z-9h for qemu-devel@nongnu.org; Tue, 21 May 2013 07:33:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Uekp6-0001Oy-Be for qemu-devel@nongnu.org; Tue, 21 May 2013 07:33:46 -0400 Received: from bacon.sh.bytemark.co.uk ([2001:41c8:20:862:3::25]:33169) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uekp6-0001ND-30 for qemu-devel@nongnu.org; Tue, 21 May 2013 07:33:44 -0400 Received: from bytemail.bytemark.co.uk ([212.110.161.227]) by bacon.sh.bytemark.co.uk with esmtp (Exim 4.72) (envelope-from ) id 1Uekp1-0004vq-6I for qemu-devel@nongnu.org; Tue, 21 May 2013 12:33:39 +0100 Received: from eboracum.office.bytemark.co.uk ([89.16.168.152]) by bytemail.bytemark.co.uk with esmtp (Exim 4.72) (envelope-from ) id 1Uekp0-00072n-S7 for qemu-devel@nongnu.org; Tue, 21 May 2013 12:33:39 +0100 From: Nicholas Thomas Content-Type: text/plain; charset="UTF-8" Date: Tue, 21 May 2013 12:33:38 +0100 Message-ID: <1369136018.15129.1538.camel@eboracum.office.bytemark.co.uk> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] (Another) 1.4.1 -> 1.5.0 migration failure List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Hi all, Migrating from: /opt/qemu-1.4.1/bin/qemu-system-x86_64 -M pc -watchdog i6300esb -watchdog-action reset [...] to: /opt/qemu-1.5.0/bin/qemu-system-x86_64 -M pc-i440fx-1.4 -watchdog i6300esb -watchdog-action reset [...] I get: qemu: warning: error while loading state for instance 0x0 of device '0000:00:06.0/i6300esb_wdt' load of migration failed Perhaps a similar issue to the network device one? I'm afraid I'm not sure how to debug these... /Nick