From mboxrd@z Thu Jan 1 00:00:00 1970 From: Juergen Gross Subject: Re: [PATCH] libxl: remove the xl list limit of 1024 domains Date: Fri, 18 Dec 2015 16:07:42 +0100 Message-ID: <5674213E.8050701@suse.com> References: <1450449265-2633-1-git-send-email-jgross@suse.com> <56741C90.5070807@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <56741C90.5070807@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: Andrew Cooper , xen-devel@lists.xen.org, Ian.Campbell@citrix.com, ian.jackson@eu.citrix.com, stefano.stabellini@eu.citrix.com, wei.liu2@citrix.com List-Id: xen-devel@lists.xenproject.org On 18/12/15 15:47, Andrew Cooper wrote: > On 18/12/15 14:34, Juergen Gross wrote: >> xl list is currently limited to 1024 domains. Remove the limit. >> >> Signed-off-by: Juergen Gross > > libxl_list_vm() needs similar treatment. In fact, it looks as if it > should be implemented in terms of libxl_list_domain(), rather than > opencoding similar same logic. Yeah, and get_domain_ids() in tools/xenstat/libxenstat/src/xenstat_qmp.c has the same problem. I won't be able to the patches today and I'll be back from holidays only next year. I'll do the patches in case no one else is stepping up. Juergen