From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:33115) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RYcun-0004bZ-G2 for qemu-devel@nongnu.org; Thu, 08 Dec 2011 07:17:30 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RYcuh-00082s-Kr for qemu-devel@nongnu.org; Thu, 08 Dec 2011 07:17:29 -0500 Received: from mx1.redhat.com ([209.132.183.28]:58535) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RYcuh-00082m-9n for qemu-devel@nongnu.org; Thu, 08 Dec 2011 07:17:23 -0500 Message-ID: <4EE0AB90.3020508@redhat.com> Date: Thu, 08 Dec 2011 13:20:32 +0100 From: Kevin Wolf MIME-Version: 1.0 References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] Error while booting List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: sparsh mittal Cc: qemu-devel@nongnu.org Am 07.12.2011 17:26, schrieb sparsh mittal: > I use version 0.15 of qemu with marss cycle-accurate simulator. > > After making checkpoints in an image, I get this error, while trying to > boot it (i.e. not using loadvm to run checkpoint, but just starting the > image). > > This kernel requires an x86-64 CPU, but only detected an i686 CPU. > Unable to boot - please use a kernel appropriate for your CPU Try using 'qemu-system-x86_64' instead of 'qemu'. Kevin