From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:51878) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T9dXP-0002EA-Bq for qemu-devel@nongnu.org; Thu, 06 Sep 2012 10:58:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T9dXJ-000631-BT for qemu-devel@nongnu.org; Thu, 06 Sep 2012 10:58:35 -0400 Received: from mx1.redhat.com ([209.132.183.28]:38261) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T9dXJ-00062i-2J for qemu-devel@nongnu.org; Thu, 06 Sep 2012 10:58:29 -0400 Message-ID: <5048BA0F.3070300@redhat.com> Date: Thu, 06 Sep 2012 17:58:23 +0300 From: Avi Kivity MIME-Version: 1.0 References: <5034F587.4000403@dlhnet.de> In-Reply-To: <5034F587.4000403@dlhnet.de> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] memtest 4.20+ does not work with -cpu host List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Lieven Cc: "qemu-devel@nongnu.org" , "kvm@vger.kernel.org" On 08/22/2012 06:06 PM, Peter Lieven wrote: > Hi, > > has anyone ever tested to run memtest with -cpu host flag passed to > qemu-kvm? > For me it resets when probing the chipset. With -cpu qemu64 it works > just fine. > > Maybe this is specific to memtest, but it might be sth that can happen > in other > applications to. > > Any thoughts? Try to identify the cpu flag that causes this by removing them successively (-cpu host,-flag...). Alternatively capture a trace (http://www.linux-kvm.org/page/Tracing) look for TRIPLE_FAULT (Intel), and post the few hundred lines preceding it. -- error compiling committee.c: too many arguments to function