tools/include: drop leading underscore from xen_list header
authorRoger Pau Monné <roger.pau@citrix.com>
Mon, 20 Jun 2022 12:35:00 +0000 (14:35 +0200)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Mon, 20 Jun 2022 13:05:29 +0000 (14:05 +0100)
commit9d067857d1ff6805608aac4d9c0ea1c848b2e637
treea94059d66a71d2d6e2a9c8f76dd44c19a991c7b7
parentc9040f25be317ab2f7647605397d79313e3f303e
tools/include: drop leading underscore from xen_list header

A leading underscore is used to indicate auto generated headers, and
the clean use of 'rm -f _*.h' will remove those.  _xen_list.h also
uses a leading underscore, but is checked in the repo and as such
cannot be removed as part of the clean rule.

Fix this by dropping the leading underscore, so that the header is not
removed.

Fixes: a03b3552d4 ('libs,tools/include: Clean "clean" targets')
Signed-off-by: Roger Pau Monné <roger.pau@citrix.com>
Reviewed-by: Juergen Gross <jgross@suse.com>
tools/include/Makefile
tools/include/_xen_list.h [deleted file]
tools/include/libxl.h
tools/include/xen_list.h [new file with mode: 0644]
tools/include/xentoolcore_internal.h
tools/libs/evtchn/minios.c
tools/libs/light/libxl_qmp.c