From: Juergen Gross Date: Wed, 11 Dec 2019 08:45:49 +0000 (+0100) Subject: SUPPORT.md: add core scheduling X-Git-Tag: archive/raspbian/4.14.0+80-gd101b417b7-1+rpi1^2~63^2~1069 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=95de323451c82da3f1e5341b0ee475cb3a2dfaa8;p=xen.git SUPPORT.md: add core scheduling Add core scheduling feature to SUPPORT.md. Signed-off-by: Juergen Gross Acked-by: Jan Beulich --- diff --git a/SUPPORT.md b/SUPPORT.md index 1cad7d6164..169b6f8fcf 100644 --- a/SUPPORT.md +++ b/SUPPORT.md @@ -255,6 +255,14 @@ of using different schedulers and scheduling properties. Status: Supported +### Core Scheduling + +Allows to group virtual cpus into virtual cores which are scheduled on the +physical cores. This results in never running different guests at the same +time on the same physical core. + + Status, x86: Experimental + ### Credit Scheduler A weighted proportional fair share virtual CPU scheduler.