]> xenbits.xensource.com Git - xen.git/commitdiff
libxl_qmp: Add a warning to not trust QEMU
authorAnthony PERARD <anthony.perard@citrix.com>
Fri, 27 Jul 2018 14:05:48 +0000 (15:05 +0100)
committerWei Liu <wei.liu2@citrix.com>
Mon, 30 Jul 2018 13:46:32 +0000 (14:46 +0100)
... even if it is not the case for the current code.

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

index 5b608f47e57d82b505083282e622bdd962e563a6..987bf0232e0afae2422289efe37640f9df533a0a 100644 (file)
@@ -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.
  */
 
 /*