From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Burakov, Anatoly" Subject: Re: [PATCH v4 01/11] examples/power: add checks around hypervisor Date: Wed, 26 Sep 2018 14:54:00 +0100 Message-ID: References: <20180914135406.52190-1-david.hunt@intel.com> <20180926134037.43606-1-david.hunt@intel.com> <20180926134037.43606-2-david.hunt@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Cc: john.mcnamara@intel.com, stephen@networkplumber.org, lei.a.yao@intel.com To: David Hunt , dev@dpdk.org Return-path: Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by dpdk.org (Postfix) with ESMTP id AB0881E34 for ; Wed, 26 Sep 2018 15:54:56 +0200 (CEST) In-Reply-To: <20180926134037.43606-2-david.hunt@intel.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 26-Sep-18 2:40 PM, David Hunt wrote: > Allow vm_power_manager to run without requiring qemu to be present > on the machine. This will be required for instances where the JSON > interface is used for commands and polices, without any VMs present. > A use case for this is a container enviromnent. > > Signed-off-by: David Hunt > --- Acked-by: Anatoly Burakov -- Thanks, Anatoly