diff mbox series

[v5,03/10] ACPI ERST: PCI device_id for ERST

Message ID 1625080041-29010-4-git-send-email-eric.devolder@oracle.com (mailing list archive)
State New, archived
Headers show
Series acpi: Error Record Serialization Table, ERST, support for QEMU | expand

Commit Message

Eric DeVolder June 30, 2021, 7:07 p.m. UTC
This change declares the PCI device_id for the new ACPI ERST
device.

Signed-off-by: Eric DeVolder <eric.devolder@oracle.com>
---
 include/hw/pci/pci.h | 1 +
 1 file changed, 1 insertion(+)

Comments

Igor Mammedov July 19, 2021, 3:06 p.m. UTC | #1
On Wed, 30 Jun 2021 15:07:14 -0400
Eric DeVolder <eric.devolder@oracle.com> wrote:

> This change declares the PCI device_id for the new ACPI ERST

s/This change declares/Reserve/

> device.
> 
> Signed-off-by: Eric DeVolder <eric.devolder@oracle.com>
> ---
>  include/hw/pci/pci.h | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/include/hw/pci/pci.h b/include/hw/pci/pci.h
> index 6be4e0c..eef3ef4 100644
> --- a/include/hw/pci/pci.h
> +++ b/include/hw/pci/pci.h
> @@ -108,6 +108,7 @@ extern bool pci_available;
>  #define PCI_DEVICE_ID_REDHAT_MDPY        0x000f
>  #define PCI_DEVICE_ID_REDHAT_NVME        0x0010
>  #define PCI_DEVICE_ID_REDHAT_PVPANIC     0x0011
> +#define PCI_DEVICE_ID_REDHAT_ACPI_ERST   0x0012
>  #define PCI_DEVICE_ID_REDHAT_QXL         0x0100
>  
>  #define FMT_PCIBUS                      PRIx64
Eric DeVolder July 21, 2021, 3:42 p.m. UTC | #2
On 7/19/21 10:06 AM, Igor Mammedov wrote:
> On Wed, 30 Jun 2021 15:07:14 -0400
> Eric DeVolder <eric.devolder@oracle.com> wrote:
> 
>> This change declares the PCI device_id for the new ACPI ERST
> 
> s/This change declares/Reserve/
Corrected

> 
>> device.
>>
>> Signed-off-by: Eric DeVolder <eric.devolder@oracle.com>
>> ---
>>   include/hw/pci/pci.h | 1 +
>>   1 file changed, 1 insertion(+)
>>
>> diff --git a/include/hw/pci/pci.h b/include/hw/pci/pci.h
>> index 6be4e0c..eef3ef4 100644
>> --- a/include/hw/pci/pci.h
>> +++ b/include/hw/pci/pci.h
>> @@ -108,6 +108,7 @@ extern bool pci_available;
>>   #define PCI_DEVICE_ID_REDHAT_MDPY        0x000f
>>   #define PCI_DEVICE_ID_REDHAT_NVME        0x0010
>>   #define PCI_DEVICE_ID_REDHAT_PVPANIC     0x0011
>> +#define PCI_DEVICE_ID_REDHAT_ACPI_ERST   0x0012
>>   #define PCI_DEVICE_ID_REDHAT_QXL         0x0100
>>   
>>   #define FMT_PCIBUS                      PRIx64
>
diff mbox series

Patch

diff --git a/include/hw/pci/pci.h b/include/hw/pci/pci.h
index 6be4e0c..eef3ef4 100644
--- a/include/hw/pci/pci.h
+++ b/include/hw/pci/pci.h
@@ -108,6 +108,7 @@  extern bool pci_available;
 #define PCI_DEVICE_ID_REDHAT_MDPY        0x000f
 #define PCI_DEVICE_ID_REDHAT_NVME        0x0010
 #define PCI_DEVICE_ID_REDHAT_PVPANIC     0x0011
+#define PCI_DEVICE_ID_REDHAT_ACPI_ERST   0x0012
 #define PCI_DEVICE_ID_REDHAT_QXL         0x0100
 
 #define FMT_PCIBUS                      PRIx64