qemu-arm
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v4 08/21] microvm/acpi: add minimal acpi support


From: Gerd Hoffmann
Subject: Re: [PATCH v4 08/21] microvm/acpi: add minimal acpi support
Date: Fri, 3 Jul 2020 21:25:10 +0200

On Fri, Jul 03, 2020 at 09:09:43AM -0400, Michael S. Tsirkin wrote:
> On Thu, Jul 02, 2020 at 10:48:46PM +0200, Gerd Hoffmann wrote:
> > +    /* copy AML table into ACPI tables blob and patch header there */
> > +    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, 5, NULL, NULL);
> 
> Why 5? Just curious ...

IIRC because the hw reduced hardware profile needs acpi 5+ ...

take care,
  Gerd




reply via email to

[Prev in Thread] Current Thread [Next in Thread]