libxl: re-name libxl__xs_write() to libxl__xs_printf()...
authorPaul Durrant <paul.durrant@citrix.com>
Tue, 1 Dec 2015 13:55:24 +0000 (13:55 +0000)
committerIan Campbell <ian.campbell@citrix.com>
Tue, 15 Dec 2015 12:03:08 +0000 (12:03 +0000)
commita5361ebc6da596ad61e94b3fed1960bd46fac14a
treee206b907a5bdadb3c463c2067598f590efb5627b
parentde5162b664ea3dea07a0b77b523413c2ce479f2a
libxl: re-name libxl__xs_write() to libxl__xs_printf()...

...to denote what it actually does.

The name libxl__xs_write() suggests something taking a buffer and length,
akin to write(2), whereas the semantics of the function are actually more
akin to printf(3).

This patch is a textual substitution of libxl__xs_write with
libxl__xs_printf with some associated formatting fixes.

Signed-off-by: Paul Durrant <paul.durrant@citrix.com>
Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
Cc: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Cc: Ian Campbell <ian.campbell@citrix.com>
Cc: Wei Liu <wei.liu2@citrix.com>
tools/libxl/libxl.c
tools/libxl/libxl_bootloader.c
tools/libxl/libxl_create.c
tools/libxl/libxl_dm.c
tools/libxl/libxl_dom.c
tools/libxl/libxl_exec.c
tools/libxl/libxl_genid.c
tools/libxl/libxl_internal.h
tools/libxl/libxl_pci.c
tools/libxl/libxl_qmp.c
tools/libxl/libxl_xshelp.c