From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=38491 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1POI37-0003vI-K5 for qemu-devel@nongnu.org; Thu, 02 Dec 2010 17:54:54 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1POI36-0001cm-7o for qemu-devel@nongnu.org; Thu, 02 Dec 2010 17:54:49 -0500 Received: from mx1.redhat.com ([209.132.183.28]:7811) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1POI35-0001cd-Un for qemu-devel@nongnu.org; Thu, 02 Dec 2010 17:54:48 -0500 Date: Fri, 3 Dec 2010 00:54:30 +0200 From: "Michael S. Tsirkin" Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Subject: [Qemu-devel] [PATCH 0/6] pcie aer fixes List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: yamahata@valinux.co.jp, qemu-devel@nongnu.org Here are a bunch of fixes and cleanups to aer interrupt injection. Compile tested only, issues were found by reading the code and spec. I put these on my pci branch for ease of testing, but can back them out if needed. Pls review and test. Thanks! Michael S. Tsirkin (6): pci: untangle pci/msi dependency Makefile: make msix/msi depend on CONFIG_PCI pci/aer: remove dead code pci/aer: fix error injection pci/aer: fix interrupt on config write 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 | 103 +++++++++++++++++++++++++++++---------------------------- 5 files changed, 59 insertions(+), 77 deletions(-) -- 1.7.3.2.91.g446ac