From: Thomas Huth <thuth@redhat.com>
To: AlanoSong@163.com, qemu-devel@nongnu.org
Cc: sstabellini@kernel.org, anthony@xenproject.org,
QEMU Trivial <qemu-trivial@nongnu.org>
Subject: Re: [PATCH 2/2] hw/9pfs: Correct typo
Date: Tue, 2 Dec 2025 20:53:27 +0100 [thread overview]
Message-ID: <47138433-8a81-4a7e-8ce0-b96211df5ef0@redhat.com> (raw)
In-Reply-To: <20251202132132.17636-1-AlanoSong@163.com>
On 02/12/2025 14.21, AlanoSong@163.com wrote:
> Correct comment typo in xen_9pfs_bh()
>
> Signed-off-by: Alano Song <AlanoSong@163.com>
> ---
> hw/9pfs/xen-9p-backend.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/hw/9pfs/xen-9p-backend.c b/hw/9pfs/xen-9p-backend.c
> index 79359d911a..ca0fff5fa9 100644
> --- a/hw/9pfs/xen-9p-backend.c
> +++ b/hw/9pfs/xen-9p-backend.c
> @@ -310,7 +310,7 @@ static void xen_9pfs_bh(void *opaque)
>
> again:
> wait = ring->co != NULL && qemu_coroutine_entered(ring->co);
> - /* paired with the smb_wmb barriers in xen_9pfs_init_in_iov_from_pdu */
> + /* paired with the smp_wmb barriers in xen_9pfs_init_in_iov_from_pdu */
> smp_rmb();
> if (wait) {
> cpu_relax();
Reviewed-by: Thomas Huth <thuth@redhat.com>
next prev parent reply other threads:[~2025-12-02 19:53 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-12-02 13:21 [PATCH 2/2] hw/9pfs: Correct typo AlanoSong
2025-12-02 19:53 ` Thomas Huth [this message]
2025-12-03 12:12 ` Christian Schoenebeck
2025-12-03 13:25 ` Alano Song
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=47138433-8a81-4a7e-8ce0-b96211df5ef0@redhat.com \
--to=thuth@redhat.com \
--cc=AlanoSong@163.com \
--cc=anthony@xenproject.org \
--cc=qemu-devel@nongnu.org \
--cc=qemu-trivial@nongnu.org \
--cc=sstabellini@kernel.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).