Re: [PATCH v3 14/38] tools/misc: don't use libxenctrl internals from xen-hptool

2020-08-27 Thread Wei Liu
On Sun, Aug 23, 2020 at 11:34:55AM +0200, Juergen Gross wrote: > xen-hptool is including private headers from tools/libxc without any > need. Switch it to use official headers only. > > Signed-off-by: Juergen Gross Acked-by: Wei Liu

[PATCH v3 14/38] tools/misc: don't use libxenctrl internals from xen-hptool

2020-08-23 Thread Juergen Gross
xen-hptool is including private headers from tools/libxc without any need. Switch it to use official headers only. Signed-off-by: Juergen Gross --- tools/misc/Makefile | 2 -- tools/misc/xen-hptool.c | 8 +--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/tools/misc/Make