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

2013-07-27 Thread Rafael J. Wysocki
On Monday, July 22, 2013 08:44:08 AM Ben Guthro wrote: > On Mon, Jul 8, 2013 at 9:08 AM, Ben Guthro wrote: > > > > > > On 07/08/2013 09:10 AM, Rafael J. Wysocki wrote: > >> On Sunday, July 07, 2013 08:13:15 PM Ben Guthro wrote: > >>> On Mon, Jul 1, 2013 at 7:48 AM, Ben Guthro > >>> wrote: >

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

2013-07-22 Thread Rafael J. Wysocki
On Monday, July 22, 2013 08:44:08 AM Ben Guthro wrote: > On Mon, Jul 8, 2013 at 9:08 AM, Ben Guthro wrote: > > > > > > On 07/08/2013 09:10 AM, Rafael J. Wysocki wrote: > >> On Sunday, July 07, 2013 08:13:15 PM Ben Guthro wrote: > >>> On Mon, Jul 1, 2013 at 7:48 AM, Ben Guthro > >>> wrote: >

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

2013-07-22 Thread Ben Guthro
On Mon, Jul 8, 2013 at 9:08 AM, Ben Guthro wrote: > > > On 07/08/2013 09:10 AM, Rafael J. Wysocki wrote: >> On Sunday, July 07, 2013 08:13:15 PM Ben Guthro wrote: >>> On Mon, Jul 1, 2013 at 7:48 AM, Ben Guthro >>> wrote: In version 3.4 acpi_os_prepare_sleep() got introduced in parallel with

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

2013-07-08 Thread Ben Guthro
On 07/08/2013 09:10 AM, Rafael J. Wysocki wrote: > On Sunday, July 07, 2013 08:13:15 PM Ben Guthro wrote: >> On Mon, Jul 1, 2013 at 7:48 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 di

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

2013-07-08 Thread Rafael J. Wysocki
On Sunday, July 07, 2013 08:13:15 PM Ben Guthro wrote: > On Mon, Jul 1, 2013 at 7:48 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 h

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

2013-07-07 Thread Ben Guthro
On Mon, Jul 1, 2013 at 7:48 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 boolean

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

2013-07-01 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