qemu-ppc
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-ppc] [PATCH v4 0/3] sPAPR: EEH fixes


From: Gavin Shan
Subject: [Qemu-ppc] [PATCH v4 0/3] sPAPR: EEH fixes
Date: Thu, 2 Jul 2015 10:30:09 +1000

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]