]> xenbits.xensource.com Git - xen.git/commitdiff
SUPPORT.md: add core scheduling
authorJuergen Gross <jgross@suse.com>
Wed, 11 Dec 2019 08:45:49 +0000 (09:45 +0100)
committerWei Liu <wl@xen.org>
Wed, 11 Dec 2019 11:22:39 +0000 (11:22 +0000)
Add core scheduling feature to SUPPORT.md.

Signed-off-by: Juergen Gross <jgross@suse.com>
Acked-by: Jan Beulich <jbeulich@suse.com>
SUPPORT.md

index 1cad7d61641c3b86eb369980a3f0b9822012c2b0..169b6f8fcfb0b72f1943c8831b0a62ec27cd4c2b 100644 (file)
@@ -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.