diff options
| author | Peter Maydell <peter.maydell@linaro.org> | 2020-09-29 13:18:54 +0100 |
|---|---|---|
| committer | Peter Maydell <peter.maydell@linaro.org> | 2020-09-29 13:18:54 +0100 |
| commit | b150cb8f67bf491a49a1cb1c7da151eeacbdbcc9 (patch) | |
| tree | 0cee7cdb374d62a5716e841c60d3e377a535cada /tests/data/acpi/q35/MCFG.cphp.dsl | |
| parent | 5663ac2aa0eafb40411ac4dff85e6ab529c4d199 (diff) | |
| parent | f142e4ede72853aaa7d306bc79b099caed45769b (diff) | |
| download | focaccia-qemu-b150cb8f67bf491a49a1cb1c7da151eeacbdbcc9.tar.gz focaccia-qemu-b150cb8f67bf491a49a1cb1c7da151eeacbdbcc9.zip | |
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
acpi: fixup My last pull included a ton of useless files by mistake. Drop them all. Signed-off-by: Michael S. Tsirkin <mst@redhat.com> # gpg: Signature made Tue 29 Sep 2020 12:12:20 BST # gpg: using RSA key 5D09FD0871C8F85B94CA8A0D281F0DB8D28D5469 # gpg: issuer "mst@redhat.com" # gpg: Good signature from "Michael S. Tsirkin <mst@kernel.org>" [full] # gpg: aka "Michael S. Tsirkin <mst@redhat.com>" [full] # Primary key fingerprint: 0270 606B 6F3C DF3D 0B17 0970 C350 3912 AFBE 8E67 # Subkey fingerprint: 5D09 FD08 71C8 F85B 94CA 8A0D 281F 0DB8 D28D 5469 * remotes/mst/tags/for_upstream: tests/acpi: drop unnecessary files Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'tests/data/acpi/q35/MCFG.cphp.dsl')
| -rw-r--r-- | tests/data/acpi/q35/MCFG.cphp.dsl | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/tests/data/acpi/q35/MCFG.cphp.dsl b/tests/data/acpi/q35/MCFG.cphp.dsl deleted file mode 100644 index 7ffd7f30db..0000000000 --- a/tests/data/acpi/q35/MCFG.cphp.dsl +++ /dev/null @@ -1,36 +0,0 @@ -/* - * Intel ACPI Component Architecture - * AML/ASL+ Disassembler version 20190509 (64-bit version) - * Copyright (c) 2000 - 2019 Intel Corporation - * - * Disassembly of tests/data/acpi/q35/MCFG.cphp, Tue Aug 4 11:14:15 2020 - * - * ACPI Data Table [MCFG] - * - * Format: [HexOffset DecimalOffset ByteLength] FieldName : FieldValue - */ - -[000h 0000 4] Signature : "MCFG" [Memory Mapped Configuration table] -[004h 0004 4] Table Length : 0000003C -[008h 0008 1] Revision : 01 -[009h 0009 1] Checksum : EF -[00Ah 0010 6] Oem ID : "BOCHS " -[010h 0016 8] Oem Table ID : "BXPCMCFG" -[018h 0024 4] Oem Revision : 00000001 -[01Ch 0028 4] Asl Compiler ID : "BXPC" -[020h 0032 4] Asl Compiler Revision : 00000001 - -[024h 0036 8] Reserved : 0000000000000000 - -[02Ch 0044 8] Base Address : 00000000B0000000 -[034h 0052 2] Segment Group Number : 0000 -[036h 0054 1] Start Bus Number : 00 -[037h 0055 1] End Bus Number : FF -[038h 0056 4] Reserved : 00000000 - -Raw Table Data: Length 60 (0x3C) - - 0000: 4D 43 46 47 3C 00 00 00 01 EF 42 4F 43 48 53 20 // MCFG<.....BOCHS - 0010: 42 58 50 43 4D 43 46 47 01 00 00 00 42 58 50 43 // BXPCMCFG....BXPC - 0020: 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 B0 // ................ - 0030: 00 00 00 00 00 00 00 FF 00 00 00 00 // ............ |