qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: "Michael S. Tsirkin" <mst@redhat.com>
To: Igor Mammedov <imammedo@redhat.com>
Cc: qemu-devel@nongnu.org, ehabkost@redhat.com
Subject: Re: [Qemu-devel] [PATCH] pc: acpi: remove AML for empty/not used GPE handlers
Date: Fri, 11 Mar 2016 15:44:54 +0200	[thread overview]
Message-ID: <20160311154419-mutt-send-email-mst@redhat.com> (raw)
In-Reply-To: <1457013395-269412-1-git-send-email-imammedo@redhat.com>

On Thu, Mar 03, 2016 at 02:56:35PM +0100, Igor Mammedov wrote:
> ACPI spec requires GPE handlers only for GPE events
> that hardware implements.
> So remove AML for not supported by QEMU device model
> events.
> 
> Signed-off-by: Igor Mammedov <imammedo@redhat.com>

Looks valid but is guest visible.
Repost after the release pls.

> ---
>  hw/i386/acpi-build.c | 17 -----------------
>  1 file changed, 17 deletions(-)
> 
> diff --git a/hw/i386/acpi-build.c b/hw/i386/acpi-build.c
> index 453d61c..713083d 100644
> --- a/hw/i386/acpi-build.c
> +++ b/hw/i386/acpi-build.c
> @@ -2009,8 +2009,6 @@ build_dsdt(GArray *table_data, GArray *linker,
>      {
>          aml_append(scope, aml_name_decl("_HID", aml_string("ACPI0006")));
>  
> -        aml_append(scope, aml_method("_L00", 0, AML_NOTSERIALIZED));
> -
>          if (misc->is_piix4) {
>              method = aml_method("_E01", 0, AML_NOTSERIALIZED);
>              aml_append(method,
> @@ -2018,8 +2016,6 @@ build_dsdt(GArray *table_data, GArray *linker,
>              aml_append(method, aml_call0("\\_SB.PCI0.PCNT"));
>              aml_append(method, aml_release(aml_name("\\_SB.PCI0.BLCK")));
>              aml_append(scope, method);
> -        } else {
> -            aml_append(scope, aml_method("_L01", 0, AML_NOTSERIALIZED));
>          }
>  
>          method = aml_method("_E02", 0, AML_NOTSERIALIZED);
> @@ -2029,19 +2025,6 @@ build_dsdt(GArray *table_data, GArray *linker,
>          method = aml_method("_E03", 0, AML_NOTSERIALIZED);
>          aml_append(method, aml_call0(MEMORY_HOTPLUG_HANDLER_PATH));
>          aml_append(scope, method);
> -
> -        aml_append(scope, aml_method("_L04", 0, AML_NOTSERIALIZED));
> -        aml_append(scope, aml_method("_L05", 0, AML_NOTSERIALIZED));
> -        aml_append(scope, aml_method("_L06", 0, AML_NOTSERIALIZED));
> -        aml_append(scope, aml_method("_L07", 0, AML_NOTSERIALIZED));
> -        aml_append(scope, aml_method("_L08", 0, AML_NOTSERIALIZED));
> -        aml_append(scope, aml_method("_L09", 0, AML_NOTSERIALIZED));
> -        aml_append(scope, aml_method("_L0A", 0, AML_NOTSERIALIZED));
> -        aml_append(scope, aml_method("_L0B", 0, AML_NOTSERIALIZED));
> -        aml_append(scope, aml_method("_L0C", 0, AML_NOTSERIALIZED));
> -        aml_append(scope, aml_method("_L0D", 0, AML_NOTSERIALIZED));
> -        aml_append(scope, aml_method("_L0E", 0, AML_NOTSERIALIZED));
> -        aml_append(scope, aml_method("_L0F", 0, AML_NOTSERIALIZED));
>      }
>      aml_append(dsdt, scope);
>  
> -- 
> 1.8.3.1

      reply	other threads:[~2016-03-11 13:45 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-03-03 13:56 [Qemu-devel] [PATCH] pc: acpi: remove AML for empty/not used GPE handlers Igor Mammedov
2016-03-11 13:44 ` Michael S. Tsirkin [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20160311154419-mutt-send-email-mst@redhat.com \
    --to=mst@redhat.com \
    --cc=ehabkost@redhat.com \
    --cc=imammedo@redhat.com \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).