tools/misc: drop all libxc internals from xen-mfndump.c
authorJuergen Gross <jgross@suse.com>
Fri, 28 Aug 2020 15:07:25 +0000 (17:07 +0200)
committerWei Liu <wl@xen.org>
Wed, 9 Sep 2020 10:57:25 +0000 (10:57 +0000)
commit45397d49fa7f0f236b783df48713dbf5a68bf599
treeca55d63e4f1b2d5c1f7af7fa425aeafc40f13ce3
parent790f2dfb598acb5f3f3f75b47c5e3ab642c16478
tools/misc: drop all libxc internals from xen-mfndump.c

The last libxc internal used by xen-mfndump.c is the ERROR() macro.
Add a simple definition for that macro to xen-mfndump.c and replace
the libxc private header includes by official ones.

Signed-off-by: Juergen Gross <jgross@suse.com>
Acked-by: Wei Liu <wl@xen.org>
tools/misc/Makefile
tools/misc/xen-mfndump.c