Re: [Qemu-devel] [RFC PATCH v3 0/2] Fix MSIx lost after PE reset

2014-09-07 Thread Gavin Shan
On Mon, Sep 08, 2014 at 02:52:38PM +1000, Gavin Shan wrote: >The 2 patches fix MSIx lost after PE reset. Otherwise, the MSIx >entries can't be restored successfully after PE reset and the >EEH recovery fails on broadcom tg3 adapter (as tested) in guest. > >The reset path (restarting machine) has th

[Qemu-devel] [RFC PATCH v3 0/2] Fix MSIx lost after PE reset

2014-09-07 Thread Gavin Shan
The 2 patches fix MSIx lost after PE reset. Otherwise, the MSIx entries can't be restored successfully after PE reset and the EEH recovery fails on broadcom tg3 adapter (as tested) in guest. The reset path (restarting machine) has the same problem. Also, the MSI has the same problem as well. Note