mbox

[PULL,0/3] Bugfixes for QEMU 9.2 rc3

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

Pull-request

https://gitlab.com/bonzini/qemu.git tags/for-upstream

Message

Paolo Bonzini Nov. 28, 2024, 7:03 p.m. UTC
The following changes since commit 24602b77f5658ae8377958c15fdef2f44affc743:

  Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu into staging (2024-11-28 10:50:20 +0000)

are available in the Git repository at:

  https://gitlab.com/bonzini/qemu.git tags/for-upstream

for you to fetch changes up to 3abb67323aeecf06a27191076ab50424ec21f334:

  scsi: megasas: Internal cdbs have 16-byte length (2024-11-28 18:02:22 +0100)

----------------------------------------------------------------
* amd_iommu: fix clang failure on non-KVM targets
* target/i386/hvf: fix advertised 1G page support
* megasas: fix CDB length

----------------------------------------------------------------
Alexander Graf (1):
      hvf: complete 1G page support

Guenter Roeck (1):
      scsi: megasas: Internal cdbs have 16-byte length

Sairaj Kodilkar (1):
      amd_iommu: Fix kvm_enable_x2apic link error with clang in non-KVM builds

 hw/i386/amd_iommu.c       |  8 +++++---
 hw/scsi/megasas.c         | 14 ++------------
 target/i386/hvf/x86_mmu.c | 30 ++++++++++++++++++++----------
 3 files changed, 27 insertions(+), 25 deletions(-)