[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH 0/6] xen/build: Use system headers
Make use of C standard freestanding headers, to avoid bugs in our own local versions of inttypes.h and booleans. Andrew Cooper (6): xen/build: Allow the use of C freestanding headers xen/build: Use the system stdarg.h header xen/build: Use the system stdint.h header xen/build: Use the system limits.h header xen/build: Use the system stddef.h and inttypes.h headers xen/build: Use the system stdbool.h header xen/Rules.mk | 2 +- xen/arch/arm/early_printk.c | 1 - xen/arch/arm/p2m.c | 1 - xen/arch/arm/platforms/xgene-storm.c | 1 - xen/arch/arm/traps.c | 1 - xen/arch/x86/acpi/cpu_idle.c | 2 +- xen/arch/x86/genapic/probe.c | 3 +- xen/arch/x86/srat.c | 1 - xen/common/device_tree.c | 1 - xen/common/lib.c | 1 - xen/crypto/vmac.c | 1 - xen/include/asm-arm/platforms/vexpress.h | 2 +- xen/include/asm-arm/types.h | 9 -- xen/include/asm-x86/types.h | 9 -- xen/include/xen/console.h | 2 +- xen/include/xen/device_tree.h | 1 - xen/include/xen/inttypes.h | 248 ------------------------------- xen/include/xen/lib.h | 2 - xen/include/xen/libelf.h | 11 +- xen/include/xen/stdarg.h | 10 -- xen/include/xen/stdbool.h | 9 -- xen/include/xen/types.h | 30 ++-- xen/include/xen/xenoprof.h | 2 +- 23 files changed, 19 insertions(+), 331 deletions(-) delete mode 100644 xen/include/xen/inttypes.h delete mode 100644 xen/include/xen/stdarg.h delete mode 100644 xen/include/xen/stdbool.h -- 2.1.4 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |