diff options
author | Ani Sinha <ani@anisinha.ca> | 2022-02-23 20:03:18 +0530 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2022-03-04 08:30:52 -0500 |
commit | 1665b4d51036b9c92bdd8da507beffb9cc417aa7 (patch) | |
tree | 0d88179ed70d236056879048c36137941ed59d4c /docs/specs | |
parent | 2a06afec1f72577cfa4509066abf3cc88f22a97d (diff) | |
download | qemu-1665b4d51036b9c92bdd8da507beffb9cc417aa7.zip qemu-1665b4d51036b9c92bdd8da507beffb9cc417aa7.tar.gz qemu-1665b4d51036b9c92bdd8da507beffb9cc417aa7.tar.bz2 |
docs/acpi/erst: add device id for ACPI ERST device in pci-ids.txt
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>
Message-Id: <20220223143322.927136-4-ani@anisinha.ca>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'docs/specs')
-rw-r--r-- | docs/specs/pci-ids.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/specs/pci-ids.txt b/docs/specs/pci-ids.txt index 5e407a6..dd6859d 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. |