commit | 7cb180079e245024cf92ca218ca58858b679a7d6 | [log] [tgz] |
---|---|---|
author | Gavin Shan <gwshan@linux.vnet.ibm.com> | Thu Jul 02 16:23:26 2015 +1000 |
committer | Alexander Graf <agraf@suse.de> | Tue Jul 07 17:44:53 2015 +0200 |
tree | d2814a56bf2b51f837fc4c406d2a5682196f516f | |
parent | e275934d2dd44e38e0c6d53f9c22383d2ba57c17 [diff] |
sPAPR: Don't enable EEH on emulated PCI devices There might have emulated PCI devices, together with VFIO PCI devices under one PHB. The EEH capability shouldn't enabled on emulated PCI devices. The patch returns error when enabling EEH capability on emulated PCI devices by RTAS call "ibm,set-eeh-option". Signed-off-by: Gavin Shan <gwshan@linux.vnet.ibm.com> Signed-off-by: David Gibson <david@gibson.dropbear.id.au> Signed-off-by: Alexander Graf <agraf@suse.de>