mbox

[PULL,0/4] vfio queue

Message ID 20241024053203.1559456-1-clg@redhat.com (mailing list archive)
State New
Headers show

Pull-request

https://github.com/legoater/qemu/ tags/pull-vfio-20241024

Message

Cédric Le Goater Oct. 24, 2024, 5:31 a.m. UTC
The following changes since commit 6f625ce2f21d6a1243065d236298277c56f972d5:

  Merge tag 'pull-request-2024-10-21' of https://gitlab.com/thuth/qemu into staging (2024-10-21 17:12:59 +0100)

are available in the Git repository at:

  https://github.com/legoater/qemu/ tags/pull-vfio-20241024

for you to fetch changes up to 00b519c0bca0e933ed22e2e6f8bca6b23f41f950:

  vfio/helpers: Align mmaps (2024-10-23 14:46:24 +0200)

----------------------------------------------------------------
vfio queue:

* Fixed size reported in vfio_state_pending_exact()
* Added support for PMD or PUD aligned mappings

----------------------------------------------------------------
Alex Williamson (2):
      vfio/helpers: Refactor vfio_region_mmap() error handling
      vfio/helpers: Align mmaps

Avihai Horon (2):
      vfio/migration: Report only stop-copy size in vfio_state_pending_exact()
      vfio/migration: Change trace formats from hex to decimal

 hw/vfio/helpers.c    | 66 +++++++++++++++++++++++++++++++++++++---------------
 hw/vfio/migration.c  |  3 ---
 hw/vfio/trace-events | 10 ++++----
 3 files changed, 52 insertions(+), 27 deletions(-)

Comments

Peter Maydell Oct. 25, 2024, 2:23 p.m. UTC | #1
On Thu, 24 Oct 2024 at 06:33, Cédric Le Goater <clg@redhat.com> wrote:
>
> The following changes since commit 6f625ce2f21d6a1243065d236298277c56f972d5:
>
>   Merge tag 'pull-request-2024-10-21' of https://gitlab.com/thuth/qemu into staging (2024-10-21 17:12:59 +0100)
>
> are available in the Git repository at:
>
>   https://github.com/legoater/qemu/ tags/pull-vfio-20241024
>
> for you to fetch changes up to 00b519c0bca0e933ed22e2e6f8bca6b23f41f950:
>
>   vfio/helpers: Align mmaps (2024-10-23 14:46:24 +0200)
>
> ----------------------------------------------------------------
> vfio queue:
>
> * Fixed size reported in vfio_state_pending_exact()
> * Added support for PMD or PUD aligned mappings
>



Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/9.2
for any user-visible changes.

-- PMM