From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jason Wang Subject: Re: [PATCH 1/4] x86: introduce hypervisor_cpuid_base() Date: Wed, 24 Jul 2013 12:34:56 +0800 Message-ID: <51EF5970.3070504@redhat.com> References: <1374572465-15278-1-git-send-email-jasowang@redhat.com> <20130723134855.GA6029@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: tglx@linutronix.de, mingo@redhat.com, hpa@zytor.com, x86@kernel.org, pbonzini@redhat.com, kvm@vger.kernel.org, linux-kernel@vger.kernel.org To: Gleb Natapov Return-path: In-Reply-To: <20130723134855.GA6029@redhat.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: kvm.vger.kernel.org On 07/23/2013 09:48 PM, Gleb Natapov wrote: > On Tue, Jul 23, 2013 at 05:41:02PM +0800, Jason Wang wrote: >> > This patch introduce hypervisor_cpuid_base() which loop test the hypervisor >> > existence function until the signature match and check the number of leaves if >> > required. This could be used by Xen/KVM guest to detect the existence of >> > hypervisor. >> > > Looks good to me. > > Since this touches common code, kvm and xen I expect this to be taken > via the tip tree, correct? > Yes, I think so.