summary refs log tree commit diff stats
path: root/plugins/core.c
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2023-10-09 17:32:12 +0200
committerGerd Hoffmann <kraxel@redhat.com>2023-10-10 11:11:37 +0200
commitc1774bdb11d01fad8c18633a5306c1721e719bac (patch)
treed2adaf4c803bbc3917bcd0025ffd5e32df89b520 /plugins/core.c
parent14f5a7bae4cb5ca45a03e16b5bb0c5d766fd51b7 (diff)
downloadfocaccia-qemu-c1774bdb11d01fad8c18633a5306c1721e719bac.tar.gz
focaccia-qemu-c1774bdb11d01fad8c18633a5306c1721e719bac.zip
tests/acpi: update expected data files
 DefinitionBlock ("", "DSDT", 1, "BOCHS ", "BXPC    ", 0x00000001)
 {
     Scope (\)
     {
         OperationRegion (DBG, SystemIO, 0x0402, One)
         Field (DBG, ByteAcc, NoLock, Preserve)
         {
             DBGB,   8
         }

             DWordMemory (ResourceProducer, PosDecode, MinFixed, MaxFixed, NonCacheable, ReadWrite,
                 0x00000000,         // Granularity
                 0x08000000,         // Range Minimum
                 0xAFFFFFFF,         // Range Maximum
                 0x00000000,         // Translation Offset
                 0xA8000000,         // Length
                 ,, , AddressRangeMemory, TypeStatic)
             DWordMemory (ResourceProducer, PosDecode, MinFixed, MaxFixed, NonCacheable, ReadWrite,
                 0x00000000,         // Granularity
                 0xC0000000,         // Range Minimum
                 0xFEBFFFFF,         // Range Maximum
                 0x00000000,         // Translation Offset
                 0x3EC00000,         // Length
                 ,, , AddressRangeMemory, TypeStatic)
             QWordMemory (ResourceProducer, PosDecode, MinFixed, MaxFixed, Cacheable, ReadWrite,
                 0x0000000000000000, // Granularity
-                0x0000000200000000, // Range Minimum
-                0x00000009FFFFFFFF, // Range Maximum
+                0x000000FF00000000, // Range Minimum
+                0x00000106FFFFFFFF, // Range Maximum
                 0x0000000000000000, // Translation Offset
                 0x0000000800000000, // Length
                 ,, , AddressRangeMemory, TypeStatic)
         })

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'plugins/core.c')
0 files changed, 0 insertions, 0 deletions