Re: [PATCH v4 0/5] Xen/ACPI: support sleep state entering on hardware reduced systems

2013-07-27 Thread Rafael J. Wysocki
On Saturday, July 27, 2013 03:33:31 PM Ben Guthro wrote: > > On Jul 27, 2013, at 9:51 AM, "Rafael J. Wysocki" wrote: > > > On Thursday, June 27, 2013 11:01:58 AM Ben Guthro wrote: > >> In version 3.4 acpi_os_prepare_sleep() got introduced in parallel with > >> reduced hardware sleep support, and

Re: [PATCH v4 0/5] Xen/ACPI: support sleep state entering on hardware reduced systems

2013-07-27 Thread Ben Guthro
On Jul 27, 2013, at 9:51 AM, "Rafael J. Wysocki" wrote: > On Thursday, June 27, 2013 11:01:58 AM Ben Guthro wrote: >> In version 3.4 acpi_os_prepare_sleep() got introduced in parallel with >> reduced hardware sleep support, and the two changes didn't get >> synchronized: The new code doesn't ca

Re: [PATCH v4 0/5] Xen/ACPI: support sleep state entering on hardware reduced systems

2013-07-27 Thread Rafael J. Wysocki
On Thursday, June 27, 2013 11:01:58 AM Ben Guthro wrote: > In version 3.4 acpi_os_prepare_sleep() got introduced in parallel with > reduced hardware sleep support, and the two changes didn't get > synchronized: The new code doesn't call the hook function (if so > requested). Fix this, requiring a b

[PATCH v4 0/5] Xen/ACPI: support sleep state entering on hardware reduced systems

2013-06-27 Thread Ben Guthro
In version 3.4 acpi_os_prepare_sleep() got introduced in parallel with reduced hardware sleep support, and the two changes didn't get synchronized: The new code doesn't call the hook function (if so requested). Fix this, requiring a boolean parameter to be added to the hook function to distinguish