From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Hajnoczi Subject: Re: A non-responsive guest problem Date: Mon, 22 Aug 2011 13:10:05 +0100 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Cc: kvm@vger.kernel.org To: Paul Return-path: Received: from mail-gx0-f174.google.com ([209.85.161.174]:45912 "EHLO mail-gx0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751635Ab1HVMKH (ORCPT ); Mon, 22 Aug 2011 08:10:07 -0400 Received: by gxk21 with SMTP id 21so3501812gxk.19 for ; Mon, 22 Aug 2011 05:10:05 -0700 (PDT) In-Reply-To: Sender: kvm-owner@vger.kernel.org List-ID: On Mon, Aug 22, 2011 at 10:37 AM, Paul wrote: > Hi, > I found the clock of guest OS has been changed. For example, today was Aug > 22, but I found the time of guest was Mar 22 from the VNC desktop. The clock > source of guest was kvm-clock. Was it related to KVM clock bug? How about it > if I changed the clock to tsc? If the guest is using 100% CPU but the kernel is still responsive at some level you can use SysRq to gather information: http://en.wikipedia.org/wiki/Magic_SysRq_key Especially Alt+SysRQ+t is interesting because it prints the current tasks to the console. If you are able to get interactive access again then top(1) would be interesting. Stefan