Signed-off-by: Luiz Capitulino <lcapitul...@redhat.com> --- qapi-schema.json | 4 ++++ 1 file changed, 4 insertions(+)
diff --git a/qapi-schema.json b/qapi-schema.json index 82d6f12b53..0665a14dba 100644 --- a/qapi-schema.json +++ b/qapi-schema.json @@ -526,6 +526,10 @@ # # Returns a list of information about each virtual CPU. # +# WARNING: This command incurs a performance penalty for latency +# sensitive workloads and hence it's not recommended to +# to be used in production. Use query-cpus-fast instead +# # Returns: a list of @CpuInfo for each virtual CPU # # Since: 0.14.0 -- 2.14.3