[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Minios-devel] [UNIKRAFT PATCH 0/3] Fix obstacles to start helloworld on arm64 kvm plat
This patch set might not depends on my previous timer/multi-thread patch series. It resolve several obstacles which were introduce recently. Without this, helloworld app on arm64 kvm can't be built/run. Jia He (3): plat: Implement tls stub for arm64 plat/common: Implement a few extra registers stub helpers on arm64 plat/kvm: Fix overwriting on stack for arm64 plat/common/include/arm/arm64/cpu.h | 25 +++++++++++++++++++ plat/common/include/arm64/tls.h | 37 +++++++++++++++++++++++++++++ plat/common/include/tls.h | 2 ++ plat/common/include/x86/cpu.h | 10 ++++++++ plat/common/sw_ctx.c | 10 ++++---- plat/kvm/memory.c | 3 ++- 6 files changed, 81 insertions(+), 6 deletions(-) create mode 100644 plat/common/include/arm64/tls.h -- 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 |