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.kis...@siemens.com> > > > > Signed-off-by: Jan Kiszka <jan.kis...@siemens.com> > > Signed-off-by: Jason Baron <jba...@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