From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:32801) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RYafg-00033l-FG for qemu-devel@nongnu.org; Thu, 08 Dec 2011 04:53:48 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RYaff-0007Mb-MZ for qemu-devel@nongnu.org; Thu, 08 Dec 2011 04:53:44 -0500 Received: from mail-ww0-f41.google.com ([74.125.82.41]:53322) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RYaff-0007MB-IK for qemu-devel@nongnu.org; Thu, 08 Dec 2011 04:53:43 -0500 Received: by wgbdt12 with SMTP id dt12so1023933wgb.4 for ; Thu, 08 Dec 2011 01:53:42 -0800 (PST) MIME-Version: 1.0 In-Reply-To: References: Date: Thu, 8 Dec 2011 09:53:42 +0000 Message-ID: From: Stefan Hajnoczi Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [Qemu-devel] an error while loading checkpoint List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: sparsh mittal Cc: qemu-devel@nongnu.org, Juan Quintela On Wed, Dec 7, 2011 at 11:41 PM, sparsh mittal wrote: > I get this warning while using a checkpoint. I issued the command -m 4G > -icount 0 and other parameters. > Unknown savevm section type 32 > qemu-system-x86_64: Error -22 while loading VM state > > My computer has 48GB RAM, so I don't know what is the problem? Looks like the stream has gotten out of sync. Please post the full QEMU command-line as well as any monitor commands you issued so it is possible to reproduce this. Stefan