From mboxrd@z Thu Jan 1 00:00:00 1970 From: Avi Kivity Subject: Re: memtest 4.20+ does not work with -cpu host Date: Thu, 06 Sep 2012 17:58:23 +0300 Message-ID: <5048BA0F.3070300@redhat.com> References: <5034F587.4000403@dlhnet.de> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: "qemu-devel@nongnu.org" , "kvm@vger.kernel.org" To: Peter Lieven Return-path: Received: from mx1.redhat.com ([209.132.183.28]:39289 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757184Ab2IFO63 (ORCPT ); Thu, 6 Sep 2012 10:58:29 -0400 In-Reply-To: <5034F587.4000403@dlhnet.de> Sender: kvm-owner@vger.kernel.org List-ID: 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