From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=43639 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PDHU7-0008KF-Tw for qemu-devel@nongnu.org; Tue, 02 Nov 2010 10:05:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PDHU3-0008Cc-01 for qemu-devel@nongnu.org; Tue, 02 Nov 2010 10:05:08 -0400 Received: from mx1.redhat.com ([209.132.183.28]:62615) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PDHU2-0008CY-OE for qemu-devel@nongnu.org; Tue, 02 Nov 2010 10:05:06 -0400 Date: Tue, 2 Nov 2010 16:05:03 +0200 From: "Michael S. Tsirkin" Message-ID: <20101102140503.GA29373@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 v7 0/6] 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 Tue, Nov 02, 2010 at 06:32:46PM +0900, Isaku Yamahata wrote: > This patch series is v7 of the pcie switch emulators. > Now the express part has been merged, so the aer part is left. I think figuring out the FLR first is a good idea. This would include sticky bit implementation and figuring out how to initiate, and handle, different kinds of reset. That in turn is helpful because a lot of AER is sticky. > This patch series is for the master branch because the current pci branch > seems a bit behind. I made them identical now so it should not matter. -- MST