From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50971) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XYvSr-0002Jk-Je for qemu-devel@nongnu.org; Tue, 30 Sep 2014 07:19:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XYvSl-0003gs-F3 for qemu-devel@nongnu.org; Tue, 30 Sep 2014 07:19:29 -0400 Received: from mx1.redhat.com ([209.132.183.28]:39680) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XYvSl-0003gM-6w for qemu-devel@nongnu.org; Tue, 30 Sep 2014 07:19:23 -0400 Message-ID: <542A91AD.5090304@redhat.com> Date: Tue, 30 Sep 2014 13:19:09 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <20140929182555.GA14906@amt.cnet> In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] Timer issues with 2.1.1 and migration (was: latest rc: virtio-blk hangs forever after migration) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Andrey Korolyov , Marcelo Tosatti Cc: "qemu-devel@nongnu.org" , =?UTF-8?B?0KHQtdGA0LM=?= =?UTF-8?B?0LXQuSDQpNC40L7QvdC+0LI=?= Il 29/09/2014 20:31, Andrey Korolyov ha scritto: >> > >> > Can you get a trace of the guest (echo kvm > >> > /sys/kernel/debug/tracing/set_event; sleep 1s; cp >> > /sys/kernel/debug/tracing/trace /tmp/trace.txt) while it is in the 100% >> > cpu consumption state? >> > >> > Is it otherwise operational? >> > > Yes, but I cannot do this because of specific of a Windows guest :) > Yes, it fully operational and I just wanted to know if the problem is > reproducible anywhere else (for example, on 3.10 RHEL kernel which > includes apic backport). Linux guests are not a subject for this bug > at all. Actually that is a trace of the guest, *captured on the host*. So you can do that with Windows guests. Paolo