All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [RFC PATCH v3 0/2] Fix MSIx lost after PE reset
@ 2014-09-08  4:52 Gavin Shan
  2014-09-08  4:52 ` [Qemu-devel] [RFC PATCH v3 1/2] VFIO: Drop vfio_container_do_ioctl() Gavin Shan
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Gavin Shan @ 2014-09-08  4:52 UTC (permalink / raw)
  To: qemu-devel; +Cc: aik, alex.williamson, 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: 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:

      git@github.com:gwshan/qemu.git (branch: eeh)

*** SUBJECT HERE ***

*** BLURB HERE ***

Gavin Shan (2):
  VFIO: Drop vfio_container_do_ioctl()
  VFIO: Clear stale interrupt vectors during reset

 hw/misc/vfio.c | 99 +++++++++++++++++++++++++++++++++++++++++-----------------
 1 file changed, 70 insertions(+), 29 deletions(-)

-- 
1.8.3.2

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-09-08  4:59 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-09-08  4:52 [Qemu-devel] [RFC PATCH v3 0/2] Fix MSIx lost after PE reset Gavin Shan
2014-09-08  4:52 ` [Qemu-devel] [RFC PATCH v3 1/2] VFIO: Drop vfio_container_do_ioctl() Gavin Shan
2014-09-08  4:52 ` [Qemu-devel] [RFC PATCH v3 2/2] VFIO: Clear stale interrupt vectors during reset Gavin Shan
2014-09-08  4:59 ` [Qemu-devel] [RFC PATCH v3 0/2] Fix MSIx lost after PE reset Gavin Shan

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.