|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH v2 6/6] xen/arm: update the docs about heterogeneous computing
Hi Stefano, On 19/02/18 21:58, Stefano Stabellini wrote: diff --git a/docs/misc/xen-command-line.markdown b/docs/misc/xen-command-line.markdown index 2184cb9..8997904 100644 --- a/docs/misc/xen-command-line.markdown +++ b/docs/misc/xen-command-line.markdown @@ -1007,7 +1007,12 @@ Control Xens use of the APEI Hardware Error Source Table, should one be found.Say yes at your own risk if you want to enable heterogenous computing(such as big.LITTLE). This may result to an unstable and insecure -platform. When the option is disabled (default), CPUs that are not +platform, unless you manually specify the cpu affinity of all domains so +that all vcpus are scheduled on the same class of pcpus (big or LITTLE +but not both). vcpu migration between big cores and LITTLE cores is not +supported. See docs/misc/arm/big.LITTLE.txt for more information. + +When the hmp-unsafe option is disabled (default), CPUs that are not identical to the boot CPU will be parked and not used by Xen.### hpetbroadcastdiff --git a/xen/arch/arm/smpboot.c b/xen/arch/arm/smpboot.c index 122c0b5..d04b7c7 100644 --- a/xen/arch/arm/smpboot.c +++ b/xen/arch/arm/smpboot.c @@ -266,7 +266,7 @@ void __init smp_init_cpus(void)if ( opt_hmp_unsafe ) The warning message will not be print nicely on serial. Please make sure it is split at 72 characters. }int __init Same here. Cheers, -- Julien Grall _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/xen-devel
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |