Re: [Xen-devel] [PATCH 04/10] acpi: Power and Sleep ACPI buttons are not emulated

2016-11-07 Thread annie li
On 11/7/2016 10:38 AM, Konrad Rzeszutek Wilk wrote: On Sun, Nov 06, 2016 at 04:42:37PM -0500, Boris Ostrovsky wrote: .. for PVH guests. However, since emulating them for HVM guests also doesn't seem useful we can have FADT disable those buttons for both types of guests. Wait, we need S3 suspe

Re: [Xen-devel] [PATCH 04/10] acpi: Power and Sleep ACPI buttons are not emulated

2016-11-07 Thread Boris Ostrovsky
On 11/07/2016 10:38 AM, Konrad Rzeszutek Wilk wrote: > On Sun, Nov 06, 2016 at 04:42:37PM -0500, Boris Ostrovsky wrote: >> .. for PVH guests. However, since emulating them for HVM guests >> also doesn't seem useful we can have FADT disable those buttons >> for both types of guests. > Wait, we need

Re: [Xen-devel] [PATCH 04/10] acpi: Power and Sleep ACPI buttons are not emulated

2016-11-07 Thread Konrad Rzeszutek Wilk
On Sun, Nov 06, 2016 at 04:42:37PM -0500, Boris Ostrovsky wrote: > .. for PVH guests. However, since emulating them for HVM guests > also doesn't seem useful we can have FADT disable those buttons > for both types of guests. Wait, we need S3 suspend for HVM guests (think Windows without PV drivers

[Xen-devel] [PATCH 04/10] acpi: Power and Sleep ACPI buttons are not emulated

2016-11-06 Thread Boris Ostrovsky
.. for PVH guests. However, since emulating them for HVM guests also doesn't seem useful we can have FADT disable those buttons for both types of guests. Signed-off-by: Boris Ostrovsky --- tools/libacpi/static_tables.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/l