Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754850Ab0DNKgV (ORCPT ); Wed, 14 Apr 2010 06:36:21 -0400 Received: from mga06.intel.com ([134.134.136.21]:23535 "EHLO orsmga101.jf.intel.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1754328Ab0DNKgU (ORCPT ); Wed, 14 Apr 2010 06:36:20 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.52,203,1270450800"; d="scan'208";a="509011748" From: Sheng Yang Organization: Intel Opensource Technology Center To: Avi Kivity Subject: Re: [PATCH V3] perf & kvm: Enhance perf to collect KVM guest os statistics from host side Date: Wed, 14 Apr 2010 18:36:07 +0800 User-Agent: KMail/1.12.2 (Linux/2.6.31-20-generic; KDE/4.3.2; x86_64; ; ) Cc: "Zhang, Yanmin" , Ingo Molnar , Peter Zijlstra , linux-kernel@vger.kernel.org, kvm@vger.kernel.org, Marcelo Tosatti , oerg Roedel , Jes Sorensen , Gleb Natapov , Zachary Amsden , zhiteng.huang@intel.com, tim.c.chen@intel.com, Arnaldo Carvalho de Melo References: <1902387910.2078.435.camel@ymzhang.sh.intel.com> <201004141827.21877.sheng@linux.intel.com> <4BC59A01.3070802@redhat.com> In-Reply-To: <4BC59A01.3070802@redhat.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201004141836.07477.sheng@linux.intel.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 895 Lines: 24 On Wednesday 14 April 2010 18:33:37 Avi Kivity wrote: > On 04/14/2010 01:27 PM, Sheng Yang wrote: > >> Yes, interesting to see what the latency is. If it's reasonably short > >> (and I expect it will be so), we can do the busy wait solution. > >> > >> If we have an NMI counter somewhere, we can simply wait until it > >> changes. > > > > Good idea. Of course we have one(at least on x86). There is > > irq_stat.irq__nmi_count for per cpu. :) > > Okay, but kvm doesn't want to know about it. How about a new arch > function, invoke_nmi_sync(), that will trigger the NMI and wait for it? > Sound reasonable. Would try it. -- regards Yang, Sheng -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/