[PATCH 0/3] qemu: Fix waiting for domain condition when qemu crashes

Peter Krempa posted 3 patches 1 year, 8 months ago
Failed in applying to current master (apply log)
src/qemu/qemu_block.c     |  2 +-
src/qemu/qemu_domain.c    | 17 +++++++++++++++++
src/qemu/qemu_domain.h    |  3 +++
src/qemu/qemu_driver.c    |  5 +++--
src/qemu/qemu_migration.c | 12 ++++++------
src/qemu/qemu_process.c   |  1 +
6 files changed, 31 insertions(+), 9 deletions(-)
[PATCH 0/3] qemu: Fix waiting for domain condition when qemu crashes
Posted by Peter Krempa 1 year, 8 months ago
See 3/4.

Peter Krempa (4):
  qemuProcessBeginStopJob: Add debug log when waking up all threads
    waiting on domain condition
  qemu: Replace virDomainObjWait with qemuDomainObjWait
  qemuDomainObjWait: Report error when VM is being destroyed
  DO_NOT_APPLY_UPSTREAM: reproducer

 src/qemu/qemu_block.c     |  2 +-
 src/qemu/qemu_domain.c    | 17 +++++++++++++++++
 src/qemu/qemu_domain.h    |  3 +++
 src/qemu/qemu_driver.c    |  5 +++--
 src/qemu/qemu_migration.c | 12 ++++++------
 src/qemu/qemu_process.c   |  1 +
 6 files changed, 31 insertions(+), 9 deletions(-)

-- 
2.37.1
Re: [PATCH 0/3] qemu: Fix waiting for domain condition when qemu crashes
Posted by Ján Tomko 1 year, 8 months ago
On a Wednesday in 2022, Peter Krempa wrote:
>See 3/4.

3/4 out of a 3-patch series, interesting.

>
>Peter Krempa (4):
>  qemuProcessBeginStopJob: Add debug log when waking up all threads
>    waiting on domain condition
>  qemu: Replace virDomainObjWait with qemuDomainObjWait
>  qemuDomainObjWait: Report error when VM is being destroyed

Reviewed-by: Ján Tomko <jtomko@redhat.com>

Jano

>  DO_NOT_APPLY_UPSTREAM: reproducer
>
> src/qemu/qemu_block.c     |  2 +-
> src/qemu/qemu_domain.c    | 17 +++++++++++++++++
> src/qemu/qemu_domain.h    |  3 +++
> src/qemu/qemu_driver.c    |  5 +++--
> src/qemu/qemu_migration.c | 12 ++++++------
> src/qemu/qemu_process.c   |  1 +
> 6 files changed, 31 insertions(+), 9 deletions(-)
>
>-- 
>2.37.1
>