libxl: Move qmp_parameters_* prototypes to libxl_internal.h
authorAnthony PERARD <anthony.perard@citrix.com>
Mon, 25 Mar 2019 14:36:39 +0000 (14:36 +0000)
committerIan Jackson <ian.jackson@eu.citrix.com>
Thu, 19 Sep 2019 11:24:56 +0000 (12:24 +0100)
commit06bb05308f607c7b5cb6feeaaeb43680e01e3113
treecff10de79dde7bf3707e29ca8ed3b1b425bf95f2
parenta9ba60d062df6a7b22e3821f410312dade6f1bfa
libxl: Move qmp_parameters_* prototypes to libxl_internal.h

.. and rename them to libxl__qmp_param_*.

This is to allow other files than libxl_qmp.c to make QMP calls with
parameters.

Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>
Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
tools/libxl/libxl_internal.h
tools/libxl/libxl_qmp.c