Re: [PATCH 1/2] tools/xl: Sort create command options

2022-04-29 Thread Elliott Mitchell
On Fri, Apr 29, 2022 at 10:39:27AM +0100, Anthony PERARD wrote: > On Tue, Apr 19, 2022 at 06:56:03PM -0700, Elliott Mitchell wrote: > > Hopefully simplify future changes by sorting options lists for > > `xl create`. > > I'm not sure that sorting options make changes easier, as it would mean > one

Re: [PATCH 1/2] tools/xl: Sort create command options

2022-04-29 Thread Anthony PERARD
On Tue, Apr 19, 2022 at 06:56:03PM -0700, Elliott Mitchell wrote: > Hopefully simplify future changes by sorting options lists for > `xl create`. I'm not sure that sorting options make changes easier, as it would mean one has to make sure the new option is sorted as well ;-). But sorting the optio

[PATCH 1/2] tools/xl: Sort create command options

2022-04-19 Thread Elliott Mitchell
Hopefully simplify future changes by sorting options lists for `xl create`. Signed-off-by: Elliott Mitchell --- tools/xl/xl_cmdtable.c | 10 +- tools/xl/xl_vmcontrol.c | 40 2 files changed, 25 insertions(+), 25 deletions(-) diff --git a/tools/x