[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Minios-devel] [UNIKRAFT PATCHv2 0/5] Enable multi-thread for Arm64(series#5)
Hi alll
Just resend it for reviewing more easily because it's too long since the v1 was
sent.
Fix some checkpatch errors/warnings
Tested it within helloworld app.
---
Cheers,
Justin (Jia He)
On 2019/4/18 16:11, Jia He wrote:
As we have implemented interrupt and timer functions before, in this
series, we implement low-level code to enable the multi-thread support
on Arm64.
Changes:
v1->v2: no functional changes, rebase it to latest
Jia He (1):
build: Add Arm64 multi-thread support files to build system
Wei Chen (4):
lib/uksched: Ensure (%rsp + 8) 16-byte alignment for x86_64 only
arch/arm64: Define the size of callee-saved-registers for thread
switch
plat/common: Implement assembly helper for Arm64 thread context switch
plat/common: Correct irqs_disabled result for Arm64
arch/arm/arm64/include/uk/asm/lcpu.h | 24 ++++++
lib/uksched/thread.c | 2 +
plat/common/arm/thread_start64.S | 123 +++++++++++++++++++++++++++
plat/common/include/arm/arm64/irq.h | 2 +-
plat/kvm/Makefile.uk | 15 ++--
5 files changed, 160 insertions(+), 6 deletions(-)
create mode 100644 plat/common/arm/thread_start64.S
_______________________________________________
Minios-devel mailing list
Minios-devel@xxxxxxxxxxxxxxxxxxxx
https://lists.xenproject.org/mailman/listinfo/minios-devel
|