[tboot-devel] [PATCH v8 2/3] x86/tboot: Fail extended mode reduced hardware sleep

2013-07-30 Thread Ben Guthro
Register for the extended sleep callback from acpi. As tboot currently does not support the reduced hardware sleep interface, fail this extended call. Signed-off-by: Jan Beulich Signed-off-by: Ben Guthro Cc: tboot-devel@lists.sourceforge.net Cc: Gang Wei Reviewed-by: Konrad Rzeszutek Wilk ---

Re: [tboot-devel] [PATCH v8 2/3] x86/tboot: Fail extended mode reduced hardware sleep

2013-07-30 Thread Rafael J. Wysocki
On Tuesday, July 30, 2013 08:24:53 AM Ben Guthro wrote: > Register for the extended sleep callback from acpi. > As tboot currently does not support the reduced hardware sleep > interface, fail this extended call. > > Signed-off-by: Jan Beulich > Signed-off-by: Ben Guthro > Cc: tboot-devel@lists.

[tboot-devel] [PATCH v8.1] x86/tboot: Fail extended mode reduced hardware sleep

2013-07-30 Thread Ben Guthro
Register for the extended sleep callback from acpi. As tboot currently does not support the reduced hardware sleep interface, fail this extended call. Signed-off-by: Jan Beulich Signed-off-by: Ben Guthro Cc: tboot-devel@lists.sourceforge.net Cc: Gang Wei Reviewed-by: Konrad Rzeszutek Wilk ---

Re: [tboot-devel] [PATCH v8.1] x86/tboot: Fail extended mode reduced hardware sleep

2013-07-30 Thread Rafael J. Wysocki
On Tuesday, July 30, 2013 09:22:37 AM Ben Guthro wrote: > Register for the extended sleep callback from acpi. > As tboot currently does not support the reduced hardware sleep > interface, fail this extended call. > > Signed-off-by: Jan Beulich > Signed-off-by: Ben Guthro > Cc: tboot-devel@lists.

Re: [tboot-devel] [PATCH v8.1] x86/tboot: Fail extended mode reduced hardware sleep

2013-07-30 Thread Ben Guthro
On Tue, Jul 30, 2013 at 9:34 AM, Rafael J. Wysocki wrote: > On Tuesday, July 30, 2013 09:22:37 AM Ben Guthro wrote: > > Register for the extended sleep callback from acpi. > > As tboot currently does not support the reduced hardware sleep > > interface, fail this extended call. > > > > Signed-off