Message ID | 20241111083457.2090664-18-zhenzhong.duan@intel.com (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | intel_iommu: Enable stage-1 translation for emulated device | expand |
Hi Zhenzhong, Ack >cmd On 11/11/2024 09:34, Zhenzhong Duan wrote: > Caution: External email. Do not open attachments or click links, unless this email comes from a known sender and you know the content is safe. > > > Differences: > > @@ -1,39 +1,39 @@ > /* > * Intel ACPI Component Architecture > * AML/ASL+ Disassembler version 20200925 (64-bit version) > * Copyright (c) 2000 - 2020 Intel Corporation > * > - * Disassembly of tests/data/acpi/x86/q35/DMAR.dmar, Mon Nov 11 15:31:18 2024 > + * Disassembly of /tmp/aml-SPJ4W2, Mon Nov 11 15:31:18 2024 > * > * ACPI Data Table [DMAR] > * > * Format: [HexOffset DecimalOffset ByteLength] FieldName : FieldValue > */ > > [000h 0000 4] Signature : "DMAR" [DMA Remapping table] > [004h 0004 4] Table Length : 00000078 > [008h 0008 1] Revision : 01 > -[009h 0009 1] Checksum : 15 > +[009h 0009 1] Checksum : 0C > [00Ah 0010 6] Oem ID : "BOCHS " > [010h 0016 8] Oem Table ID : "BXPC " > [018h 0024 4] Oem Revision : 00000001 > [01Ch 0028 4] Asl Compiler ID : "BXPC" > [020h 0032 4] Asl Compiler Revision : 00000001 > > -[024h 0036 1] Host Address Width : 26 > +[024h 0036 1] Host Address Width : 2F > [025h 0037 1] Flags : 01 > [026h 0038 10] Reserved : 00 00 00 00 00 00 00 00 00 00 > > [030h 0048 2] Subtable Type : 0000 [Hardware Unit Definition] > [032h 0050 2] Length : 0040 > > [034h 0052 1] Flags : 00 > [035h 0053 1] Reserved : 00 > [036h 0054 2] PCI Segment Number : 0000 > [038h 0056 8] Register Base Address : 00000000FED90000 > > [040h 0064 1] Device Scope Type : 03 [IOAPIC Device] > [041h 0065 1] Entry Length : 08 > [042h 0066 2] Reserved : 0000 > [044h 0068 1] Enumeration ID : 00 > [045h 0069 1] PCI Bus Number : FF > > Signed-off-by: Zhenzhong Duan <zhenzhong.duan@intel.com> > --- > tests/qtest/bios-tables-test-allowed-diff.h | 1 - > tests/data/acpi/x86/q35/DMAR.dmar | Bin 120 -> 120 bytes > 2 files changed, 1 deletion(-) > > diff --git a/tests/qtest/bios-tables-test-allowed-diff.h b/tests/qtest/bios-tables-test-allowed-diff.h > index 46f80be9ca..dfb8523c8b 100644 > --- a/tests/qtest/bios-tables-test-allowed-diff.h > +++ b/tests/qtest/bios-tables-test-allowed-diff.h > @@ -1,2 +1 @@ > /* List of comma-separated changed AML files to ignore */ > -"tests/data/acpi/x86/q35/DMAR.dmar", > diff --git a/tests/data/acpi/x86/q35/DMAR.dmar b/tests/data/acpi/x86/q35/DMAR.dmar > index 0dca6e68ad8a8ca5b981bcfbc745385a63e9f216..0c05976715c6f2f6ec46ef6d37790f86a392b5ea 100644 > GIT binary patch > delta 21 > ccmb=Z;BxVG460yYU|{5#$R)+7KT$Op05(qqk^lez > > delta 21 > ccmb=Z;BxVG460yYU|<xT$R)+7Hc>Sg05*ICk^lez > > -- > 2.34.1 >
Hi Clement, >-----Original Message----- >From: CLEMENT MATHIEU--DRIF <clement.mathieu--drif@eviden.com> >Sent: Wednesday, November 13, 2024 3:17 PM >Subject: Re: [PATCH v5 17/20] tests/acpi: q35: Update host address width in >DMAR > >Hi Zhenzhong, > >Ack I presume you mean: Acked-by: Clément Mathieu--Drif<clement.mathieu--drif@eviden.com> Thanks Zhenzhong > > >cmd > > >On 11/11/2024 09:34, Zhenzhong Duan wrote: >> Caution: External email. Do not open attachments or click links, unless this >email comes from a known sender and you know the content is safe. >> >> >> Differences: >> >> @@ -1,39 +1,39 @@ >> /* >> * Intel ACPI Component Architecture >> * AML/ASL+ Disassembler version 20200925 (64-bit version) >> * Copyright (c) 2000 - 2020 Intel Corporation >> * >> - * Disassembly of tests/data/acpi/x86/q35/DMAR.dmar, Mon Nov 11 15:31:18 >2024 >> + * Disassembly of /tmp/aml-SPJ4W2, Mon Nov 11 15:31:18 2024 >> * >> * ACPI Data Table [DMAR] >> * >> * Format: [HexOffset DecimalOffset ByteLength] FieldName : FieldValue >> */ >> >> [000h 0000 4] Signature : "DMAR" [DMA Remapping table] >> [004h 0004 4] Table Length : 00000078 >> [008h 0008 1] Revision : 01 >> -[009h 0009 1] Checksum : 15 >> +[009h 0009 1] Checksum : 0C >> [00Ah 0010 6] Oem ID : "BOCHS " >> [010h 0016 8] Oem Table ID : "BXPC " >> [018h 0024 4] Oem Revision : 00000001 >> [01Ch 0028 4] Asl Compiler ID : "BXPC" >> [020h 0032 4] Asl Compiler Revision : 00000001 >> >> -[024h 0036 1] Host Address Width : 26 >> +[024h 0036 1] Host Address Width : 2F >> [025h 0037 1] Flags : 01 >> [026h 0038 10] Reserved : 00 00 00 00 00 00 00 00 00 00 >> >> [030h 0048 2] Subtable Type : 0000 [Hardware Unit Definition] >> [032h 0050 2] Length : 0040 >> >> [034h 0052 1] Flags : 00 >> [035h 0053 1] Reserved : 00 >> [036h 0054 2] PCI Segment Number : 0000 >> [038h 0056 8] Register Base Address : 00000000FED90000 >> >> [040h 0064 1] Device Scope Type : 03 [IOAPIC Device] >> [041h 0065 1] Entry Length : 08 >> [042h 0066 2] Reserved : 0000 >> [044h 0068 1] Enumeration ID : 00 >> [045h 0069 1] PCI Bus Number : FF >> >> Signed-off-by: Zhenzhong Duan <zhenzhong.duan@intel.com> >> --- >> tests/qtest/bios-tables-test-allowed-diff.h | 1 - >> tests/data/acpi/x86/q35/DMAR.dmar | Bin 120 -> 120 bytes >> 2 files changed, 1 deletion(-) >> >> diff --git a/tests/qtest/bios-tables-test-allowed-diff.h b/tests/qtest/bios-tables- >test-allowed-diff.h >> index 46f80be9ca..dfb8523c8b 100644 >> --- a/tests/qtest/bios-tables-test-allowed-diff.h >> +++ b/tests/qtest/bios-tables-test-allowed-diff.h >> @@ -1,2 +1 @@ >> /* List of comma-separated changed AML files to ignore */ >> -"tests/data/acpi/x86/q35/DMAR.dmar", >> diff --git a/tests/data/acpi/x86/q35/DMAR.dmar >b/tests/data/acpi/x86/q35/DMAR.dmar >> index >0dca6e68ad8a8ca5b981bcfbc745385a63e9f216..0c05976715c6f2f6ec46ef6d377 >90f86a392b5ea 100644 >> GIT binary patch >> delta 21 >> ccmb=Z;BxVG460yYU|{5#$R)+7KT$Op05(qqk^lez >> >> delta 21 >> ccmb=Z;BxVG460yYU|<xT$R)+7Hc>Sg05*ICk^lez >> >> -- >> 2.34.1 >>
diff --git a/tests/qtest/bios-tables-test-allowed-diff.h b/tests/qtest/bios-tables-test-allowed-diff.h index 46f80be9ca..dfb8523c8b 100644 --- a/tests/qtest/bios-tables-test-allowed-diff.h +++ b/tests/qtest/bios-tables-test-allowed-diff.h @@ -1,2 +1 @@ /* List of comma-separated changed AML files to ignore */ -"tests/data/acpi/x86/q35/DMAR.dmar",
Differences: @@ -1,39 +1,39 @@ /* * Intel ACPI Component Architecture * AML/ASL+ Disassembler version 20200925 (64-bit version) * Copyright (c) 2000 - 2020 Intel Corporation * - * Disassembly of tests/data/acpi/x86/q35/DMAR.dmar, Mon Nov 11 15:31:18 2024 + * Disassembly of /tmp/aml-SPJ4W2, Mon Nov 11 15:31:18 2024 * * ACPI Data Table [DMAR] * * Format: [HexOffset DecimalOffset ByteLength] FieldName : FieldValue */ [000h 0000 4] Signature : "DMAR" [DMA Remapping table] [004h 0004 4] Table Length : 00000078 [008h 0008 1] Revision : 01 -[009h 0009 1] Checksum : 15 +[009h 0009 1] Checksum : 0C [00Ah 0010 6] Oem ID : "BOCHS " [010h 0016 8] Oem Table ID : "BXPC " [018h 0024 4] Oem Revision : 00000001 [01Ch 0028 4] Asl Compiler ID : "BXPC" [020h 0032 4] Asl Compiler Revision : 00000001 -[024h 0036 1] Host Address Width : 26 +[024h 0036 1] Host Address Width : 2F [025h 0037 1] Flags : 01 [026h 0038 10] Reserved : 00 00 00 00 00 00 00 00 00 00 [030h 0048 2] Subtable Type : 0000 [Hardware Unit Definition] [032h 0050 2] Length : 0040 [034h 0052 1] Flags : 00 [035h 0053 1] Reserved : 00 [036h 0054 2] PCI Segment Number : 0000 [038h 0056 8] Register Base Address : 00000000FED90000 [040h 0064 1] Device Scope Type : 03 [IOAPIC Device] [041h 0065 1] Entry Length : 08 [042h 0066 2] Reserved : 0000 [044h 0068 1] Enumeration ID : 00 [045h 0069 1] PCI Bus Number : FF Signed-off-by: Zhenzhong Duan <zhenzhong.duan@intel.com> --- tests/qtest/bios-tables-test-allowed-diff.h | 1 - tests/data/acpi/x86/q35/DMAR.dmar | Bin 120 -> 120 bytes 2 files changed, 1 deletion(-) diff --git a/tests/data/acpi/x86/q35/DMAR.dmar b/tests/data/acpi/x86/q35/DMAR.dmar index 0dca6e68ad8a8ca5b981bcfbc745385a63e9f216..0c05976715c6f2f6ec46ef6d37790f86a392b5ea 100644 GIT binary patch delta 21 ccmb=Z;BxVG460yYU|{5#$R)+7KT$Op05(qqk^lez delta 21 ccmb=Z;BxVG460yYU|<xT$R)+7Hc>Sg05*ICk^lez