... even if it is not the case for the current code. Signed-off-by: Anthony PERARD <[email protected]> --- tools/libxl/libxl_qmp.c | 3 +++ 1 file changed, 3 insertions(+)
diff --git a/tools/libxl/libxl_qmp.c b/tools/libxl/libxl_qmp.c index 83bd804219..3b167f24dd 100644 --- a/tools/libxl/libxl_qmp.c +++ b/tools/libxl/libxl_qmp.c @@ -16,6 +16,9 @@ /* * This file implement a client for QMP (QEMU Monitor Protocol). For the * Specification, see in the QEMU repository. + * + * WARNING - Do not trust QEMU when writing codes for new commands or when + * improving the client code. */ /* -- Anthony PERARD _______________________________________________ Xen-devel mailing list [email protected] https://lists.xenproject.org/mailman/listinfo/xen-devel
