[PULL 0/2] Bugfixes for QEMU 7.0-rc1

Paolo Bonzini posted 2 patches 2 years, 1 month ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20220321164502.201160-1-pbonzini@redhat.com
Maintainers: Paolo Bonzini <pbonzini@redhat.com>, Richard Henderson <richard.henderson@linaro.org>, Eduardo Habkost <eduardo@habkost.net>, "Michael S. Tsirkin" <mst@redhat.com>, Marcel Apfelbaum <marcel.apfelbaum@gmail.com>, Marcelo Tosatti <mtosatti@redhat.com>
hw/i386/amd_iommu.c   |  7 ++-----
target/i386/kvm/kvm.c | 17 +++++++++++++----
2 files changed, 15 insertions(+), 9 deletions(-)
[PULL 0/2] Bugfixes for QEMU 7.0-rc1
Posted by Paolo Bonzini 2 years, 1 month ago
The following changes since commit e2fb7d8aa218256793df99571d16f92074258447:

  Merge tag 'dbus-pull-request' of gitlab.com:marcandre.lureau/qemu into staging (2022-03-15 16:28:50 +0000)

are available in the Git repository at:

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

for you to fetch changes up to 17e6ffa6a5d2674cb2ebfd967d28b1048261d977:

  hw/i386/amd_iommu: Fix maybe-uninitialized error with GCC 12 (2022-03-21 15:57:47 +0100)

----------------------------------------------------------------
Bugfixes.

----------------------------------------------------------------
Paolo Bonzini (2):
      target/i386: kvm: do not access uninitialized variable on older kernels
      hw/i386/amd_iommu: Fix maybe-uninitialized error with GCC 12

 hw/i386/amd_iommu.c   |  7 ++-----
 target/i386/kvm/kvm.c | 17 +++++++++++++----
 2 files changed, 15 insertions(+), 9 deletions(-)
-- 
2.35.1
Re: [PULL 0/2] Bugfixes for QEMU 7.0-rc1
Posted by Peter Maydell 2 years, 1 month ago
On Mon, 21 Mar 2022 at 16:48, Paolo Bonzini <pbonzini@redhat.com> wrote:
>
> The following changes since commit e2fb7d8aa218256793df99571d16f92074258447:
>
>   Merge tag 'dbus-pull-request' of gitlab.com:marcandre.lureau/qemu into staging (2022-03-15 16:28:50 +0000)
>
> are available in the Git repository at:
>
>   https://gitlab.com/bonzini/qemu.git tags/for-upstream
>
> for you to fetch changes up to 17e6ffa6a5d2674cb2ebfd967d28b1048261d977:
>
>   hw/i386/amd_iommu: Fix maybe-uninitialized error with GCC 12 (2022-03-21 15:57:47 +0100)
>
> ----------------------------------------------------------------
> Bugfixes.
>
> ----------------------------------------------------------------
> Paolo Bonzini (2):
>       target/i386: kvm: do not access uninitialized variable on older kernels
>       hw/i386/amd_iommu: Fix maybe-uninitialized error with GCC 12


Applied, thanks.

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

-- PMM