From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37285) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZASPY-00029e-GO for qemu-devel@nongnu.org; Wed, 01 Jul 2015 20:31:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZASPP-000374-F9 for qemu-devel@nongnu.org; Wed, 01 Jul 2015 20:31:28 -0400 Received: from e23smtp01.au.ibm.com ([202.81.31.143]:43333) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZASPO-00035A-Mx for qemu-devel@nongnu.org; Wed, 01 Jul 2015 20:31:19 -0400 Received: from /spool/local by e23smtp01.au.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Thu, 2 Jul 2015 10:31:14 +1000 From: Gavin Shan Date: Thu, 2 Jul 2015 10:30:09 +1000 Message-Id: <1435797012-6069-1-git-send-email-gwshan@linux.vnet.ibm.com> Subject: [Qemu-devel] [PATCH v4 0/3] sPAPR: EEH fixes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-ppc@nongnu.org Cc: alex.williamson@redhat.com, qemu-devel@nongnu.org, Gavin Shan , david@gibson.dropbear.id.au The series of patches fix couple of issues as below: PATCH[1]: Don't enable EEH functionality on the emulated PCI devices, which shouldn't be affected during EEH recovery PATCH[2]: Clear PE's frozen state on reboot. Some PEs in the guest might be put into offline because excessive EEH errors and those PEs are still in frozen state. Users want them to work again after reboot PATCH[3]: Flush stable MSIx vectors during PE reset. Changelog: ========= v3 -> v4: * Added PATCH[1] * Separate function to reenable EEH functionality in PATCH[2] * Move the whole logic into sPAPR platform in PATCH[3] Gavin Shan (3): sPAPR: Don't enable EEH on emulated PCI devices sPAPR: Reenable EEH functionality on reboot sPAPR: Clear stale MSIx table during EEH reset hw/ppc/spapr_pci.c | 7 ++++++ hw/ppc/spapr_pci_vfio.c | 65 ++++++++++++++++++++++++++++++++++++++++++++++++- 2 files changed, 71 insertions(+), 1 deletion(-) -- 2.1.0