All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Mechanical conversion to QEMU_LOCK_GUARD
@ 2026-05-22  8:06 Evgeny Kolmakov
  2026-05-22  8:06 ` [PATCH 1/2] net/colo-compare: Use QEMU_LOCK_GUARD to simplify mutex handling Evgeny Kolmakov
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Evgeny Kolmakov @ 2026-05-22  8:06 UTC (permalink / raw)
  To: qemu-devel
  Cc: qemu-trivial, stefanha, fam, kwolf, hreitz, zhangckid, lizhijian,
	jasowang, Evgeny Kolmakov

This trivial series replaces manual qemu_mutex_(un)lock() calls
with the safer QEMU_LOCK_GUARD() macro in
  net/colo-compare.c: colo_notify_compares_event(),
  block/io.c: bdrv_co_get_self_request().

Evgeny Kolmakov (2):
  net/colo-compare: Use QEMU_LOCK_GUARD to simplify mutex handling
  block/io: Use QEMU_LOCK_GUARD to simplify mutex handling

 block/io.c         | 4 +---
 net/colo-compare.c | 8 ++------
 2 files changed, 3 insertions(+), 9 deletions(-)

-- 
2.43.0



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2026-05-26  7:46 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-22  8:06 [PATCH 0/2] Mechanical conversion to QEMU_LOCK_GUARD Evgeny Kolmakov
2026-05-22  8:06 ` [PATCH 1/2] net/colo-compare: Use QEMU_LOCK_GUARD to simplify mutex handling Evgeny Kolmakov
2026-05-26  7:46   ` Philippe Mathieu-Daudé
2026-05-22  8:06 ` [PATCH 2/2] block/io: " Evgeny Kolmakov
2026-05-26  7:46   ` Philippe Mathieu-Daudé
2026-05-25 11:45 ` [PATCH 0/2] Mechanical conversion to QEMU_LOCK_GUARD Zhang Chen

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.