Re: [Xen-devel] [PATCH 08/29] xl: move some helper functions to xl_utils.c

2017-02-27 Thread Ian Jackson
Wei Liu writes ("[PATCH 08/29] xl: move some helper functions to xl_utils.c"): > Move some commonly used functions to a new file. Prepend "x" to > function names to stick to consistent naming scheme. The `xfoo' naming scheme is a reference to `xmalloc' et al, which conventionally crash the program

[Xen-devel] [PATCH 08/29] xl: move some helper functions to xl_utils.c

2017-02-24 Thread Wei Liu
Move some commonly used functions to a new file. Prepend "x" to function names to stick to consistent naming scheme. Signed-off-by: Wei Liu --- tools/xl/Makefile | 2 +- tools/xl/xl_cmdimpl.c | 343 +- tools/xl/xl_utils.c | 258