From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:53895) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TCPwm-0003JN-SN for qemu-devel@nongnu.org; Fri, 14 Sep 2012 03:04:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TCPwg-0000OB-W8 for qemu-devel@nongnu.org; Fri, 14 Sep 2012 03:04:16 -0400 Received: from mail-wg0-f53.google.com ([74.125.82.53]:56783) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TCPwg-0000O7-QU for qemu-devel@nongnu.org; Fri, 14 Sep 2012 03:04:10 -0400 Received: by wgbdr1 with SMTP id dr1so305661wgb.10 for ; Fri, 14 Sep 2012 00:04:10 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <5052D6E6.3050504@redhat.com> Date: Fri, 14 Sep 2012 09:04:06 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <806a051b6bb9802fbe6310ef0ebf9537dbd4dd09.1347561356.git.jbaron@redhat.com> In-Reply-To: <806a051b6bb9802fbe6310ef0ebf9537dbd4dd09.1347561356.git.jbaron@redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit 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: Jason Baron 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 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