[PATCH] docs/acpi/erst: add device id for ACPI ERST device in pci-ids.txt

Ani Sinha posted 1 patch 2 years, 2 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20220215152351.127781-1-ani@anisinha.ca
Maintainers: "Michael S. Tsirkin" <mst@redhat.com>, Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
docs/specs/pci-ids.txt | 1 +
1 file changed, 1 insertion(+)
[PATCH] docs/acpi/erst: add device id for ACPI ERST device in pci-ids.txt
Posted by Ani Sinha 2 years, 2 months ago
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>
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


Re: [PATCH] docs/acpi/erst: add device id for ACPI ERST device in pci-ids.txt
Posted by Eric DeVolder 2 years, 2 months ago

On 2/15/22 09:23, Ani Sinha wrote:
> 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>
> Signed-off-by: Ani Sinha <ani@anisinha.ca>

Thanks!
Reviewed-by: Eric DeVolder <eric.devolder@oracle.com>

> ---
>   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.
>   
>