Re: [Xen-devel] [PATCH] libxl: remove the xl list limit of 1024 domains

2016-01-04 Thread Juergen Gross
On 18/12/15 15:34, Juergen Gross wrote: > xl list is currently limited to 1024 domains. Remove the limit. > > Signed-off-by: Juergen Gross Found a bug, will send V2 soon (together with two other patches addressing a similar limitation in xl vm-list and tools/xenstat. Juergen > --- > tools/li

Re: [Xen-devel] [PATCH] libxl: remove the xl list limit of 1024 domains

2015-12-18 Thread Juergen Gross
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 libx

Re: [Xen-devel] [PATCH] libxl: remove the xl list limit of 1024 domains

2015-12-18 Thread Andrew Cooper
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 sam

[Xen-devel] [PATCH] libxl: remove the xl list limit of 1024 domains

2015-12-18 Thread Juergen Gross
xl list is currently limited to 1024 domains. Remove the limit. Signed-off-by: Juergen Gross --- tools/libxl/libxl.c | 37 ++--- 1 file changed, 18 insertions(+), 19 deletions(-) diff --git a/tools/libxl/libxl.c b/tools/libxl/libxl.c index 9207621..83e37a9 100644