Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933441AbaBURDU (ORCPT ); Fri, 21 Feb 2014 12:03:20 -0500 Received: from g9t1613g.houston.hp.com ([15.240.0.71]:44616 "EHLO g9t1613g.houston.hp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932601AbaBURDN (ORCPT ); Fri, 21 Feb 2014 12:03:13 -0500 Message-ID: <530786A2.6080406@hp.com> Date: Fri, 21 Feb 2014 12:02:26 -0500 From: Waiman Long User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.12) Gecko/20130109 Thunderbird/10.0.12 MIME-Version: 1.0 To: Raghavendra K T CC: Linus Torvalds , Peter Zijlstra , "H. Peter Anvin" , Thomas Gleixner , Ingo Molnar , Arnd Bergmann , "linux-arch@vger.kernel.org" , the arch/x86 maintainers , Linux Kernel Mailing List , Steven Rostedt , Andrew Morton , Michel Lespinasse , Andi Kleen , Rik van Riel , "Paul E. McKenney" , George Spelvin , Tim Chen , Daniel J Blueman , Alexander Fyodorov , Aswin Chandramouleeswaran , Scott J Norton , Thavatchai Makphaibulchoke Subject: Re: [PATCH v4 0/3] qspinlock: Introducing a 4-byte queue spinlock References: <1392669684-4807-1-git-send-email-Waiman.Long@hp.com> <53029167.4060109@zytor.com> <20140218073111.GW27965@twins.programming.kicks-ass.net> <5303B4C4.2040907@hp.com> <20140218212827.GR14089@laptop.programming.kicks-ass.net> <5303FDEC.9060001@hp.com> <20140219085107.GG27965@twins.programming.kicks-ass.net> <53050501.3070101@hp.com> <5306413F.3010106@hp.com> <53065838.90102@linux.vnet.ibm.com> In-Reply-To: <53065838.90102@linux.vnet.ibm.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 02/20/2014 02:32 PM, Raghavendra K T wrote: > On 02/20/2014 11:24 PM, Waiman Long wrote: > >> Now the key is how to detect if a kernel is really running in a PV >> environment. I need to ask some virtualization experts on that. >> > > For kvm you could just follow, > kvm_spinlock_init_jump() and KVM_FEATURE_* encoding in cpuid > part __do_cpuid_ent(). > I saw that in the arch/x86/kernel/kvm.c file. So I think I can use the returned value of kvm_para_available() to decide if it is running in a KVM guest. However, I am not so sure of what to use in xen. -Longman -- 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/