From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:49054) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TQEdL-0004vY-9g for qemu-devel@nongnu.org; Mon, 22 Oct 2012 05:49:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TQEdF-0005DB-Gu for qemu-devel@nongnu.org; Mon, 22 Oct 2012 05:49:19 -0400 Received: from mx1.redhat.com ([209.132.183.28]:46063) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TQEdF-0005D3-8s for qemu-devel@nongnu.org; Mon, 22 Oct 2012 05:49:13 -0400 Date: Mon, 22 Oct 2012 12:51:17 +0200 From: "Michael S. Tsirkin" Message-ID: <20121022105117.GD28828@redhat.com> References: <864c2769e743bc43d2b12b5b15b798e8fb435cc6.1350677361.git.jbaron@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <864c2769e743bc43d2b12b5b15b798e8fb435cc6.1350677361.git.jbaron@redhat.com> Subject: Re: [Qemu-devel] [PATCH v3 08/26] pci_ids: add intel 82801BA pci-to-pci bridge id List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jason Baron Cc: agraf@suse.de, aliguori@us.ibm.com, juzhang@redhat.com, jan.kiszka@siemens.com, qemu-devel@nongnu.org, armbru@redhat.com, blauwirbel@gmail.com, yamahata@valinux.co.jp, alex.williamson@redhat.com, kevin@koconnor.net, avi@redhat.com, mkletzan@redhat.com, pbonzini@redhat.com, lcapitulino@redhat.com, afaerber@suse.de, kraxel@redhat.com On Fri, Oct 19, 2012 at 04:43:31PM -0400, Jason Baron wrote: > From: Isaku Yamahata > > Adds pci id constants which will be used by q35. > > Reviewed-by: Paolo Bonzini > Signed-off-by: Isaku Yamahata > Signed-off-by: Jason Baron Applied, thanks > --- > hw/pci_ids.h | 1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > > diff --git a/hw/pci_ids.h b/hw/pci_ids.h > index 301bf1c..c1c8a56 100644 > --- a/hw/pci_ids.h > +++ b/hw/pci_ids.h > @@ -104,6 +104,7 @@ > #define PCI_DEVICE_ID_INTEL_82378 0x0484 > #define PCI_DEVICE_ID_INTEL_82441 0x1237 > #define PCI_DEVICE_ID_INTEL_82801AA_5 0x2415 > +#define PCI_DEVICE_ID_INTEL_82801BA_11 0x244e > #define PCI_DEVICE_ID_INTEL_82801D 0x24CD > #define PCI_DEVICE_ID_INTEL_ESB_9 0x25ab > #define PCI_DEVICE_ID_INTEL_82371SB_0 0x7000 > -- > 1.7.1