[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH v2 0/4] Support controlling the max C-state sub-state
As discussed previously on the list, here is a patch series to allow controlling the maximum C-state sub-state. It doesn't fix the output of xenpm to correctly show the C-states sub-states (that can be for later). Changes since v1: - Use a single boot parameter to control max_cstate and max_csubstate. - Use max_csubstate rather than max_substate global variable, it is less generic. - Reuse sysctl sub-ops rather than adding new ones. - Limit the sub-state in the ACPI cpu_idle driver. - Use unsigned rather than signed in places - Update docs. - Formatting changes. Ross Lagerwall (4): x86/mwait_idle: Fix trace output x86: Allow limiting the max C-state sub-state tools/libxc: Alow controlling the max C-state sub-state xenpm: Allow controlling the max C-state sub-state docs/misc/xen-command-line.markdown | 8 +++++++- tools/libxc/xc_pm.c | 28 ++++++++++++++++++++++++---- tools/libxc/xenctrl.h | 3 +++ tools/misc/xenpm.c | 34 +++++++++++++++++++++++++++++++++- xen/arch/x86/acpi/cpu_idle.c | 20 +++++++++++++++++--- xen/arch/x86/cpu/mwait-idle.c | 8 +++++--- xen/drivers/acpi/pmstat.c | 8 ++++++-- xen/include/xen/acpi.h | 29 +++++++++++++++++++++++++---- 8 files changed, 120 insertions(+), 18 deletions(-) -- 1.9.3 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |