Skip to content
Snippets Groups Projects
Select Git revision
  • esp32_c3_bringup default
  • master
2 results

tests

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Michael S. Tsirkin authored
    Switching to SMBIOS3.0 by default shifts some addresses, so we get this
    change in tests/data/acpi/q35/SSDT.dimmpxm :
    
    @@ -389,6 +389,6 @@
             }
         }
    
    -    Name (MEMA, 0x07FFE000)
    +    Name (MEMA, 0x07FFF000)
     }
    
    update the expected file to match.
    
    Signed-off-by: default avatarMichael S. Tsirkin <mst@redhat.com>
    c85cad81
    History
    Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    Name Last commit Last update
    ..