mbox

[PULL,0/3] vfio queue

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

Pull-request

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

Message

Cédric Le Goater Nov. 18, 2024, 8:37 a.m. UTC
The following changes since commit abb1565d3d863cf210f18f70c4a42b0f39b8ccdb:

  Merge tag 'pull-tcg-20241116' of https://gitlab.com/rth7680/qemu into staging (2024-11-16 18:16:46 +0000)

are available in the Git repository at:

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

for you to fetch changes up to ebbf7c60bbd1ceedf9faf962e428ceda2388c248:

  vfio/container: Fix container object destruction (2024-11-18 08:40:06 +0100)

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

* Fixed IGD support
* Fixed QEMU crash when passing through devices in SEV-SNP guests

----------------------------------------------------------------
Corvin Köhne (2):
      vfio/igd: add pci id for Coffee Lake
      vfio/igd: fix calculation of graphics stolen memory

Cédric Le Goater (1):
      vfio/container: Fix container object destruction

 hw/vfio/container-base.c | 2 +-
 hw/vfio/igd.c            | 5 ++++-
 2 files changed, 5 insertions(+), 2 deletions(-)

Comments

Peter Maydell Nov. 18, 2024, 2:33 p.m. UTC | #1
On Mon, 18 Nov 2024 at 08:38, Cédric Le Goater <clg@redhat.com> wrote:
>
> The following changes since commit abb1565d3d863cf210f18f70c4a42b0f39b8ccdb:
>
>   Merge tag 'pull-tcg-20241116' of https://gitlab.com/rth7680/qemu into staging (2024-11-16 18:16:46 +0000)
>
> are available in the Git repository at:
>
>   https://github.com/legoater/qemu/ tags/pull-vfio-20241118
>
> for you to fetch changes up to ebbf7c60bbd1ceedf9faf962e428ceda2388c248:
>
>   vfio/container: Fix container object destruction (2024-11-18 08:40:06 +0100)
>
> ----------------------------------------------------------------
> vfio queue:
>
> * Fixed IGD support
> * Fixed QEMU crash when passing through devices in SEV-SNP guests
>
> ----------------------------------------------------------------


Applied, thanks.

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

-- PMM