From mboxrd@z Thu Jan 1 00:00:00 1970 From: Xiao Guangrong Subject: Re: Changing clock in KVM host may cause VM to hang Date: Wed, 17 Aug 2011 10:57:49 +0800 Message-ID: <4E4B2E2D.4060301@cn.fujitsu.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Cc: kvm@vger.kernel.org To: =?UTF-8?B?57yW56CB5Lq6?= Return-path: Received: from cn.fujitsu.com ([222.73.24.84]:63071 "EHLO song.cn.fujitsu.com" rhost-flags-OK-FAIL-OK-OK) by vger.kernel.org with ESMTP id S1751335Ab1HQCz4 convert rfc822-to-8bit (ORCPT ); Tue, 16 Aug 2011 22:55:56 -0400 In-Reply-To: Sender: kvm-owner@vger.kernel.org List-ID: On 08/16/2011 03:50 PM, =E7=BC=96=E7=A0=81=E4=BA=BA wrote: > Hi, >=20 > Does anyone know this issue? >=20 Could you describe your environment more detailed please? - Your host information (32/64, cpuinfo) - Your guest information (32/64) And please enable the trace events of kvm to see what happened when the guest was hanging: mount -t debugfs none /debug echo 1 > /debug/tracing/events/kvm/enable cat /debug/trace I'll try to reproduce it. Thanks!