From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerin Jacob Subject: Re: [PATCH v2] eal/x86: get hypervisor name Date: Tue, 2 Jan 2018 15:50:00 +0530 Message-ID: <20180102101959.GA16958@jerin> References: <20171130214720.30098-1-thomas@monjalon.net> <20171230224723.13147-1-thomas@monjalon.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev@dpdk.org, Stephen Hemminger To: Thomas Monjalon Return-path: Received: from NAM02-SN1-obe.outbound.protection.outlook.com (mail-sn1nam02on0064.outbound.protection.outlook.com [104.47.36.64]) by dpdk.org (Postfix) with ESMTP id 664D97D19 for ; Tue, 2 Jan 2018 11:20:27 +0100 (CET) Content-Disposition: inline In-Reply-To: <20171230224723.13147-1-thomas@monjalon.net> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" -----Original Message----- > Date: Sat, 30 Dec 2017 23:47:23 +0100 > From: Thomas Monjalon > To: dev@dpdk.org > Cc: Stephen Hemminger , Jerin Jacob > > Subject: [PATCH v2] eal/x86: get hypervisor name > X-Mailer: git-send-email 2.15.1 > > The CPUID instruction is catched by hypervisor which can return > a flag indicating one is running, and its name. > > Suggested-by: Stephen Hemminger > Signed-off-by: Thomas Monjalon > --- > v2 changes: > - remove C99 style declaration > - move code in rte_hypervisor.* files > - add a function to get the name string >>From the new API change perspective, Acked-by: Jerin Jacob