From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:56955) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TCWp5-00018L-FH for qemu-devel@nongnu.org; Fri, 14 Sep 2012 10:24:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TCWp4-0001zl-Aj for qemu-devel@nongnu.org; Fri, 14 Sep 2012 10:24:47 -0400 Received: from mx1.redhat.com ([209.132.183.28]:40923) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TCWp4-0001zg-2j for qemu-devel@nongnu.org; Fri, 14 Sep 2012 10:24:46 -0400 Date: Fri, 14 Sep 2012 10:24:41 -0400 From: Jason Baron Message-ID: <20120914142441.GF1821@redhat.com> References: <806a051b6bb9802fbe6310ef0ebf9537dbd4dd09.1347561356.git.jbaron@redhat.com> <5052D6E6.3050504@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5052D6E6.3050504@redhat.com> Subject: Re: [Qemu-devel] [PATCH 16/25] pci: Add class 0xc05 as 'SMBus' List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: aliguori@us.ibm.com, juzhang@redhat.com, mst@redhat.com, jan.kiszka@siemens.com, qemu-devel@nongnu.org, agraf@suse.de, yamahata@valinux.co.jp, alex.williamson@redhat.com, kevin@koconnor.net, avi@redhat.com, mkletzan@redhat.com, lcapitulino@redhat.com, afaerber@suse.de, armbru@redhat.com 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 > > > > Signed-off-by: Jan Kiszka > > Signed-off-by: Jason Baron > > --- > > 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