[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [RFC PATCH 0/2] Fix MSIx lost after PE reset
From: |
Gavin Shan |
Subject: |
Re: [Qemu-devel] [RFC PATCH 0/2] Fix MSIx lost after PE reset |
Date: |
Tue, 26 Aug 2014 10:58:53 +1000 |
User-agent: |
Mutt/1.5.21 (2010-09-15) |
On Wed, Aug 20, 2014 at 07:52:06PM +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.
>
>Note: The patchset "EEH support for guest" isn't merged yet, those
> 2 patches are based on Alex Graf's "ppc-next" branch + the
> patchset supporting EEH for guest, which can be checked out
> from below link:
>
> address@hidden:gwshan/qemu.git (branch: eeh)
>
>Gavin Shan (2):
> VFIO: Drop vfio_container_do_ioctl()
> VFIO: Clear stale MSIx table during EEH reset
>
> hw/misc/vfio.c | 57 +++++++++++++++++++++++++++++++++++++++------------------
> 1 file changed, 39 insertions(+), 18 deletions(-)
>
Alex, any comments? :-)
Thanks,
Gavin