On 05/21/2018 03:28 PM, Andrew Cooper wrote:
> On 21/05/18 15:16, George Dunlap wrote:
>> Most server-class hardware doesn't support ACPI S3 suspend; but most
>> bugs we'll run across won't need actual S3 to trigger.  Add a
>> command-line parameter for a "fake" S3, which will do everything
>> during suspend/restore except actually calling into the ACPI S3
>> handler.
>>
>> Signed-off-by: Ben Guthro <benjamin.gut...@citrix.com>
>> Signed-off-by: George Dunlap <george.dun...@citrix.com>
>> ---
>> This was originally posted in 2013, but never actually checked in.
>>
>> I've removed an extraneous line, and changed the underscore in the
>> option into a dash (as Jan seems to prefer).
>>
>> Compile-tested only.
>>
>> If we want osstest to be able to test this functionality it should
>> probably be backported.
>>
>> CC: Ian Jackson <ian.jack...@citrix.com>
>> CC: Dario Faggioli <dfaggi...@suse.com>
>> CC: Andrew Cooper <andrew.coop...@citrix.com>
>> CC: Jan Beulich <jbeul...@suse.com>
>> CC: Marek Marczykowski-Górecki <marma...@invisiblethingslab.com>
> 
> bool_t => bool, drop the redundant initialiser, and you need to patch
> xen-command-line.markdown.

Hmm, actually -- would it make more sense to add this as an option to
acpi_sleep?  e.g., "acpi_sleep=s3_fake"?  (Along with s3_bios and s3_mode?)

 -George

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

Reply via email to