diff options
author | Michael S. Tsirkin <mst@redhat.com> | 2020-09-29 07:07:45 -0400 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2020-09-29 07:10:37 -0400 |
commit | f142e4ede72853aaa7d306bc79b099caed45769b (patch) | |
tree | 326b5b572a507d906b9530687be8713f966aad29 /tests/data/acpi/q35/HPET.dsl | |
parent | 213057383c9f73a17cfe635b204d88e11f918df1 (diff) |
tests/acpi: drop unnecessary files
The last pull added a ton of useless files by mistake.
Drop them all.
Fixes: 0ed93f4c05896 ("update golden master DSDT binary table blobs for q35")
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'tests/data/acpi/q35/HPET.dsl')
-rw-r--r-- | tests/data/acpi/q35/HPET.dsl | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/tests/data/acpi/q35/HPET.dsl b/tests/data/acpi/q35/HPET.dsl deleted file mode 100644 index 42c40fd653..0000000000 --- a/tests/data/acpi/q35/HPET.dsl +++ /dev/null @@ -1,43 +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/HPET.tis, Mon Sep 28 17:24:38 2020 - * - * ACPI Data Table [HPET] - * - * Format: [HexOffset DecimalOffset ByteLength] FieldName : FieldValue - */ - -[000h 0000 4] Signature : "HPET" [High Precision Event Timer table] -[004h 0004 4] Table Length : 00000038 -[008h 0008 1] Revision : 01 -[009h 0009 1] Checksum : 03 -[00Ah 0010 6] Oem ID : "BOCHS " -[010h 0016 8] Oem Table ID : "BXPCHPET" -[018h 0024 4] Oem Revision : 00000001 -[01Ch 0028 4] Asl Compiler ID : "BXPC" -[020h 0032 4] Asl Compiler Revision : 00000001 - -[024h 0036 4] Hardware Block ID : 8086A201 - -[028h 0040 12] Timer Block Register : [Generic Address Structure] -[028h 0040 1] Space ID : 00 [SystemMemory] -[029h 0041 1] Bit Width : 00 -[02Ah 0042 1] Bit Offset : 00 -[02Bh 0043 1] Encoded Access Width : 00 [Undefined/Legacy] -[02Ch 0044 8] Address : 00000000FED00000 - -[034h 0052 1] Sequence Number : 00 -[035h 0053 2] Minimum Clock Ticks : 0000 -[037h 0055 1] Flags (decoded below) : 00 - 4K Page Protect : 0 - 64K Page Protect : 0 - -Raw Table Data: Length 56 (0x38) - - 0000: 48 50 45 54 38 00 00 00 01 03 42 4F 43 48 53 20 // HPET8.....BOCHS - 0010: 42 58 50 43 48 50 45 54 01 00 00 00 42 58 50 43 // BXPCHPET....BXPC - 0020: 01 00 00 00 01 A2 86 80 00 00 00 00 00 00 D0 FE // ................ - 0030: 00 00 00 00 00 00 00 00 // ........ |