[PULL 0/2] VFIO update 2021-11-01 (for v6.2)

Alex Williamson posted 2 patches 2 years, 6 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/163579674962.3486201.2525541279968158386.stgit@omen
Maintainers: Alex Williamson <alex.williamson@redhat.com>
hw/vfio/common.c |  7 +++++++
hw/vfio/pci.c    | 19 ++++++++++++++++++-
2 files changed, 25 insertions(+), 1 deletion(-)
[PULL 0/2] VFIO update 2021-11-01 (for v6.2)
Posted by Alex Williamson 2 years, 6 months ago
The following changes since commit af531756d25541a1b3b3d9a14e72e7fedd941a2e:

  Merge remote-tracking branch 'remotes/philmd/tags/renesas-20211030' into staging (2021-10-30 11:31:41 -0700)

are available in the Git repository at:

  git://github.com/awilliam/qemu-vfio.git tags/vfio-update-20211101.0

for you to fetch changes up to e4b34708388b20f1ceb55f1d563d8da925a32424:

  vfio/common: Add a trace point when a MMIO RAM section cannot be mapped (2021-11-01 12:17:51 -0600)

----------------------------------------------------------------
VFIO update 2021-11-01

 * Re-enable expanded sub-page BAR mappings after migration (Kunkun Jiang)

 * Trace dropped listener sections due to page alignment (Kunkun Jiang)

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


Re: [PULL 0/2] VFIO update 2021-11-01 (for v6.2)
Posted by Richard Henderson 2 years, 6 months ago
On 11/1/21 4:01 PM, Alex Williamson wrote:
> The following changes since commit af531756d25541a1b3b3d9a14e72e7fedd941a2e:
> 
>    Merge remote-tracking branch 'remotes/philmd/tags/renesas-20211030' into staging (2021-10-30 11:31:41 -0700)
> 
> are available in the Git repository at:
> 
>    git://github.com/awilliam/qemu-vfio.git tags/vfio-update-20211101.0
> 
> for you to fetch changes up to e4b34708388b20f1ceb55f1d563d8da925a32424:
> 
>    vfio/common: Add a trace point when a MMIO RAM section cannot be mapped (2021-11-01 12:17:51 -0600)
> 
> ----------------------------------------------------------------
> VFIO update 2021-11-01
> 
>   * Re-enable expanded sub-page BAR mappings after migration (Kunkun Jiang)
> 
>   * Trace dropped listener sections due to page alignment (Kunkun Jiang)
> 
> ----------------------------------------------------------------
> 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(-)

Applied, thanks.

r~