qemu-devel
[Top][All Lists]
Advanced

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

Re: [PULL 0/3] Firmware/seabios 20230912 patches


From: Gerd Hoffmann
Subject: Re: [PULL 0/3] Firmware/seabios 20230912 patches
Date: Mon, 18 Sep 2023 11:59:59 +0200

> Hi Gerd,
> I think either this pull request or your edk2 pull request causes the
> following CI failure:
> 
> >>> G_TEST_DBUS_DAEMON=/builds/qemu-project/qemu/tests/dbus-vmstate-daemon.sh 
> >>> QTEST_QEMU_BINARY=./qemu-system-aarch64 MALLOC_PERTURB_=199 
> >>> /builds/qemu-project/qemu/build/tests/qtest/bios-tables-test --tap -k
> ――――――――――――――――――――――――――――――――――――― ✀ ―――――――――――――――――――――――――――――――――――――

Address change in ACPI tables (edk2 PR):

     DefinitionBlock ("", "SSDT", 1, "BOCHS ", "NVDIMM", 0x00000001)
     {
         Scope (\_SB)
         {
             Device (NVDR)
             {
                 Name (_HID, "ACPI0012" /* NVDIMM Root Device */)  // _HID: 
Hardware ID
                 [ ... ]
             }
         }
    
    -    Name (MEMA, 0x43D10000)
    +    Name (MEMA, 0x43C90000)
     }

seabios PR is fine and passes "make check".

take care,
  Gerd




reply via email to

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