hvmloader: Add configuration options to selectively disable S3 and S4 ACPI power...
authorPaul Durrant <paul.durrant@citrix.com>
Fri, 18 Nov 2011 13:32:50 +0000 (13:32 +0000)
committerPaul Durrant <paul.durrant@citrix.com>
Fri, 18 Nov 2011 13:32:50 +0000 (13:32 +0000)
commit95ad9f65c972a3439ae6d11243373be16f71cb94
tree8771c5b7fcfde7bd8e824d9854308b3d7d92077b
parent93073357470ec76aa1e07672934719d5542b24ad
hvmloader: Add configuration options to selectively disable S3 and S4 ACPI power states.

Introduce acpi_s3 and acpi_s4 configuration options (default=1). The
S3 and S4 packages are moved into separate SSDTs and their inclusion
is controlled by the new configuration options.

Signed-off-by: Paul Durrant <paul.durrant@citrix.com>
Committed-by: Keir Fraser <keir@xen.org>
tools/firmware/hvmloader/acpi/Makefile
tools/firmware/hvmloader/acpi/build.c
tools/firmware/hvmloader/acpi/dsdt.asl
tools/firmware/hvmloader/acpi/ssdt_s3.asl [new file with mode: 0644]
tools/firmware/hvmloader/acpi/ssdt_s4.asl [new file with mode: 0644]
tools/libxl/libxl_create.c
tools/libxl/libxl_types.idl
tools/libxl/xl_cmdimpl.c