Re: [Xen-devel] [PATCH 06/10] acpi: PVH guests need _E02 method

2016-11-07 Thread Konrad Rzeszutek Wilk
On Mon, Nov 07, 2016 at 11:08:26AM -0500, Boris Ostrovsky wrote: > On 11/07/2016 10:45 AM, Konrad Rzeszutek Wilk wrote: > > On Sun, Nov 06, 2016 at 04:42:39PM -0500, Boris Ostrovsky wrote: > >> This is the method that will get invoked on an SCI. > >> > >> Signed-off-by: Boris Ostrovsky > > > > ..

Re: [Xen-devel] [PATCH 06/10] acpi: PVH guests need _E02 method

2016-11-07 Thread Boris Ostrovsky
On 11/07/2016 10:45 AM, Konrad Rzeszutek Wilk wrote: > On Sun, Nov 06, 2016 at 04:42:39PM -0500, Boris Ostrovsky wrote: >> This is the method that will get invoked on an SCI. >> >> Signed-off-by: Boris Ostrovsky > > .. thought I wonder - do you want to also make the writes to > _GPE.DPT1 and _GPE.

Re: [Xen-devel] [PATCH 06/10] acpi: PVH guests need _E02 method

2016-11-07 Thread Konrad Rzeszutek Wilk
On Sun, Nov 06, 2016 at 04:42:39PM -0500, Boris Ostrovsky wrote: > This is the method that will get invoked on an SCI. > > Signed-off-by: Boris Ostrovsky .. thought I wonder - do you want to also make the writes to _GPE.DPT1 and _GPE.DPT2 be optional? Looking at the mk_dsdt.c those are defined

[Xen-devel] [PATCH 06/10] acpi: PVH guests need _E02 method

2016-11-06 Thread Boris Ostrovsky
This is the method that will get invoked on an SCI. Signed-off-by: Boris Ostrovsky --- tools/libacpi/mk_dsdt.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/tools/libacpi/mk_dsdt.c b/tools/libacpi/mk_dsdt.c index 4ae68bc..407386a 100644 --- a/tools/libacpi/mk_dsd