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

[Minios-devel] [UNIKRAFT PATCH v2 0/6] Fix obstacles to start 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 obstacles which were introduced recently after appling
my timer/multi-thread patch series.

Without this, helloworld app on arm64 kvm can't be built sucessfully.

Tested on arm64 kvm, and made hellworlding starts up sucessfully.
Tested on X86 plat, passed the compilation.

Changes:
v2: address the comments from Julien
    change the patch 03
    add patch 04-06

Jia He (6):
  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 macro to avoid nested including header file
  arch/arm64: Implement bitops for arm64

 arch/arm/arm64/include/uk/asm/atomic.h | 55 ++++++++++++++++----------
 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, 176 insertions(+), 34 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®.