Re: [Xen-devel] [PATCH v1 04/11] xen-xsplice: Tool to manipulate xsplice payloads.

2015-11-04 Thread Konrad Rzeszutek Wilk
..snip.. Probably need this: /* This value was choosen adhoc. It could be 42 too. */ > +#define MAX_LEN 11 > +static int list_func(int argc, char *argv[]) > +{ ..snip.. > + May be worth having an comment: /* These MUST match to the 'action_options[]' array. > +enum { > +ACTION_APPLY = 0,

[Xen-devel] [PATCH v1 04/11] xen-xsplice: Tool to manipulate xsplice payloads.

2015-11-03 Thread Ross Lagerwall
From: Konrad Rzeszutek Wilk A simple tool that allows an system admin to perform basic xsplice operations: - Upload a xsplice file (with an unique id) - List all the xsplice payloads loaded. - Apply, revert, replace, unload, or check the payload using the unique id. - Do all three - uploa