From: Evgeny Kolmakov <randomjack94dev@gmail.com>
To: qemu-devel@nongnu.org
Cc: qemu-trivial@nongnu.org, stefanha@redhat.com, fam@euphon.net,
kwolf@redhat.com, hreitz@redhat.com, zhangckid@gmail.com,
lizhijian@fujitsu.com, jasowang@redhat.com,
Evgeny Kolmakov <randomjack94dev@gmail.com>
Subject: [PATCH 0/2] Mechanical conversion to QEMU_LOCK_GUARD
Date: Fri, 22 May 2026 11:06:42 +0300 [thread overview]
Message-ID: <20260522080644.9531-1-randomjack94dev@gmail.com> (raw)
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
next reply other threads:[~2026-05-22 12:57 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-05-22 8:06 Evgeny Kolmakov [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260522080644.9531-1-randomjack94dev@gmail.com \
--to=randomjack94dev@gmail.com \
--cc=fam@euphon.net \
--cc=hreitz@redhat.com \
--cc=jasowang@redhat.com \
--cc=kwolf@redhat.com \
--cc=lizhijian@fujitsu.com \
--cc=qemu-devel@nongnu.org \
--cc=qemu-trivial@nongnu.org \
--cc=stefanha@redhat.com \
--cc=zhangckid@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.