Hi all,

This series changes the initialization of two virtual registers to make
sure they match the value of the underlying physical cpu.

It also disables cpus different from the boot cpu, unless a newly
introduced command line option is specified. In that case, it explains
how to setup the system to avoid corruptions, which involves manually
specifying the cpu affinity of all domains, because the scheduler still
lacks big.LITTLE support.

Cheers,

Stefano


Julien Grall (1):
      xen/arm: Park CPUs with a MIDR different from the boot CPU.

Stefano Stabellini (5):
      xen/arm: make processor a per cpu variable
      xen/arm: read ACTLR on the pcpu where the vcpu will run
      xen/arm: make vpidr per vcpu
      xen/arm: read cacheline size when needed
      xen/arm: update the docs about heterogeneous computing

 docs/misc/arm/big.LITTLE.txt        | 46 +++++++++++++++++++++++++++++++++++++
 docs/misc/xen-command-line.markdown | 15 ++++++++++++
 xen/arch/arm/arm32/head.S           |  9 ++++++--
 xen/arch/arm/arm64/head.S           | 10 ++++++--
 xen/arch/arm/domain.c               | 13 ++++-------
 xen/arch/arm/processor.c            |  8 +++----
 xen/arch/arm/setup.c                | 17 --------------
 xen/arch/arm/smpboot.c              | 29 +++++++++++++++++++++++
 xen/arch/arm/vcpreg.c               |  4 ++--
 xen/include/asm-arm/domain.h        |  6 ++---
 xen/include/asm-arm/page.h          | 17 ++++++++++++--
 11 files changed, 134 insertions(+), 40 deletions(-)
 create mode 100644 docs/misc/arm/big.LITTLE.txt

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

Reply via email to