[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Minios-devel] [UNIKRAFT PATCH 0/1] Move plat/common/include headers to plat/common/include/uk/plat/common
With this patch we attempt to namespace the plat/common headers to avoid problems with libraries that have files with the same names Santiago Pagani (1): Move plat/common/include headers to plat/common/include/uk/plat/common plat/common/arm/cpu_native.c | 4 ++-- plat/common/arm/generic_timer.c | 4 ++-- plat/common/arm/thread_start64.S | 2 +- plat/common/arm/time.c | 4 ++-- plat/common/include/arm/arm64/cpu.h | 2 +- plat/common/include/arm/arm64/time.h | 2 +- plat/common/include/{ => uk/plat/common}/_time.h | 0 plat/common/include/{ => uk/plat/common}/common.lds.h | 0 plat/common/include/{ => uk/plat/common}/cpu.h | 0 plat/common/include/{ => uk/plat/common}/irq.h | 0 plat/common/include/{ => uk/plat/common}/memory.h | 0 plat/common/include/{ => uk/plat/common}/sections.h | 0 plat/common/include/{ => uk/plat/common}/sw_ctx.h | 0 plat/common/include/{ => uk/plat/common}/tls.h | 0 plat/common/include/{ => uk/plat/common}/trace.h | 0 plat/common/include/x86/cpu.h | 2 +- plat/common/lcpu.c | 4 ++-- plat/common/memory.c | 2 +- plat/common/pci_bus.c | 2 +- plat/common/sw_ctx.c | 6 +++--- plat/common/thread.c | 2 +- plat/common/x86/thread_start.S | 2 +- plat/common/x86/trace.c | 2 +- plat/common/x86/traps.c | 2 +- plat/drivers/gic/gic-v2.c | 2 +- plat/drivers/include/virtio/virtio_config.h | 2 +- plat/drivers/virtio/virtio_ring.c | 2 +- plat/kvm/arm/entry64.S | 2 +- plat/kvm/arm/link64.lds.S | 2 +- plat/kvm/arm/setup.c | 2 +- plat/kvm/irq.c | 4 ++-- plat/kvm/memory.c | 2 +- plat/kvm/shutdown.c | 4 ++-- plat/kvm/x86/link64.lds.S | 2 +- plat/kvm/x86/setup.c | 2 +- plat/linuxu/arm/link.lds.S | 2 +- plat/linuxu/lcpu.c | 2 +- plat/linuxu/setup.c | 2 +- plat/linuxu/x86/link64.lds.S | 2 +- plat/xen/arm/link32.lds.S | 2 +- plat/xen/arm/setup.c | 2 +- plat/xen/include/xen-arm/mm.h | 2 +- plat/xen/include/xen-x86/mm.h | 2 +- plat/xen/memory.c | 2 +- plat/xen/x86/arch_time.c | 2 +- plat/xen/x86/link64.lds.S | 2 +- plat/xen/x86/mm.c | 2 +- 47 files changed, 46 insertions(+), 46 deletions(-) rename plat/common/include/{ => uk/plat/common}/_time.h (100%) rename plat/common/include/{ => uk/plat/common}/common.lds.h (100%) rename plat/common/include/{ => uk/plat/common}/cpu.h (100%) rename plat/common/include/{ => uk/plat/common}/irq.h (100%) rename plat/common/include/{ => uk/plat/common}/memory.h (100%) rename plat/common/include/{ => uk/plat/common}/sections.h (100%) rename plat/common/include/{ => uk/plat/common}/sw_ctx.h (100%) rename plat/common/include/{ => uk/plat/common}/tls.h (100%) rename plat/common/include/{ => uk/plat/common}/trace.h (100%) -- 2.17.1 _______________________________________________ Minios-devel mailing list Minios-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/minios-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |