qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH v2 08/21] pci_ids: add intel 82801BA pci-to-pci


From: Paolo Bonzini
Subject: Re: [Qemu-devel] [PATCH v2 08/21] pci_ids: add intel 82801BA pci-to-pci bridge id and PCI_CLASS_SERIAL_SMBUS
Date: Tue, 09 Oct 2012 09:48:23 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20120911 Thunderbird/15.0.1

Il 09/10/2012 05:30, Jason Baron ha scritto:
> From: Isaku Yamahata <address@hidden>
> 
> Adds pci id constants which will be used by q35.
> 
> address@hidden: move #define PCI_CLASS_SERIAL_SMBUS to another patch]
> Signed-off-by: Isaku Yamahata <address@hidden>
> Signed-off-by: Jason Baron <address@hidden>
> ---
>  hw/pci_ids.h |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)

No need really to keep PCI_CLASS_SERIAL_SMBUS in the subject and note it
in the commit message, IMHO.  But it doesn't really matter.

Reviewed-by: Paolo Bonzini <address@hidden>


> diff --git a/hw/pci_ids.h b/hw/pci_ids.h
> index 301bf1c..4017eb7 100644
> --- a/hw/pci_ids.h
> +++ b/hw/pci_ids.h
> @@ -106,6 +106,7 @@
>  #define PCI_DEVICE_ID_INTEL_82801AA_5    0x2415
>  #define PCI_DEVICE_ID_INTEL_82801D       0x24CD
>  #define PCI_DEVICE_ID_INTEL_ESB_9        0x25ab
> +#define PCI_DEVICE_ID_INTEL_82801BA_11   0x244e
>  #define PCI_DEVICE_ID_INTEL_82371SB_0    0x7000
>  #define PCI_DEVICE_ID_INTEL_82371SB_1    0x7010
>  #define PCI_DEVICE_ID_INTEL_82371SB_2    0x7020
> 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]