[PULL 0/1] query-stats-schemas crash fix for QEMU 7.1

Paolo Bonzini posted 1 patch 1 year, 8 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20220819091246.178546-1-pbonzini@redhat.com
Maintainers: Paolo Bonzini <pbonzini@redhat.com>
accel/kvm/kvm-all.c | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
[PULL 0/1] query-stats-schemas crash fix for QEMU 7.1
Posted by Paolo Bonzini 1 year, 8 months ago
The following changes since commit c7208a6e0d049f9e8af15df908168a79b1f99685:

  Update version for v7.1.0-rc3 release (2022-08-16 20:45:19 -0500)

are available in the Git repository at:

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

for you to fetch changes up to a9197ad2101cfc885cc316af299f49ba89039e54:

  kvm: fix segfault with query-stats-schemas and -M none (2022-08-18 14:08:24 +0200)

----------------------------------------------------------------
Fix SIGSEGV with query-stats-schema.

This allows management tools to query the statistics schemas without
worrying that some versions of QEMU will crash.

----------------------------------------------------------------
Paolo Bonzini (1):
      kvm: fix segfault with query-stats-schemas and -M none

 accel/kvm/kvm-all.c | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)
-- 
2.37.1
Re: [PULL 0/1] query-stats-schemas crash fix for QEMU 7.1
Posted by Richard Henderson 1 year, 8 months ago
On 8/19/22 02:12, Paolo Bonzini wrote:
> The following changes since commit c7208a6e0d049f9e8af15df908168a79b1f99685:
> 
>    Update version for v7.1.0-rc3 release (2022-08-16 20:45:19 -0500)
> 
> are available in the Git repository at:
> 
>    https://gitlab.com/bonzini/qemu.git tags/for-upstream
> 
> for you to fetch changes up to a9197ad2101cfc885cc316af299f49ba89039e54:
> 
>    kvm: fix segfault with query-stats-schemas and -M none (2022-08-18 14:08:24 +0200)
> 
> ----------------------------------------------------------------
> Fix SIGSEGV with query-stats-schema.
> 
> This allows management tools to query the statistics schemas without
> worrying that some versions of QEMU will crash.


Applied, thanks.  Please update https://wiki.qemu.org/ChangeLog/7.1 as appropriate.


r~


> 
> ----------------------------------------------------------------
> Paolo Bonzini (1):
>        kvm: fix segfault with query-stats-schemas and -M none
> 
>   accel/kvm/kvm-all.c | 8 +++++---
>   1 file changed, 5 insertions(+), 3 deletions(-)