tools/libxc: Add xc_vmtrace_* functions
authorMichał Leszczyński <michal.leszczynski@cert.pl>
Tue, 16 Jun 2020 13:33:25 +0000 (15:33 +0200)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Fri, 5 Feb 2021 17:37:28 +0000 (17:37 +0000)
commit53aaa792fdebcf131983d45ee8e3d09bd0740c71
tree2040f6d401d10e97beceaf8ce7144aba7e7c9c62
parent1cee4bd97c88633c4a39f56f6722be0727c9ea8f
tools/libxc: Add xc_vmtrace_* functions

Add functions in libxc that use the new XEN_DOMCTL_vmtrace interface.

Signed-off-by: Michał Leszczyński <michal.leszczynski@cert.pl>
Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
Release-Acked-by: Ian Jackson <iwj@xenproject.org>
tools/include/xenctrl.h
tools/libs/ctrl/Makefile
tools/libs/ctrl/xc_vmtrace.c [new file with mode: 0644]