qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/2] vfio: Some fixes about vfio-pci MMIO BARs mapping
@ 2021-10-27  9:04 Kunkun Jiang
  2021-10-27  9:04 ` [PATCH v3 1/2] vfio/pci: Add support for mmapping sub-page MMIO BARs after live migration Kunkun Jiang
  2021-10-27  9:04 ` [PATCH v3 2/2] vfio/common: Add a trace point when a MMIO RAM section cannot be mapped Kunkun Jiang
  0 siblings, 2 replies; 3+ messages in thread
From: Kunkun Jiang @ 2021-10-27  9:04 UTC (permalink / raw)
  To: Alex Williamson, Eric Auger, open list:All patches CC here
  Cc: wanghaibin.wang, Kunkun Jiang, tangnianyao, ganqixin

This series include patches as below:

Patch 1:
- Added support for mmapping sub-page MMIO BAR after live migration to improve
  IO performance for some devices

Patch 2:
- Added a trace point to informe users when a MMIO RAM section cannot be mapped

History:

v2 -> v3:
- Modify commit message [Eric Auger]

v1 -> v2:
- Add iterate sub-page BARs in vfio_pci_load_config and try to update them [Alex Williamson]

Kunkun Jiang (2):
  vfio/pci: Add support for mmapping sub-page MMIO BARs after live
    migration
  vfio/common: Add a trace point when a MMIO RAM section cannot be
    mapped

 hw/vfio/common.c |  7 +++++++
 hw/vfio/pci.c    | 19 ++++++++++++++++++-
 2 files changed, 25 insertions(+), 1 deletion(-)

-- 
2.23.0



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

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

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-10-27  9:04 [PATCH v3 0/2] vfio: Some fixes about vfio-pci MMIO BARs mapping Kunkun Jiang
2021-10-27  9:04 ` [PATCH v3 1/2] vfio/pci: Add support for mmapping sub-page MMIO BARs after live migration Kunkun Jiang
2021-10-27  9:04 ` [PATCH v3 2/2] vfio/common: Add a trace point when a MMIO RAM section cannot be mapped Kunkun Jiang

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).