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

[Minios-devel] [UNIKRAFT PATCH 0/2] arch: Reorganize arch folder to reflect the CPU family schema



This patch series is the individual update of [3/43] of series
"Add arm64/kvm support for Unikraft"[1].

After discussing with Simon, because some accepted patches
are pending on this patch. We prefer to send a individual
update for this patch.

https://lists.xenproject.org/archives/html/minios-devel/2018-07/msg00014.html

Wei Chen (2):
  arch/arm: Remove redundant space characters and blank line
  arch: Reorganize arch folder to reflect the CPU family schema

 Makefile                            | 12 ++++++------
 arch/Config.uk                      |  4 ++--
 arch/arm/Compiler.uk                |  7 ++-----
 arch/arm/Makefile.uk                | 23 ++++-------------------
 arch/arm/arm/Compiler.uk            |  6 ++++++
 arch/arm/{ => arm}/Config.uk        |  0
 arch/arm/arm/Makefile.uk            | 19 +++++++++++++++++++
 arch/arm/{ => arm}/divsi3.S         | 17 ++++++++---------
 arch/arm/{ => arm}/ldivmod.S        |  2 +-
 arch/arm/{ => arm}/ldivmod_helper.c |  0
 arch/arm/{ => arm}/qdivrem.c        |  0
 arch/x86/Compiler.uk                |  4 ++++
 arch/x86/Makefile.uk                |  4 ++++
 arch/{ => x86}/x86_64/Compiler.uk   |  0
 arch/{ => x86}/x86_64/Config.uk     |  0
 arch/{ => x86}/x86_64/Makefile.uk   |  0
 16 files changed, 56 insertions(+), 42 deletions(-)
 create mode 100644 arch/arm/arm/Compiler.uk
 rename arch/arm/{ => arm}/Config.uk (100%)
 create mode 100644 arch/arm/arm/Makefile.uk
 rename arch/arm/{ => arm}/divsi3.S (97%)
 rename arch/arm/{ => arm}/ldivmod.S (99%)
 rename arch/arm/{ => arm}/ldivmod_helper.c (100%)
 rename arch/arm/{ => arm}/qdivrem.c (100%)
 create mode 100644 arch/x86/Compiler.uk
 create mode 100644 arch/x86/Makefile.uk
 rename arch/{ => x86}/x86_64/Compiler.uk (100%)
 rename arch/{ => x86}/x86_64/Config.uk (100%)
 rename arch/{ => x86}/x86_64/Makefile.uk (100%)

-- 
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®.