[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Minios-devel] [UNIKRAFT PATCH v3 0/7] Fix issues when starting helloworld on arm64 kvm plat
This patch set might not depend on my previous timer/multi-thread patch series except for the changes in Makefile.uk. It resolves several issues which were introduced recently. Some issues were exposed after applying my timer/multi-thread patch series. Without this, helloworld app on arm64 kvm can't be built successfully. Tested on arm64 kvm, and made hellworlding starts up successfully. Tested on X86 plat, passed the compilation. Changes: v3: add patch 07 refine the commit msg v2: address the comments from Julien change the patch 03 add patch 04-06 Jia He (7): plat: Implement tls stub for arm64 plat/common: Implement a few extra registers stub helpers on arm64 plat/kvm: Implement stub of ukplat_stack_set_current_thread for arm64 plat/kvm/arm: Eliminate unused parameter warning of intctrl_ack_irq() plat/common: Add header guards to avoid including header file for multiple times arch/arm64: Implement bitops for arm64 arch/arm64: Reimplement ukarch_ffsl with gcc builtin arch/arm/arm64/include/uk/asm/atomic.h | 57 ++++++++++++++++---------- plat/common/include/arm/arm64/cpu.h | 33 +++++++++++++++ plat/common/include/arm/arm64/tls.h | 37 +++++++++++++++++ plat/common/include/tls.h | 2 + plat/common/include/x86/cpu.h | 24 +++++++++++ plat/common/sw_ctx.c | 16 ++------ plat/kvm/Makefile.uk | 1 + plat/kvm/arm/intctrl.c | 3 +- plat/kvm/arm/memory.c | 39 ++++++++++++++++++ 9 files changed, 177 insertions(+), 35 deletions(-) create mode 100644 plat/common/include/arm/arm64/tls.h create mode 100644 plat/kvm/arm/memory.c -- 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 |