From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Lzp9z-0002US-Nn for qemu-devel@nongnu.org; Fri, 01 May 2009 05:35:59 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Lzp9u-0002T8-4t for qemu-devel@nongnu.org; Fri, 01 May 2009 05:35:58 -0400 Received: from [199.232.76.173] (port=44540 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Lzp9t-0002T4-W3 for qemu-devel@nongnu.org; Fri, 01 May 2009 05:35:54 -0400 Received: from fms-01.valinux.co.jp ([210.128.90.1]:36573 helo=mail.valinux.co.jp) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Lzp9t-0002NR-GW for qemu-devel@nongnu.org; Fri, 01 May 2009 05:35:53 -0400 From: Isaku Yamahata Date: Fri, 1 May 2009 18:33:52 +0900 Message-Id: <1241170436-2800-1-git-send-email-yamahata@valinux.co.jp> Subject: [Qemu-devel] [PATCH 00/04] RFC: pci bridge clean up and multiple pci bus support. List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: armbru@redhat.com, mst@redhat.com Although I haven't finished this work, people seems to be interested in pci bridge emultion and multiple pci bus support. So I decided to send out these patches to avoid duplicated work. Please comment on pci bridge emulation and multiple pci bus support. I'm aware of Markus's work and I'm willing to help it. Eventually those patches will be integrated. thanks,