From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:48312) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TLUYW-0008Nz-HJ for qemu-devel@nongnu.org; Tue, 09 Oct 2012 03:48:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TLUYO-0002n8-O8 for qemu-devel@nongnu.org; Tue, 09 Oct 2012 03:48:44 -0400 Received: from mx1.redhat.com ([209.132.183.28]:55521) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TLUYO-0002n4-Ew for qemu-devel@nongnu.org; Tue, 09 Oct 2012 03:48:36 -0400 Message-ID: <5073D6C7.6090700@redhat.com> Date: Tue, 09 Oct 2012 09:48:23 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <89784244db3b5a8db417d1194a8ec0d38b1d2e74.1349749915.git.jbaron@redhat.com> In-Reply-To: <89784244db3b5a8db417d1194a8ec0d38b1d2e74.1349749915.git.jbaron@redhat.com> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2 08/21] pci_ids: add intel 82801BA pci-to-pci bridge id and PCI_CLASS_SERIAL_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, blauwirbel@gmail.com, 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, kraxel@redhat.com Il 09/10/2012 05:30, Jason Baron ha scritto: > From: Isaku Yamahata > > Adds pci id constants which will be used by q35. > > [jbaron@redhat.com: move #define PCI_CLASS_SERIAL_SMBUS to another patch] > Signed-off-by: Isaku Yamahata > Signed-off-by: Jason Baron > --- > 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 > 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 >