From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:39492) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qt9K0-0000mV-01 for qemu-devel@nongnu.org; Mon, 15 Aug 2011 22:24:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qt9Jy-0005ej-T7 for qemu-devel@nongnu.org; Mon, 15 Aug 2011 22:24:03 -0400 Received: from [222.73.24.84] (port=55498 helo=song.cn.fujitsu.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qt9Jy-0005b3-Co for qemu-devel@nongnu.org; Mon, 15 Aug 2011 22:24:02 -0400 Received: from tang.cn.fujitsu.com (tang.cn.fujitsu.com [10.167.250.3]) by song.cn.fujitsu.com (Postfix) with ESMTP id 3F6B1170091 for ; Tue, 16 Aug 2011 10:23:47 +0800 (CST) Received: from mailserver.fnst.cn.fujitsu.com (tang.cn.fujitsu.com [127.0.0.1]) by tang.cn.fujitsu.com (8.14.3/8.13.1) with ESMTP id p7G2NkbD021240 for ; Tue, 16 Aug 2011 10:23:46 +0800 Message-ID: <4E49D482.8000401@cn.fujitsu.com> Date: Tue, 16 Aug 2011 10:22:58 +0800 From: Wen Congyang MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=ISO-8859-1 Subject: [Qemu-devel] [Question] PCI-to-PCI bridge List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel Hi, all We'd like to add PCI-to-PCI Bridge for qemu(kvm) for x86/x86_64 box. I read the code, and find the following hardware calls the function pci_bridge_initfn(): 1. apb 2. ioh3420 3. xio3130 ioh3420 and xio3130 is for PCIe, and apb is for sparc box. I do not find any PCI-to-PCI bridge for x86/x86_64 box. Is there some projects we can join ? If not, we'll start from scratch and add a new one. Thanks Wen Congyang