aboutsummaryrefslogtreecommitdiffstats
path: root/xen/common/core_parking.c
Commit message (Collapse)AuthorAgeFilesLines
* Xen core parking 2: core parking implementationLiu, Jinsong2012-03-231-1/+228
| | | | | | | | | | | This patch implement Xen core parking. Different core parking sequence has different power/performance result, due to cpu socket/core/thread topology. This patch provide power-first and performance-first policies, users can choose core parking policy by their own demand. Signed-off-by: Liu, Jinsong <jinsong.liu@intel.com> Committed-by: Keir Fraser <keir@xen.org>
* Xen core parking 1: hypercallLiu, Jinsong2012-03-231-0/+13
This patch implement hypercall through which dom0 send core parking request, and get core parking result. Due to the characteristic of continue_hypercall_on_cpu, dom0 seperately send/get core parking request/result. Signed-off-by: Liu, Jinsong <jinsong.liu@intel.com> Committed-by: Keir Fraser <keir@xen.org>