While the traditional domain configuration file format works acceptably, I can see uses for having full JSON support. As such add "-j" and "-J" to `xl create` to specify format. The traditional format is the current default.
While attempting this, it came up that options for `xl create` aren't in a consistent order. I'm concerned about moving the VNC options apart, but the others have been sorted. Elliott Mitchell (2): tools/xl: Sort create command options tools/xl: Allow specifying JSON for domain configuration file format tools/xl/xl.h | 5 ++++ tools/xl/xl_cmdtable.c | 12 ++++++---- tools/xl/xl_vmcontrol.c | 51 ++++++++++++++++++++++++----------------- 3 files changed, 42 insertions(+), 26 deletions(-) -- 2.30.2