mbox

[PULL,0/1] VFIO updates 2022-06-08

Message ID 165471611818.206382.17518111383201260657.stgit@omen (mailing list archive)
State New, archived
Headers show

Pull-request

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

Message

Alex Williamson June 8, 2022, 7:23 p.m. UTC
The following changes since commit 9b1f58854959c5a9bdb347e3e04c252ab7fc9ef5:

  Merge tag 'pull-la-20220606' of https://gitlab.com/rth7680/qemu into staging (2022-06-06 16:16:01 -0700)

are available in the Git repository at:

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

for you to fetch changes up to ec6600be0dc16982181c7ad80d94c143c0807dd2:

  vfio/common: remove spurious warning on vfio_listener_region_del (2022-06-08 08:44:19 -0600)

----------------------------------------------------------------
VFIO updates 2022-06-08

 * Fix spurious alignment warnings for TPM on unmap too (Eric Auger)

----------------------------------------------------------------
Eric Auger (1):
      vfio/common: remove spurious warning on vfio_listener_region_del

 hw/vfio/common.c     | 10 +++++++++-
 hw/vfio/trace-events |  2 +-
 2 files changed, 10 insertions(+), 2 deletions(-)

Comments

Richard Henderson June 9, 2022, 1:45 p.m. UTC | #1
On 6/8/22 12:23, Alex Williamson wrote:
> The following changes since commit 9b1f58854959c5a9bdb347e3e04c252ab7fc9ef5:
> 
>    Merge tag 'pull-la-20220606' of https://gitlab.com/rth7680/qemu into staging (2022-06-06 16:16:01 -0700)
> 
> are available in the Git repository at:
> 
>    https://gitlab.com/alex.williamson/qemu.git tags/vfio-updates-20220608.0
> 
> for you to fetch changes up to ec6600be0dc16982181c7ad80d94c143c0807dd2:
> 
>    vfio/common: remove spurious warning on vfio_listener_region_del (2022-06-08 08:44:19 -0600)
> 
> ----------------------------------------------------------------
> VFIO updates 2022-06-08
> 
>   * Fix spurious alignment warnings for TPM on unmap too (Eric Auger)

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


r~


> 
> ----------------------------------------------------------------
> Eric Auger (1):
>        vfio/common: remove spurious warning on vfio_listener_region_del
> 
>   hw/vfio/common.c     | 10 +++++++++-
>   hw/vfio/trace-events |  2 +-
>   2 files changed, 10 insertions(+), 2 deletions(-)
> 
>