[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH 0/3] move libxc and xenstore public headers to include subdir
Hi all, this patch series separates out the public libxc and xenstore headers that are supposed to be usable by external programs, such as QEMU, from the private internal headers. The public headers are moved to a subdirectory called "include". The headers move requires changes to a few Makefiles, one of which is qemu-xen-traditional's (the patch to qemu-xen-traditional is sent separately). The series in its current form is not bisectable. Stefano Stabellini (3): move xenstore public headers to include subdir move libxc public headers to include subdir Use the new include subdirectories to build Xen tools tools/Makefile | 6 +++--- tools/Rules.mk | 6 +++--- tools/libxc/Makefile | 6 +++--- tools/libxc/{ => include}/xenctrl.h | 0 tools/libxc/{ => include}/xenctrlosdep.h | 0 tools/libxc/{ => include}/xenguest.h | 0 tools/libxc/{ => include}/xentoollog.h | 0 tools/python/Makefile | 2 ++ tools/xenstore/Makefile | 9 +++++---- tools/xenstore/{ => include}/compat/xs.h | 0 tools/xenstore/{ => include}/compat/xs_lib.h | 0 tools/xenstore/{ => include}/xenstore.h | 0 tools/xenstore/{ => include}/xenstore_lib.h | 0 13 files changed, 16 insertions(+), 13 deletions(-) rename tools/libxc/{ => include}/xenctrl.h (100%) rename tools/libxc/{ => include}/xenctrlosdep.h (100%) rename tools/libxc/{ => include}/xenguest.h (100%) rename tools/libxc/{ => include}/xentoollog.h (100%) rename tools/xenstore/{ => include}/compat/xs.h (100%) rename tools/xenstore/{ => include}/compat/xs_lib.h (100%) rename tools/xenstore/{ => include}/xenstore.h (100%) rename tools/xenstore/{ => include}/xenstore_lib.h (100%) _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |