[PULL 0/3] VFIO updates 2023-05-09

Alex Williamson posted 3 patches 11 months, 3 weeks ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20230509215923.3186420-1-alex.williamson@redhat.com
Maintainers: Alex Williamson <alex.williamson@redhat.com>, "Cédric Le Goater" <clg@redhat.com>
hw/vfio/common.c |  3 ++-
hw/vfio/pci.c    | 67 ++++++++++++++++++++++++++++++++++++++++++++++--
hw/vfio/pci.h    |  1 +
3 files changed, 68 insertions(+), 3 deletions(-)
[PULL 0/3] VFIO updates 2023-05-09
Posted by Alex Williamson 11 months, 3 weeks ago
The following changes since commit 271477b59e723250f17a7e20f139262057921b6a:

  Merge tag 'compression-code-pull-request' of https://gitlab.com/juan.quintela/qemu into staging (2023-05-08 20:38:05 +0100)

are available in the Git repository at:

  https://gitlab.com/alex.williamson/qemu.git tags/vfio-updates-20230509.0

for you to fetch changes up to b5048a4cbfa0362abc720b5198fe9a35441bf5fe:

  vfio/pci: Static Resizable BAR capability (2023-05-09 09:30:13 -0600)

----------------------------------------------------------------
VFIO updates 2023-05-09

 * Add vf-token device option allowing QEMU to assign VFs where the PF
   is managed by a userspace driver. (Minwoo Im)

 * Skip log_sync during migration setup as a potential source of failure
   and likely source of redundancy. (Avihai Horon)

 * Virtualize PCIe Resizable BAR capability rather than hiding it,
   exposing only the current size as available. (Alex Williamson)

----------------------------------------------------------------

Alex Williamson (1):
  vfio/pci: Static Resizable BAR capability

Avihai Horon (1):
  vfio/migration: Skip log_sync during migration SETUP state

Minwoo Im (1):
  vfio/pci: add support for VF token

 hw/vfio/common.c |  3 ++-
 hw/vfio/pci.c    | 67 ++++++++++++++++++++++++++++++++++++++++++++++--
 hw/vfio/pci.h    |  1 +
 3 files changed, 68 insertions(+), 3 deletions(-)

-- 
2.39.2
Re: [PULL 0/3] VFIO updates 2023-05-09
Posted by Richard Henderson 11 months, 3 weeks ago
On 5/9/23 22:59, Alex Williamson wrote:
> The following changes since commit 271477b59e723250f17a7e20f139262057921b6a:
> 
>    Merge tag 'compression-code-pull-request' of https://gitlab.com/juan.quintela/qemu into staging (2023-05-08 20:38:05 +0100)
> 
> are available in the Git repository at:
> 
>    https://gitlab.com/alex.williamson/qemu.git tags/vfio-updates-20230509.0
> 
> for you to fetch changes up to b5048a4cbfa0362abc720b5198fe9a35441bf5fe:
> 
>    vfio/pci: Static Resizable BAR capability (2023-05-09 09:30:13 -0600)
> 
> ----------------------------------------------------------------
> VFIO updates 2023-05-09
> 
>   * Add vf-token device option allowing QEMU to assign VFs where the PF
>     is managed by a userspace driver. (Minwoo Im)
> 
>   * Skip log_sync during migration setup as a potential source of failure
>     and likely source of redundancy. (Avihai Horon)
> 
>   * Virtualize PCIe Resizable BAR capability rather than hiding it,
>     exposing only the current size as available. (Alex Williamson)
> 
> ----------------------------------------------------------------
> 
> Alex Williamson (1):
>    vfio/pci: Static Resizable BAR capability
> 
> Avihai Horon (1):
>    vfio/migration: Skip log_sync during migration SETUP state
> 
> Minwoo Im (1):
>    vfio/pci: add support for VF token
> 
>   hw/vfio/common.c |  3 ++-
>   hw/vfio/pci.c    | 67 ++++++++++++++++++++++++++++++++++++++++++++++--
>   hw/vfio/pci.h    |  1 +
>   3 files changed, 68 insertions(+), 3 deletions(-)
> 

Applied, thanks.  Please update https://wiki.qemu.org/ChangeLog/8.1 as appropriate.


r~