All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] vfio: Some fixes about vfio-pci MMIO RAM mapping
@ 2021-09-03  9:36 Kunkun Jiang
  2021-09-03  9:36 ` [PATCH 1/2] vfio/pci: Fix vfio-pci sub-page MMIO BAR mmaping in live migration Kunkun Jiang
  2021-09-03  9:36 ` [PATCH 2/2] vfio/common: Add trace point when a MMIO RAM section less than PAGE_SIZE Kunkun Jiang
  0 siblings, 2 replies; 9+ messages in thread
From: Kunkun Jiang @ 2021-09-03  9:36 UTC (permalink / raw)
  To: Alex Williamson, Eric Auger, Kirti Wankhede,
	open list:All patches CC here
  Cc: wanghaibin.wang, Kunkun Jiang, tangnianyao, ganqixin

This series include patches as below:

Patch 1:
- Deleted a check to fix vfio-pci sub-page MMIO BAR mmaping in live migration

Patch 2:
- Added a trace point to informe users when a MMIO RAM ection less than PAGE_SIZE

Kunkun Jiang (2):
  vfio/pci: Fix vfio-pci sub-page MMIO BAR mmaping in live migration
  vfio/common: Add trace point when a MMIO RAM section less than
    PAGE_SIZE

 hw/vfio/common.c | 7 +++++++
 hw/vfio/pci.c    | 8 +-------
 2 files changed, 8 insertions(+), 7 deletions(-)

-- 
2.23.0



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

end of thread, other threads:[~2021-09-13  2:46 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-03  9:36 [PATCH 0/2] vfio: Some fixes about vfio-pci MMIO RAM mapping Kunkun Jiang
2021-09-03  9:36 ` [PATCH 1/2] vfio/pci: Fix vfio-pci sub-page MMIO BAR mmaping in live migration Kunkun Jiang
2021-09-08 20:45   ` Alex Williamson
2021-09-10  8:33     ` Kunkun Jiang
2021-09-10 22:24       ` Alex Williamson
2021-09-13  2:44         ` Kunkun Jiang
2021-09-03  9:36 ` [PATCH 2/2] vfio/common: Add trace point when a MMIO RAM section less than PAGE_SIZE Kunkun Jiang
2021-09-08 20:45   ` Alex Williamson
2021-09-10  8:38     ` Kunkun Jiang

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.