[PATCH v2 0/2] qemuProcessStop: Don't unlock domain during cleanup

Michal Privoznik posted 2 patches 2 months, 1 week ago
src/libvirt_private.syms  |  1 +
src/qemu/qemu_process.c   | 18 ++++++++++++++----
src/util/vireventthread.c | 22 ++++++++++++++++++++++
src/util/vireventthread.h |  2 ++
4 files changed, 39 insertions(+), 4 deletions(-)
[PATCH v2 0/2] qemuProcessStop: Don't unlock domain during cleanup
Posted by Michal Privoznik 2 months, 1 week ago
v2 of:

https://lists.libvirt.org/archives/list/devel@lists.libvirt.org/thread/ELMSQXB7V3LUDO5ZSEIQPW6F52UL7ALJ/

diff to v1:
- The stopping of per-domain event thread is moved after killing QEMU's
  PID,
- New/enhanced comments to warn developers.

Michal Prívozník (2):
  vireventthread: Introduce virEventThreadStop
  qemu: Use virEventThreadStop() in qemuProcessStop()

 src/libvirt_private.syms  |  1 +
 src/qemu/qemu_process.c   | 18 ++++++++++++++----
 src/util/vireventthread.c | 22 ++++++++++++++++++++++
 src/util/vireventthread.h |  2 ++
 4 files changed, 39 insertions(+), 4 deletions(-)

-- 
2.44.2
Re: [PATCH v2 0/2] qemuProcessStop: Don't unlock domain during cleanup
Posted by Michal Prívozník 1 month, 3 weeks ago
On 8/7/24 14:44, Michal Privoznik wrote:
> 

Ping. It'd be nice to have this merged before the release.

Michal