qemu-devel
[Top][All Lists]
Advanced

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

Re: [PULL 30/73] tests: acpi: update expected blobs


From: Philippe Mathieu-Daudé
Subject: Re: [PULL 30/73] tests: acpi: update expected blobs
Date: Mon, 13 Mar 2023 11:57:52 +0100
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0) Gecko/20100101 Thunderbird/102.8.0

On 8/3/23 02:12, Michael S. Tsirkin wrote:
From: Igor Mammedov <imammedo@redhat.com>

expected changes:
Basically adds devices present on root bus in form:
   Device (SXX)
   {
      Name (_ADR, 0xYYYYYYYY)  // _ADR: Address
   }

On top of that For q35.noacpihp, all ACPI PCI hotplug
AML is removed and _OSC get native hotplug enabled:

                        CreateDWordField (Arg3, 0x04, CDW2)
                        CreateDWordField (Arg3, 0x08, CDW3)
                        Local0 = CDW3 /* \_SB_.PCI0._OSC.CDW3 */
   -                    Local0 &= 0x1E
   +                    Local0 &= 0x1F
                        If ((Arg1 != One))
                        {
                            CDW1 |= 0x08
Signed-off-by: Igor Mammedov <imammedo@redhat.com>
Message-Id: <20230302161543.286002-5-imammedo@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>

Better safe than sorry! :P

---
  tests/qtest/bios-tables-test-allowed-diff.h |   2 --
  tests/data/acpi/pc/DSDT.hpbrroot            | Bin 3081 -> 3115 bytes
  tests/data/acpi/q35/DSDT.noacpihp           | Bin 8252 -> 7932 bytes
  3 files changed, 2 deletions(-)




reply via email to

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