[PULL 0/3] Bugfixes for QEMU 9.2 rc3

Paolo Bonzini posted 3 patches 1 week, 1 day ago
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(-)
[PULL 0/3] Bugfixes for QEMU 9.2 rc3
Posted by Paolo Bonzini 1 week, 1 day ago
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(-)
-- 
2.47.0
Re: [PULL 0/3] Bugfixes for QEMU 9.2 rc3
Posted by Peter Maydell 1 week ago
On Thu, 28 Nov 2024 at 19:05, Paolo Bonzini <pbonzini@redhat.com> wrote:
>
> 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
>


Applied, thanks.

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

-- PMM