From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:51652) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UfxIs-0001Qo-Dk for qemu-devel@nongnu.org; Fri, 24 May 2013 15:05:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UfxIp-0003DG-JY for qemu-devel@nongnu.org; Fri, 24 May 2013 15:05:26 -0400 Received: from mx1.redhat.com ([209.132.183.28]:19590) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UfxIp-0003D2-C7 for qemu-devel@nongnu.org; Fri, 24 May 2013 15:05:23 -0400 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r4OJ5LLf001894 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Fri, 24 May 2013 15:05:21 -0400 Received: from localhost (ovpn-113-53.phx2.redhat.com [10.3.113.53]) by int-mx02.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id r4OJ5KjU020758 for ; Fri, 24 May 2013 15:05:21 -0400 Date: Fri, 24 May 2013 15:05:20 -0400 From: Luiz Capitulino Message-ID: <20130524150520.10366f38@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] tcg: Windows guests don't boot List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel Hi, Today I accidentally started qemu w/o -enable-kvm to run a Windows guest and noticed it didn't boot: sometimes it hangs on a blue screen and sometimes it keeps rebooting in a loop. I tried with Windows 2008 and Windows 8, and went back to qemu v1.2.0 to see if it's a bisectable regression, but no luck. I'm reporting case someone is interested in debugging this.