From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33232) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wjkbi-0005uO-2Y for qemu-devel@nongnu.org; Mon, 12 May 2014 03:25:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wjkba-00037b-EQ for qemu-devel@nongnu.org; Mon, 12 May 2014 03:25:06 -0400 Received: from e06smtp15.uk.ibm.com ([195.75.94.111]:42078) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wjkba-00037S-49 for qemu-devel@nongnu.org; Mon, 12 May 2014 03:24:58 -0400 Received: from /spool/local by e06smtp15.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Mon, 12 May 2014 08:24:56 +0100 Received: from b06cxnps3074.portsmouth.uk.ibm.com (d06relay09.portsmouth.uk.ibm.com [9.149.109.194]) by d06dlp02.portsmouth.uk.ibm.com (Postfix) with ESMTP id 6649C2190042 for ; Mon, 12 May 2014 08:24:45 +0100 (BST) Received: from d06av03.portsmouth.uk.ibm.com (d06av03.portsmouth.uk.ibm.com [9.149.37.213]) by b06cxnps3074.portsmouth.uk.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id s4C7Or2662783502 for ; Mon, 12 May 2014 07:24:53 GMT Received: from d06av03.portsmouth.uk.ibm.com (localhost [127.0.0.1]) by d06av03.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id s4C7Ore4031076 for ; Mon, 12 May 2014 01:24:53 -0600 Date: Mon, 12 May 2014 09:24:52 +0200 From: Thomas Huth Message-ID: <20140512092452.1bbfcb9f@oc7435384737.ibm.com> In-Reply-To: References: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] My OS hangup in KVM for some reasons, how can I debug? List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jun Koi Cc: "qemu-devel@nongnu.org" On Sun, 11 May 2014 21:09:44 +0800 Jun Koi wrote: > On Fri, May 9, 2014 at 11:24 AM, Jun Koi wrote: > > > > > > > > > On Thu, May 8, 2014 at 4:28 PM, Jun Koi wrote: > > > >> Hi, > >> > >> I have an weird OS that I am trying to boot in KVM. however, it just hang > >> in the middle, without a good reason. > >> > >> The same OS boots fine in physical machine, and this OS comes with no > >> source code. > >> > >> There must be a bug somewhere in KVM, so I am wondering how people debug > >> deal with such a case to find and fix bugs in KVM? > >> > >> Same thing like this happened before with some new OSes (such as Windows > >> 8), and somebody always came up with a quick fix, so I am wondering what > >> the magic is here. > >> > >> > > > Any help, please? You could try to attach a GDB to see where it is hanging (start qemu with the -s option, see http://wiki.qemu.org/Documentation/Debugging). Thomas