From mboxrd@z Thu Jan 1 00:00:00 1970 From: Roland Dreier Subject: Re: Fresh install of Windows XP hangs early in boot? Date: Tue, 29 Jul 2008 12:39:53 -0700 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: QUOTED-PRINTABLE To: kvm-devel Return-path: Received: from sj-iport-2.cisco.com ([171.71.176.71]:39377 "EHLO sj-iport-2.cisco.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751812AbYG2Tjz convert rfc822-to-8bit (ORCPT ); Tue, 29 Jul 2008 15:39:55 -0400 Received: from sj-core-2.cisco.com (sj-core-2.cisco.com [171.71.177.254]) by sj-dkim-3.cisco.com (8.12.11/8.12.11) with ESMTP id m6TJdsfT031153 for ; Tue, 29 Jul 2008 12:39:54 -0700 Received: from xbh-sjc-231.amer.cisco.com (xbh-sjc-231.cisco.com [128.107.191.100]) by sj-core-2.cisco.com (8.13.8/8.13.8) with ESMTP id m6TJdsdx007639 for ; Tue, 29 Jul 2008 19:39:54 GMT In-Reply-To: (Roland Dreier's message of "Tue, 29 Jul 2008 12:08:11 -0700") Sender: kvm-owner@vger.kernel.org List-ID: I built with debugging symbols, and this seems to be an issue with SCSI disk emulation. The traceback is: #0 0x00007fc086d7dd10 in memcpy () from /lib/libc.so.6 #1 0x00000000004a319b in cpu_physical_memory_rw (addr=3D108661608, buf=3D0x7fff904ca190 "\224['\206\210\030z\006I=EF=BF=BDA", len=3D4,= is_write=3D0) at /users/rdreier/kvm-deb.git/qemu/exec.c:2847 #2 0x000000000041f0c2 in lsi_execute_script (s=3D0x2ef7a30) at ../cpu-= all.h:924 #3 0x000000000049bd91 in qcow_aio_read_cb (opaque=3D0x3018d70, ret=3D0= ) at block-qcow2.c:840 #4 0x000000000041cba0 in qemu_aio_poll () at /users/rdreier/kvm-deb.gi= t/qemu/block-raw-posix.c:513 #5 0x000000000040b38a in main_loop_wait (timeout=3D) at /users/rdreier/kvm-deb.git/qemu/vl.c:7777 #6 0x00000000004f607a in kvm_main_loop () at /users/rdreier/kvm-deb.gi= t/qemu/qemu-kvm.c:587 #7 0x0000000000412b46 in main (argc=3D, argv=3D0x= 7fff904cb0c8) at /users/rdreier/kvm-deb.git/qemu/vl.c:7811 and no progress ever seems to be made (the same address is read over an= d over) I'm trying again with IDE instead of SCSI disks. But I would like to help debug the SCSI emulation... will look at it further later, and I'm happy to provide any info someone else could use. - R.