From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52548) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WBlei-000742-Mb for qemu-devel@nongnu.org; Fri, 07 Feb 2014 08:39:50 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WBlec-0008Fu-O1 for qemu-devel@nongnu.org; Fri, 07 Feb 2014 08:39:44 -0500 Received: from mail-ph.de-nserver.de ([85.158.179.214]:60857) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WBlec-0008Fj-E8 for qemu-devel@nongnu.org; Fri, 07 Feb 2014 08:39:38 -0500 Message-ID: <52F4E211.9080808@profihost.ag> Date: Fri, 07 Feb 2014 14:39:29 +0100 From: Stefan Priebe - Profihost AG MIME-Version: 1.0 References: <50562927-0498-460b-8f29-98722e332149@mailpro> <52F496B4.5030505@profihost.ag> <20140207091513.GC2374@work-vm> <52F4A554.1080400@profihost.ag> <20140207093159.GD2374@work-vm> <52F4A952.6080007@profihost.ag> <52F4CB3E.3030203@profihost.ag> <20140207122157.GF2374@work-vm> <52F4D1CA.6030501@profihost.ag> <52F4D523.9040809@redhat.com> <52F4D9E2.4010600@profihost.ag> <52F4DD77.7000209@redhat.com> In-Reply-To: <52F4DD77.7000209@redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [pve-devel] QEMU LIve Migration - swap_free: Bad swap file entry List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini , "Dr. David Alan Gilbert" Cc: m.gibula@beyond.pl, qemu-devel , Alexandre DERUMIER Hi, Am 07.02.2014 14:19, schrieb Paolo Bonzini: > Il 07/02/2014 14:04, Stefan Priebe - Profihost AG ha scritto: >> first of all i've now a memory image of a VM where i can reproduce it. > > You mean you start that VM with -incoming 'exec:cat /path/to/vm.img'? > But google stress test doesn't report any error until you start > migration _and_ it finishes? Sorry no i meant i have a VM where i saved the memory to disk - so i don't need to wait hours until i can reproduce as it does not happen with a fresh started VM. So it's a state file i think. > Another test: > > - start the VM with -S, migrate, do errors appear on the destination? I started with -S and the errors appear AFTER resuming/unpause the VM. So it is fine until i resume it on the "new" host. Stefan