qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4 0/3] vfio: Some fixes and optimizations for VFIO migration
@ 2021-03-10  3:02 Shenming Lu
  2021-03-10  3:02 ` [PATCH v4 1/3] vfio: Move the saving of the config space to the right place in " Shenming Lu
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Shenming Lu @ 2021-03-10  3:02 UTC (permalink / raw)
  To: Alex Williamson, Kirti Wankhede, Cornelia Huck, qemu-devel,
	qemu-arm
  Cc: Lorenzo Pieralisi, Neo Jia, mst, Marc Zyngier,
	Dr . David Alan Gilbert, Eric Auger, yuzenghui, wanghaibin.wang,
	lushenming

This patch set includes two fixes and one optimization for VFIO migration
as blew:

Patch 1-2:
- Fix two ordering problems in migration.

Patch 3:
- Optimize the enabling process of the MSI-X vectors in migration.

History:

v3 -> v4
- Use msix_function_masked instead of msix_masked() in Patch 3.

v2 -> v3:
- Nit fixes.
- Set error in migration stream for migration to fail in Patch 1.
- Tested Patch 3 with a Windows guest.

Thanks,
Shenming


Shenming Lu (3):
  vfio: Move the saving of the config space to the right place in VFIO
    migration
  vfio: Set the priority of the VFIO VM state change handler explicitly
  vfio: Avoid disabling and enabling vectors repeatedly in VFIO
    migration

 hw/vfio/migration.c | 28 +++++++++++++++++-----------
 hw/vfio/pci.c       | 20 +++++++++++++++++---
 2 files changed, 34 insertions(+), 14 deletions(-)

-- 
2.19.1



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

end of thread, other threads:[~2021-03-10  3:07 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-03-10  3:02 [PATCH v4 0/3] vfio: Some fixes and optimizations for VFIO migration Shenming Lu
2021-03-10  3:02 ` [PATCH v4 1/3] vfio: Move the saving of the config space to the right place in " Shenming Lu
2021-03-10  3:02 ` [PATCH v4 2/3] vfio: Set the priority of the VFIO VM state change handler explicitly Shenming Lu
2021-03-10  3:02 ` [PATCH v4 3/3] vfio: Avoid disabling and enabling vectors repeatedly in VFIO migration Shenming Lu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).