]> xenbits.xensource.com Git - xen.git/commitdiff
libxl: Fix comment for LIBXL_HAVE_VMTRACE_BUF_KB
authorPetr Beneš <w1benny@gmail.com>
Wed, 14 Feb 2024 09:56:19 +0000 (10:56 +0100)
committerJan Beulich <jbeulich@suse.com>
Wed, 14 Feb 2024 09:56:19 +0000 (10:56 +0100)
It's located in libxl_domain_build_info, not libxl_domain_create_info.

Fixes: 45ba9a7d7688 ("tools/[lib]xl: Add vmtrace_buf_size parameter")
Signed-off-by: Petr Beneš <w1benny@gmail.com>
Acked-by: Anthony PERARD <anthony.perard@citrix.com>
tools/include/libxl.h

index f1652b1664f0252c532d511476c7055d982f994f..46bc774126c983d6978d4498513a5c7165741546 100644 (file)
 #define LIBXL_HAVE_PHYSINFO_CAP_VMTRACE 1
 
 /*
- * LIBXL_HAVE_VMTRACE_BUF_KB indicates that libxl_domain_create_info has a
+ * LIBXL_HAVE_VMTRACE_BUF_KB indicates that libxl_domain_build_info has a
  * vmtrace_buf_kb parameter, which allows to enable pre-allocation of
  * processor tracing buffers of given size.
  */