Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:15.2:Rings:1-MinimalX
xen
hibernate.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File hibernate.patch of Package xen
Index: xen-4.8.0-testing/tools/libacpi/ssdt_s3.asl =================================================================== --- xen-4.8.0-testing.orig/tools/libacpi/ssdt_s3.asl +++ xen-4.8.0-testing/tools/libacpi/ssdt_s3.asl @@ -16,13 +16,9 @@ DefinitionBlock ("SSDT_S3.aml", "SSDT", 2, "Xen", "HVM", 0) { - /* Must match piix emulation */ - Name (\_S3, Package (0x04) - { - 0x01, /* PM1a_CNT.SLP_TYP */ - 0x01, /* PM1b_CNT.SLP_TYP */ - 0x0, /* reserved */ - 0x0 /* reserved */ - }) + /* + * Turn off support for s3 sleep state to deal with SVVP tests. + * This is what MSFT does on HyperV. + */ } Index: xen-4.8.0-testing/tools/libacpi/ssdt_s4.asl =================================================================== --- xen-4.8.0-testing.orig/tools/libacpi/ssdt_s4.asl +++ xen-4.8.0-testing/tools/libacpi/ssdt_s4.asl @@ -16,13 +16,9 @@ DefinitionBlock ("SSDT_S4.aml", "SSDT", 2, "Xen", "HVM", 0) { - /* Must match piix emulation */ - Name (\_S4, Package (0x04) - { - 0x00, /* PM1a_CNT.SLP_TYP */ - 0x00, /* PM1b_CNT.SLP_TYP */ - 0x00, /* reserved */ - 0x00 /* reserved */ - }) + /* + * Turn off support for s4 sleep state to deal with SVVP tests. + * This is what MSFT does on HyperV. + */ }
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor