From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=36850 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PIif1-0000ij-Gv for qemu-devel@nongnu.org; Wed, 17 Nov 2010 09:06:56 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PIiez-0005Td-V1 for qemu-devel@nongnu.org; Wed, 17 Nov 2010 09:06:55 -0500 Received: from mx1.redhat.com ([209.132.183.28]:21172) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PIiez-0005TO-MH for qemu-devel@nongnu.org; Wed, 17 Nov 2010 09:06:53 -0500 Date: Wed, 17 Nov 2010 16:06:38 +0200 From: "Michael S. Tsirkin" Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4bdfece02df439b60dae92dfc59e903353176218.1289895735.git.yamahata@valinux.co.jp> Subject: [Qemu-devel] [PATCH 0/2] Re: [PATCH v9 5/8] pcie/aer: helper functions for pcie aer capability 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 16, 2010 at 05:26:09PM +0900, Isaku Yamahata wrote: > This patch implements helper functions for pcie aer capability > which will be used later. > > Signed-off-by: Isaku Yamahata OK, I applied this and tried to get rid of recursion, and clean up some whitespace and english mistakes. Patcheset attached, pls review. I'll push the patches out on pci branch so we can make progress more easily. Please, try to address the TODO: I think the case of PCIE device behind a pci bridge is not covered properly. Michael S. Tsirkin (2): pcie_aer: get rid of recursion pcie_aer: complete unwinding recursion hw/pcie_aer.c | 72 +++++++++++++++++++++++--------------------------------- 1 files changed, 30 insertions(+), 42 deletions(-) -- 1.7.3.2.91.g446ac