From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=53527 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PQebL-0000tr-0C for qemu-devel@nongnu.org; Thu, 09 Dec 2010 06:23:59 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PQebF-0003RC-U0 for qemu-devel@nongnu.org; Thu, 09 Dec 2010 06:23:54 -0500 Received: from mx1.redhat.com ([209.132.183.28]:43094) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PQebF-0003Qj-NA for qemu-devel@nongnu.org; Thu, 09 Dec 2010 06:23:49 -0500 Date: Thu, 9 Dec 2010 13:23:25 +0200 From: "Michael S. Tsirkin" Message-ID: <20101209112325.GA20910@redhat.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: [Qemu-devel] Re: [PATTCH v2 0/6] pcie aer fixes List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Isaku Yamahata Cc: qemu-devel@nongnu.org On Wed, Dec 08, 2010 at 05:46:22PM +0900, Isaku Yamahata wrote: > I respined the patch series by mst for bisectability. Applied, thanks. > Changes v1 -> v2: > - reorder patches for bisectability > - s/assert/trigger/ to avoid name conflict > - abort() instead of assert(0) > > Original patch description: > Here are a bunch of fixes and cleanups to aer interrupt injection. > Compile tested only, issues were found by reading the > code and spec. > > Michael S. Tsirkin (6): > pci: untangle pci/msi dependency > Makefile: make msix/msi depend on CONFIG_PCI > pci/aer: fix error injection > pci/aer: fix interrupt on config write > pci/aer: remove dead code > pci/aer: factor out common code > > Makefile.objs | 3 +- > hw/pci.c | 19 ---------- > hw/pci.h | 3 -- > hw/pcie.c | 8 +++-- > hw/pcie_aer.c | 111 ++++++++++++++++++++++++++------------------------------ > 5 files changed, 59 insertions(+), 85 deletions(-)