From 1f7574763cbb2c85825b8cc4d81f386e767a476f Mon Sep 17 00:00:00 2001 From: Anthony PERARD Date: Fri, 27 Jul 2018 15:05:48 +0100 Subject: [PATCH] libxl_qmp: Add a warning to not trust QEMU ... even if it is not the case for the current code. Signed-off-by: Anthony PERARD Acked-by: Ian Jackson --- 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 5b608f47e5..987bf0232e 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. */ /* -- 2.39.5