diff mbox

[16/25] pci: Add class 0xc05 as 'SMBus'

Message ID 806a051b6bb9802fbe6310ef0ebf9537dbd4dd09.1347561356.git.jbaron@redhat.com
State New
Headers show

Commit Message

Jason Baron Sept. 13, 2012, 8:12 p.m. UTC
From: Jan Kiszka <jan.kiszka@siemens.com>

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Signed-off-by: Jason Baron <jbaron@redhat.com>
---
 hw/pci.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

Comments

Paolo Bonzini Sept. 14, 2012, 7:04 a.m. UTC | #1
Il 13/09/2012 22:12, Jason Baron ha scritto:
> From: Jan Kiszka <jan.kiszka@siemens.com>
> 
> Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
> Signed-off-by: Jason Baron <jbaron@redhat.com>
> ---
>  hw/pci.c |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
> 
> diff --git a/hw/pci.c b/hw/pci.c
> index 55e4ad3..3727afa 100644
> --- a/hw/pci.c
> +++ b/hw/pci.c
> @@ -1203,6 +1203,7 @@ static const pci_class_desc pci_class_descriptions[] =
>      { 0x0c02, "SSA controller", "ssa"},
>      { 0x0c03, "USB controller", "usb"},
>      { 0x0c04, "Fibre channel controller", "fibre-channel"},
> +    { 0x0c05, "SMBus"},
>      { 0, NULL}
>  };
>  
> 

You could move here the corresponding hunk of patch 8/25.

Paolo
Jason Baron Sept. 14, 2012, 2:24 p.m. UTC | #2
On Fri, Sep 14, 2012 at 09:04:06AM +0200, Paolo Bonzini wrote:
> Il 13/09/2012 22:12, Jason Baron ha scritto:
> > From: Jan Kiszka <jan.kiszka@siemens.com>
> > 
> > Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
> > Signed-off-by: Jason Baron <jbaron@redhat.com>
> > ---
> >  hw/pci.c |    1 +
> >  1 files changed, 1 insertions(+), 0 deletions(-)
> > 
> > diff --git a/hw/pci.c b/hw/pci.c
> > index 55e4ad3..3727afa 100644
> > --- a/hw/pci.c
> > +++ b/hw/pci.c
> > @@ -1203,6 +1203,7 @@ static const pci_class_desc pci_class_descriptions[] =
> >      { 0x0c02, "SSA controller", "ssa"},
> >      { 0x0c03, "USB controller", "usb"},
> >      { 0x0c04, "Fibre channel controller", "fibre-channel"},
> > +    { 0x0c05, "SMBus"},
> >      { 0, NULL}
> >  };
> >  
> > 
> 
> You could move here the corresponding hunk of patch 8/25.
> 
> Paolo

ok.

Thanks,

-Jason
diff mbox

Patch

diff --git a/hw/pci.c b/hw/pci.c
index 55e4ad3..3727afa 100644
--- a/hw/pci.c
+++ b/hw/pci.c
@@ -1203,6 +1203,7 @@  static const pci_class_desc pci_class_descriptions[] =
     { 0x0c02, "SSA controller", "ssa"},
     { 0x0c03, "USB controller", "usb"},
     { 0x0c04, "Fibre channel controller", "fibre-channel"},
+    { 0x0c05, "SMBus"},
     { 0, NULL}
 };