From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: Internal error, emulation failure when trying to boot Win7 install Date: Wed, 8 Jan 2014 19:40:10 -0200 Message-ID: <20140108214009.GA27549@amt.cnet> References: <106859764.aIpCGAEGLk@r008> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: kvm@vger.kernel.org To: Guido Winkelmann Return-path: Received: from mx1.redhat.com ([209.132.183.28]:9996 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757399AbaAHVk1 (ORCPT ); Wed, 8 Jan 2014 16:40:27 -0500 Content-Disposition: inline In-Reply-To: <106859764.aIpCGAEGLk@r008> Sender: kvm-owner@vger.kernel.org List-ID: On Tue, Jan 07, 2014 at 07:48:41PM +0100, Guido Winkelmann wrote: > Hi, > > When trying to boot a Windows 7 install from a local virtual disks, qemu stops > with the messages: > > KVM internal error. Suberror: 1 > emulation failure Can you please enable the following tracepoints via the # cd /sys/kernel/debug/tracing/ # echo kvm_emulate_insn kvm_exit > set_event provided that debugfs is mounted at /sys/kernel/debug. Then execute the problematic guest, and make the content of /sys/kernel/debug/trace available somewhere?