Re: [PATCH 2/2] tools/xl: Allow specifying JSON for domain configuration file format

2022-04-29 Thread Elliott Mitchell
On Fri, Apr 29, 2022 at 01:34:40PM +0100, Anthony PERARD wrote: > On Tue, Apr 19, 2022 at 06:23:41PM -0700, Elliott Mitchell wrote: > > JSON is currently used when saving domains to mass storage. Being able > > to use JSON as the normal input to `xl create` has potential to be > > valuable. Add t

Re: [PATCH 2/2] tools/xl: Allow specifying JSON for domain configuration file format

2022-04-29 Thread Anthony PERARD
On Tue, Apr 19, 2022 at 06:23:41PM -0700, Elliott Mitchell wrote: > JSON is currently used when saving domains to mass storage. Being able > to use JSON as the normal input to `xl create` has potential to be > valuable. Add the functionality. "potential", right, but it isn't hasn't been really t

[PATCH 2/2] tools/xl: Allow specifying JSON for domain configuration file format

2022-04-19 Thread Elliott Mitchell
JSON is currently used when saving domains to mass storage. Being able to use JSON as the normal input to `xl create` has potential to be valuable. Add the functionality. Signed-off-by: Elliott Mitchell --- tools/xl/xl.h | 5 + tools/xl/xl_cmdtable.c | 2 ++ tools/xl/xl_vmcont