From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JhQyW-0008DI-Tg for qemu-devel@nongnu.org; Thu, 03 Apr 2008 11:03:36 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JhQyU-00089u-1w for qemu-devel@nongnu.org; Thu, 03 Apr 2008 11:03:36 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JhQyT-00089X-KF for qemu-devel@nongnu.org; Thu, 03 Apr 2008 11:03:33 -0400 Received: from nwd2mail11.analog.com ([137.71.25.57]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JhQyT-00064D-94 for qemu-devel@nongnu.org; Thu, 03 Apr 2008 11:03:33 -0400 Received: from nwd2exm4.ad.analog.com (nwd2exm4.ad.analog.com [10.64.53.123]) by nwd2mhb1.analog.com (8.9.3 (PHNE_28810+JAGae91741)/8.9.3) with ESMTP id LAA21475 for ; Thu, 3 Apr 2008 11:03:26 -0400 (EDT) Message-ID: <47F4F1B9.6090004@analog.com> Date: Thu, 03 Apr 2008 23:03:21 +0800 From: Jie Zhang MIME-Version: 1.0 Subject: Re: [Qemu-devel] A bug of running existing windows xp from x86 64linuxhost References: <47ED253E.6070701@analog.com> <47F1ECFA.2070407@analog.com><447C1BA60C6B40A5AF5AE189492E1F36@intranet> <47F30B13.60409@analog.com> <9407959225404722A57C618C6C7F81EC@intranet> In-Reply-To: <9407959225404722A57C618C6C7F81EC@intranet> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Sergey Bychkov wrote: > ----- Original Message ----- From: "Jie Zhang" >>>>>> A disk read error occurred >>>>>> Press Ctrl+Alt+Del to restart > > With this message - this is NT boot record could not access disk. > Possibly, this is bug in qemu, but only debugger could help. > Maybe, qemu doesn't provide good access to big disk, or BIOS services in > bochsbios don't do this. > How can I debug this issue? Can I capture each access to disk? I'm not familiar with i386. Is all disk access thorough INT 0x13? Where can I add a dump of CHS? Jie