Re: [Xen-devel] [PATCH 2/3] xl: introduce a function to get shutdown action name

2017-02-27 Thread Ian Jackson
Wei Liu writes ("[PATCH 2/3] xl: introduce a function to get shutdown action name"): > The array to map libxl_shutdown_action_to_shutdown to string is going to > be moved to a dedicated file. Acked-by: Ian Jackson ___ Xen-devel mailing list Xen-devel@

[Xen-devel] [PATCH 2/3] xl: introduce a function to get shutdown action name

2017-02-27 Thread Wei Liu
The array to map libxl_shutdown_action_to_shutdown to string is going to be moved to a dedicated file. Provide a function to do the translation so that we don't need to make the array globally visible. Signed-off-by: Wei Liu --- tools/xl/xl_cmdimpl.c | 7 ++- 1 file changed, 6 insertions(+)