소스 검색

Note that we've seen WAET tables in the SDT signature list

This is a new (to QEMU) table that isn't detailed in the current version of
the ACPI spec. Not sure when Microsoft dreampt it up, but it looks like it
was added to QEMU earlier this year.
Isaac Woods 4 년 전
부모
커밋
39ca004732
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      acpi/src/sdt.rs

+ 3 - 0
acpi/src/sdt.rs

@@ -56,6 +56,9 @@ impl<T: Copy, const MIN_VERSION: u8> ExtendedField<T, MIN_VERSION> {
 ///     "SRAT" - System Resource Affinity Table
 ///     "SSDT" - Secondary System Description Table
 ///     "XSDT" - eXtended System Descriptor Table
+///
+/// We've come across some more ACPI tables in the wild:
+///     "WAET" - Windows ACPI Emulated device Table
 #[derive(Clone, Copy)]
 #[repr(C, packed)]
 pub struct SdtHeader {