[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 3/7] docs/acpi/erst: add device id for ACPI ERST device in pci-id
From: |
Ani Sinha |
Subject: |
[PATCH 3/7] docs/acpi/erst: add device id for ACPI ERST device in pci-ids.txt |
Date: |
Wed, 23 Feb 2022 20:03:18 +0530 |
Adding device ID for ERST device in pci-ids.txt. It was missed when ERST
related patches were reviewed.
CC: Eric DeVolder <eric.devolder@oracle.com>
Reviewed-by: Eric DeVolder <eric.devolder@oracle.com>
Signed-off-by: Ani Sinha <ani@anisinha.ca>
---
docs/specs/pci-ids.txt | 1 +
1 file changed, 1 insertion(+)
diff --git a/docs/specs/pci-ids.txt b/docs/specs/pci-ids.txt
index 5e407a6f32..dd6859d039 100644
--- a/docs/specs/pci-ids.txt
+++ b/docs/specs/pci-ids.txt
@@ -65,6 +65,7 @@ PCI devices (other than virtio):
1b36:000f mdpy (mdev sample device), linux/samples/vfio-mdev/mdpy.c
1b36:0010 PCIe NVMe device (-device nvme)
1b36:0011 PCI PVPanic device (-device pvpanic-pci)
+1b36:0012 PCI ACPI ERST device (-device acpi-erst)
All these devices are documented in docs/specs.
--
2.25.1
- [PATCH 0/7] Queued patches for the next pull request, Ani Sinha, 2022/02/23
- [PATCH 1/7] ACPI ERST: specification for ERST support, Ani Sinha, 2022/02/23
- [PATCH 2/7] MAINTAINERS: no need to add my name explicitly as a reviewer for VIOT tables, Ani Sinha, 2022/02/23
- [PATCH 3/7] docs/acpi/erst: add device id for ACPI ERST device in pci-ids.txt,
Ani Sinha <=
- [PATCH 4/7] hw/acpi/erst: clean up unused IS_UEFI_CPER_RECORD macro, Ani Sinha, 2022/02/23
- [PATCH 5/7] hw/smbios: code cleanup - use macro definitions for table header handles, Ani Sinha, 2022/02/23
- [PATCH 6/7] hw/smbios: fix overlapping table handle numbers with large memory vms, Ani Sinha, 2022/02/23
- [PATCH 7/7] hw/smbios: add assertion to ensure handles of tables 19 and 32 do not collide, Ani Sinha, 2022/02/23