From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH] tools: remove unused wrappers for python Date: Thu, 8 Oct 2015 16:27:01 +0100 Message-ID: <1444318021.1410.242.camel@citrix.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> <56168747.6050109@oracle.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <56168747.6050109@oracle.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: Zhigang Wang , 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 Thu, 2015-10-08 at 11:09 -0400, Zhigang Wang wrote: > 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() Thanks. > But after switching to xl, we cannot get info from xend any more, then some of > these interfaces may be helpful. Do you have any insight into what info you currently get from xend which you don't think you can get from xl? It may be that there are gaps in the xl functionality which should be filled, rather than keeping the Python xc bindings around (equally there may be things where those bindings are the best solution). Ian.