From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KL7FF-0005O7-07 for qemu-devel@nongnu.org; Mon, 21 Jul 2008 22:04:53 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KL7FD-0005Nr-He for qemu-devel@nongnu.org; Mon, 21 Jul 2008 22:04:52 -0400 Received: from [199.232.76.173] (port=36763 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KL7FD-0005No-Fp for qemu-devel@nongnu.org; Mon, 21 Jul 2008 22:04:51 -0400 Received: from an-out-0708.google.com ([209.85.132.247]:62628) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KL7FD-0006Rv-3t for qemu-devel@nongnu.org; Mon, 21 Jul 2008 22:04:51 -0400 Received: by an-out-0708.google.com with SMTP id d18so713202and.130 for ; Mon, 21 Jul 2008 19:04:50 -0700 (PDT) Message-ID: Date: Tue, 22 Jul 2008 04:04:50 +0200 From: "andrzej zaborowski" Subject: Re: [Qemu-devel] Qemu hangs on windows In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: 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 Hi. 2008/7/21 sathish kumar : > hi list members, > i had compiled QEMU-0.9.1 for PXA270 emulation with linux as QEMU's guest > kernel. > When the QEMU is booted from Windows command line, it boots the linux guest > kernel and hangs while booting started. > Anybody can provide me some suggestion regarding this problem Can you try appending "-clock win32" to your commandline and seeing if that makes any difference? I don't have a windows host but "-clock win32" is supposed to be similar to "-clock unix" which fixes some lock-ups for me due to a bug. Regards