From mboxrd@z Thu Jan 1 00:00:00 1970 From: Zhigang Wang Subject: Re: [PATCH] tools: remove unused wrappers for python Date: Thu, 08 Oct 2015 11:09:59 -0400 Message-ID: <56168747.6050109@oracle.com> References: <1444128368-31585-1-git-send-email-jgross@suse.com> <20151006111849.GW29124@zion.uk.xensource.com> <5613B1A2.2030800@suse.com> <20151006113902.GY29124@zion.uk.xensource.com> <1444138837.5302.174.camel@citrix.com> <5613DFF9.6000309@suse.com> <5613E7B0.5020405@oracle.com> <1444315101.1410.211.camel@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1444315101.1410.211.camel@citrix.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Ian Campbell , Juergen Gross , Wei Liu Cc: Andrew Cooper , xen-devel@lists.xen.org, ian.jackson@eu.citrix.com, stefano.stabellini@eu.citrix.com List-Id: xen-devel@lists.xenproject.org On 10/08/2015 10:38 AM, Ian Campbell wrote: > On Tue, 2015-10-06 at 11:24 -0400, Zhigang Wang wrote: >> We use these extentions along with xend XMLRPC API/xm. Even when move to >> xl, this will give us a choice to reserve some logic. > > There are a lot of interfaces here, are you using all of them? If not then > could you enumerate the ones you care about please. Currently we are using: xc.getcpuinfo() xc.domain_getinfo() But after switching to xl, we cannot get info from xend any more, then some of these interfaces may be helpful. Thanks, Zhigang