[PULL for-8.0? 0/1] Bug fix for QEMU 8.0-rc4

Paolo Bonzini posted 1 patch 1 year, 1 month ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20230404164839.455941-1-pbonzini@redhat.com
Maintainers: Paolo Bonzini <pbonzini@redhat.com>
accel/kvm/kvm-all.c | 9 +++++++++
1 file changed, 9 insertions(+)
[PULL for-8.0? 0/1] Bug fix for QEMU 8.0-rc4
Posted by Paolo Bonzini 1 year, 1 month ago
The following changes since commit f00506aeca2f6d92318967693f8da8c713c163f3:

  Merge tag 'pull-tcg-20230328' of https://gitlab.com/rth7680/qemu into staging (2023-03-29 11:19:19 +0100)

are available in the Git repository at:

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

for you to fetch changes up to 56adee407fc564da19e49cfe18e20e3da92320be:

  kvm: dirty-ring: Fix race with vcpu creation (2023-04-04 18:46:46 +0200)

----------------------------------------------------------------
Fix race condition that can cause a crash at startup.

----------------------------------------------------------------
Peter Xu (1):
      kvm: dirty-ring: Fix race with vcpu creation

 accel/kvm/kvm-all.c | 9 +++++++++
 1 file changed, 9 insertions(+)
-- 
2.39.2
Re: [PULL for-8.0? 0/1] Bug fix for QEMU 8.0-rc4
Posted by Peter Maydell 1 year, 1 month ago
On Tue, 4 Apr 2023 at 17:49, Paolo Bonzini <pbonzini@redhat.com> wrote:
>
> The following changes since commit f00506aeca2f6d92318967693f8da8c713c163f3:
>
>   Merge tag 'pull-tcg-20230328' of https://gitlab.com/rth7680/qemu into staging (2023-03-29 11:19:19 +0100)
>
> are available in the Git repository at:
>
>   https://gitlab.com/bonzini/qemu.git tags/for-upstream
>
> for you to fetch changes up to 56adee407fc564da19e49cfe18e20e3da92320be:
>
>   kvm: dirty-ring: Fix race with vcpu creation (2023-04-04 18:46:46 +0200)
>
> ----------------------------------------------------------------
> Fix race condition that can cause a crash at startup.
>
> ----------------------------------------------------------------
> Peter Xu (1):
>       kvm: dirty-ring: Fix race with vcpu creation
>


Applied, thanks.

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

-- PMM