From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59406) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WkTRf-00089U-I0 for qemu-devel@nongnu.org; Wed, 14 May 2014 03:17:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WkTRZ-0006TM-DR for qemu-devel@nongnu.org; Wed, 14 May 2014 03:17:43 -0400 Received: from mail-ph.de-nserver.de ([85.158.179.214]:56311) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WkTRZ-0006QS-3s for qemu-devel@nongnu.org; Wed, 14 May 2014 03:17:37 -0400 Message-ID: <53731883.4090502@profihost.ag> Date: Wed, 14 May 2014 09:17:23 +0200 From: Stefan Priebe - Profihost AG MIME-Version: 1.0 References: <536CD48B.2020907@profihost.ag> <536D0ACB.50206@redhat.com> In-Reply-To: <536D0ACB.50206@redhat.com> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] Migration from older Qemu to Qemu 2.0.0 does not work List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini , qemu-stable@nongnu.org, qemu-devel Hi, i now was able to catch the error. It is: Length mismatch: 0000:00:12.0/virtio-net-pci.rom: 40000 in != 10000 qemu: warning: error while loading state for instance 0x0 of device 'ram' load of migration failed Stefan Am 09.05.2014 19:05, schrieb Paolo Bonzini: > Il 09/05/2014 15:13, Stefan Priebe - Profihost AG ha scritto: >> >> I see no output at the monitor of Qemu 2.0. >> >> # migrate -d tcp:a.b.c.d:6000 >> >> # info migrate >> capabilities: xbzrle: off x-rdma-pin-all: off auto-converge: on >> zero-blocks: off >> Migration status: failed >> total time: 0 milliseconds >> >> The target machine is still running at this point with no output. > > Anything on its stdout? > > Another test you could do, in addition to changing the devices, is this: > > 1) try with commit 6141f3bd6904df7cf9519c6444a14a608b9874c4 on the > destination (the next one caused a migration problem that was fixed > later). If it passes, go to step 1a. If it fails, go to step 2. > > 1a) try with commit c01a71c1a56fa27f43449ff59e5d03b2483658a2. If it > passes, go to step 1b. If it fails, report it here. > > 1b) bisect between v2.0.0 (known-bad) and > c01a71c1a56fa27f43449ff59e5d03b2483658a2 (known-good) to find the > culprit. Report results. > > 2) change the source to v1.7.0 and bisect between v1.7.0 and > 6141f3bd6904df7cf9519c6444a14a608b9874c4. Report results. > > Thanks! > > Paolo