From mboxrd@z Thu Jan 1 00:00:00 1970 From: Juergen Gross Subject: Re: [PATCH v2 0/3] tools: remove 1024 domain limit at some places Date: Fri, 15 Jan 2016 16:03:07 +0100 Message-ID: <56990A2B.3000801@suse.com> References: <1451919353-11547-1-git-send-email-jgross@suse.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1451919353-11547-1-git-send-email-jgross@suse.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: 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 04/01/16 15:55, Juergen Gross wrote: > There are some places in Xen tools which will work for only up to > 1024 domains. Remove this limit. > > Changes in V2: > - corrected a little error in patch 1 at end of loop (index -1 used > in array) > - added patches 2 and 3 > > Juergen Gross (3): > libxl: remove the xl list limit of 1024 domains > libxl: base libxl_list_vm() on libxl_list_domain() > xenstat: handle more than 1024 domains > > tools/libxl/libxl.c | 46 ++++++++++---------- > tools/xenstat/libxenstat/src/xenstat_qmp.c | 67 +++++++++++++----------------- > 2 files changed, 51 insertions(+), 62 deletions(-) > All patches have Reviewed-by tags since 11 days now. Any reason not to take them? Juergen