[PATCH 0/3] qemu: Fix crash on disk hotplug rollback

Peter Krempa via Devel posted 3 patches 8 months, 1 week ago
Failed in applying to current master (apply log)
NEWS.rst                | 5 +++++
src/qemu/qemu_block.c   | 3 +++
src/qemu/qemu_hotplug.c | 7 ++++++-
3 files changed, 14 insertions(+), 1 deletion(-)
[PATCH 0/3] qemu: Fix crash on disk hotplug rollback
Posted by Peter Krempa via Devel 8 months, 1 week ago
Peter Krempa (3):
  qemu: block: Don't crash if qemuBlockThrottleFiltersDetach gets NULL
    @data
  qemuDomainAttachDiskGeneric: Report errors from
    'qemuBuildThrottleFiltersAttachPrepareBlockdev'
  NEWS: Mention fix of crash on disk hotplug failure

 NEWS.rst                | 5 +++++
 src/qemu/qemu_block.c   | 3 +++
 src/qemu/qemu_hotplug.c | 7 ++++++-
 3 files changed, 14 insertions(+), 1 deletion(-)

-- 
2.49.0
Re: [PATCH 0/3] qemu: Fix crash on disk hotplug rollback
Posted by Michal Prívozník via Devel 8 months, 1 week ago
On 4/11/25 13:57, Peter Krempa via Devel wrote:
> Peter Krempa (3):
>   qemu: block: Don't crash if qemuBlockThrottleFiltersDetach gets NULL
>     @data
>   qemuDomainAttachDiskGeneric: Report errors from
>     'qemuBuildThrottleFiltersAttachPrepareBlockdev'
>   NEWS: Mention fix of crash on disk hotplug failure
> 
>  NEWS.rst                | 5 +++++
>  src/qemu/qemu_block.c   | 3 +++
>  src/qemu/qemu_hotplug.c | 7 ++++++-
>  3 files changed, 14 insertions(+), 1 deletion(-)
> 

Reviewed-by: Michal Privoznik <mprivozn@redhat.com>

Michal