tools/xenstore: add basic live-update command parsing
authorJuergen Gross <jgross@suse.com>
Wed, 13 Jan 2021 13:00:17 +0000 (14:00 +0100)
committerJuergen Gross <jgross@suse.com>
Thu, 21 Jan 2021 16:29:46 +0000 (17:29 +0100)
commitfecab256d474a30311bd10a3d69d503366ae7e00
treec128c9443d9b46f2722a6a51edff9761e4b59867
parent7f97193e6aa858df03be501440e0ade8cceb9ec5
tools/xenstore: add basic live-update command parsing

Add the basic parts for parsing the live-update control command.

For now only add the parameter evaluation and calling appropriate
functions. Those function only print a message for now and return
success.

Signed-off-by: Juergen Gross <jgross@suse.com>
Reviewed-by: Paul Durrant <paul@xen.org>
Reviewed-by: Julien Grall <jgrall@amazon.com>
Acked-by: Wei Liu <wl@xen.org>
tools/xenstore/xenstored_control.c