qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Igor Mammedov <imammedo@redhat.com>
To: "Jason A. Donenfeld" <Jason@zx2c4.com>
Cc: mst@redhat.com, qemu-devel@nongnu.org, kraxel@redhat.com
Subject: Re: [PATCH] hw/acpi: specify 64-bit acpi table
Date: Tue, 16 Jun 2020 10:16:27 +0200	[thread overview]
Message-ID: <20200616101627.74dd1542@redhat.com> (raw)
In-Reply-To: <20200616003654.1058035-1-Jason@zx2c4.com>

On Mon, 15 Jun 2020 18:36:54 -0600
"Jason A. Donenfeld" <Jason@zx2c4.com> wrote:

> SSDTs cannot address 64-bit physical addresses in 32-bit tables, so we
please clarify what accesses waht within tables (i.e. be more concrete).

> increment the revision to '2' so that these larger addresses are
> addressable. This matters because the DSDT revision represents the
> maximum capability of all other SSDTs. This is also what arm does.
it was keept at 1 for compat reasons with WindowsXP.
by now it is long time EOL, so it might be fine to bump version,
but it would be nice to know if this change breaks XP or not?

> 
> Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
> ---
>  hw/i386/acpi-build.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/hw/i386/acpi-build.c b/hw/i386/acpi-build.c
> index 900f786d08..51420d90a8 100644
> --- a/hw/i386/acpi-build.c
> +++ b/hw/i386/acpi-build.c
> @@ -2073,7 +2073,7 @@ build_dsdt(GArray *table_data, BIOSLinker *linker,
>      g_array_append_vals(table_data, dsdt->buf->data, dsdt->buf->len);
>      build_header(linker, table_data,
>          (void *)(table_data->data + table_data->len - dsdt->buf->len),
> -        "DSDT", dsdt->buf->len, 1, NULL, NULL);
> +        "DSDT", dsdt->buf->len, 2, NULL, NULL);
>      free_aml_allocator();
>  }
>  



  parent reply	other threads:[~2020-06-16  8:17 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-16  0:36 [PATCH] hw/acpi: specify 64-bit acpi table Jason A. Donenfeld
2020-06-16  0:59 ` no-reply
2020-06-16  1:25 ` no-reply
2020-06-16  8:16 ` Igor Mammedov [this message]
2020-06-16 18:50   ` Jason A. Donenfeld
2020-06-16 19:20   ` Jason A. Donenfeld
2020-06-22 12:18     ` Igor Mammedov

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=20200616101627.74dd1542@redhat.com \
    --to=imammedo@redhat.com \
    --cc=Jason@zx2c4.com \
    --cc=kraxel@redhat.com \
    --cc=mst@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).