[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Minios-devel] [UNIKRAFT PATCH v5 0/7] Fix issues when starting helloworld on arm64 kvm plat



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 hellworld app start up successfully.
Tested on X86 plat, passed the compilation.

Changes:
v5: change copyright info in tls.h in PATCH 01 (Santiago)
    refine the comments in tls.h in PATCH 01 (Santiago)
v4: rebase patch 03 to staging branch instead of multithread series(#5)
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 ++++++++++++++++----------
 arch/arm/arm64/include/uk/asm/tls.h    |  2 +-
 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 ++++++++++++++++++
 10 files changed, 178 insertions(+), 36 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

 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.