From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=46165 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P8Vi7-0005F9-Ax for qemu-devel@nongnu.org; Wed, 20 Oct 2010 06:15:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P8Vi6-00065S-FY for qemu-devel@nongnu.org; Wed, 20 Oct 2010 06:15:55 -0400 Received: from mx1.redhat.com ([209.132.183.28]:1593) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P8Vi6-00065H-6g for qemu-devel@nongnu.org; Wed, 20 Oct 2010 06:15:54 -0400 Date: Wed, 20 Oct 2010 12:09:20 +0200 From: "Michael S. Tsirkin" Message-ID: <20101020100920.GA12878@redhat.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: [Qemu-devel] Re: [PATCH v6 00/12] pcie port switch emulators List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Isaku Yamahata Cc: skandasa@cisco.com, adnan@khaleel.us, etmartin@cisco.com, qemu-devel@nongnu.org, wexu2@cisco.com On Wed, Oct 20, 2010 at 05:18:49PM +0900, Isaku Yamahata wrote: > Isaku Yamahata (12): > pcie: comment on hpev_intx > pci/bridge: fix pci_bridge_reset() > pcie port: define struct PCIEPort/PCIESlot and helper functions > ioh3420: pcie root port in X58 ioh > x3130: pcie upstream port > x3130: pcie downstream port Applied patched 1-6 on my branch. I'll give people a chance to comment and then we can merge.