[Pkg-xen-devel] [PATCH 17/19] debian/xen.init: Load xen_acpi_processor on boot

Hans van Kranenburg hans at knorrie.org
Fri Dec 4 23:04:36 GMT 2020


On 9/14/20 6:23 AM, Elliott Mitchell wrote:
> This allows more control of processor state, potentially resulting in
> reduced power usage.  Alternatively simply more information on processor
> use.
> 
> Signed-off-by: Elliott Mitchell <ehem+debian at m5p.com>

There was an earlier email in where you explained a bit more about what
you saw happening when doing this, like, reduced cpu usage. Thanks for
spotting the missing module being loaded.

Acked-by: Hans van Kranenburg <hans at knorrie.org>

Added to knorrie/sid, thanks.
Hans

> ---
>  debian/xen-utils-common.xen.init | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/debian/xen-utils-common.xen.init b/debian/xen-utils-common.xen.init
> index 1a64d6767e..8dac05f9de 100644
> --- a/debian/xen-utils-common.xen.init
> +++ b/debian/xen-utils-common.xen.init
> @@ -67,6 +67,7 @@ modules_setup()
>  	modprobe xenfs 2>/dev/null
>  	modprobe xen-evtchn 2>/dev/null
>  	modprobe xen-gntdev 2>/dev/null
> +	modprobe xen-acpi-processor 2>/dev/null
>  }
>  
>  xenfs_setup()
> 




More information about the Pkg-xen-devel mailing list