public inbox for virtio-fs@lists.linux.dev
 help / color / mirror / Atom feed
From: "Michael S. Tsirkin" <mst@redhat.com>
To: Haoqian He <haoqian.he@smartx.com>
Cc: qemu-devel@nongnu.org, "Stefano Garzarella" <sgarzare@redhat.com>,
	"Raphael Norwitz" <raphael@enfabrica.net>,
	"Li Feng" <fengli@smartx.com>,
	yuhua@smartx.com, "Kevin Wolf" <kwolf@redhat.com>,
	"Hanna Reitz" <hreitz@redhat.com>,
	"Stefan Hajnoczi" <stefanha@redhat.com>,
	"Laurent Vivier" <lvivier@redhat.com>,
	"Amit Shah" <amit@kernel.org>,
	"Marc-André Lureau" <marcandre.lureau@redhat.com>,
	"Paolo Bonzini" <pbonzini@redhat.com>,
	"Gerd Hoffmann" <kraxel@redhat.com>,
	"Jason Wang" <jasowang@redhat.com>, "Fam Zheng" <fam@euphon.net>,
	"Alex Williamson" <alex.williamson@redhat.com>,
	"Cédric Le Goater" <clg@redhat.com>,
	"Alex Bennée" <alex.bennee@linaro.org>,
	"reviewer:vhost-user-scmi" <mzamazal@redhat.com>,
	"David Hildenbrand" <david@redhat.com>,
	"Gonglei (Arei)" <arei.gonglei@huawei.com>,
	"Eric Auger" <eric.auger@redhat.com>,
	"Richard Henderson" <richard.henderson@linaro.org>,
	"open list:Block layer core" <qemu-block@nongnu.org>,
	"open list:virtiofs" <virtio-fs@lists.linux.dev>
Subject: Re: [PATCH v5 3/3] vhost-user: return failure if backend crash when live migration
Date: Wed, 23 Apr 2025 06:04:32 -0400	[thread overview]
Message-ID: <20250423060336-mutt-send-email-mst@kernel.org> (raw)
In-Reply-To: <20250423060235-mutt-send-email-mst@kernel.org>

On Wed, Apr 23, 2025 at 06:03:20AM -0400, Michael S. Tsirkin wrote:
> On Wed, Apr 23, 2025 at 02:45:42PM +0800, Haoqian He wrote:
> > ...
> > Gently ping. Looking forward to the review of these patches.
> 
> it's tagged for the next pull, but pls do not quote all
> of patch just to add 1 line.
> Thanks!

Also pls do not send v5 as a reply to v4,
as otherwise it looks like a part of
a discussion.


  reply	other threads:[~2025-04-23 10:04 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20250314101535.1059308-1-haoqian.he@smartx.com>
2025-03-27  6:43 ` [PATCH v3 0/3] vhost: fix the IO error after live migration Haoqian He
2025-03-27  6:43   ` [PATCH v3 1/3] system/runstate: add VM state change cb with return value Haoqian He
2025-03-27  6:43   ` [PATCH v3 2/3] vhost: return failure if stop virtqueue failed in vhost_dev_stop Haoqian He
2025-03-27  6:43   ` [PATCH v3 3/3] vhost-user: return failure if backend crash when live migration Haoqian He
2025-04-01 15:18   ` [PATCH v4 0/3] vhost: fix the IO error after " Haoqian He
2025-04-01 15:18     ` [PATCH v4 1/3] system/runstate: add VM state change cb with return value Haoqian He
2025-04-01 15:18     ` [PATCH v4 2/3] vhost: return failure if stop virtqueue failed in vhost_dev_stop Haoqian He
2025-04-01 15:18     ` [PATCH v4 3/3] vhost-user: return failure if backend crash when live migration Haoqian He
2025-04-03 21:15       ` Michael S. Tsirkin
2025-04-07 12:25         ` Haoqian He
2025-04-16  2:47     ` [PATCH v5 0/3] vhost: fix the IO error after " Haoqian He
2025-04-16  2:47       ` [PATCH v5 1/3] system/runstate: add VM state change cb with return value Haoqian He
2025-04-16  2:47       ` [PATCH v5 2/3] vhost: return failure if stop virtqueue failed in vhost_dev_stop Haoqian He
2025-04-16  2:47       ` [PATCH v5 3/3] vhost-user: return failure if backend crash when live migration Haoqian He
2025-04-23  6:45         ` Haoqian He
2025-04-23 10:03           ` Michael S. Tsirkin
2025-04-23 10:04             ` Michael S. Tsirkin [this message]
2025-04-17  1:48       ` [PATCH v5 0/3] vhost: fix the IO error after " Lei Yang
2025-05-11 18:00       ` Michael S. Tsirkin

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=20250423060336-mutt-send-email-mst@kernel.org \
    --to=mst@redhat.com \
    --cc=alex.bennee@linaro.org \
    --cc=alex.williamson@redhat.com \
    --cc=amit@kernel.org \
    --cc=arei.gonglei@huawei.com \
    --cc=clg@redhat.com \
    --cc=david@redhat.com \
    --cc=eric.auger@redhat.com \
    --cc=fam@euphon.net \
    --cc=fengli@smartx.com \
    --cc=haoqian.he@smartx.com \
    --cc=hreitz@redhat.com \
    --cc=jasowang@redhat.com \
    --cc=kraxel@redhat.com \
    --cc=kwolf@redhat.com \
    --cc=lvivier@redhat.com \
    --cc=marcandre.lureau@redhat.com \
    --cc=mzamazal@redhat.com \
    --cc=pbonzini@redhat.com \
    --cc=qemu-block@nongnu.org \
    --cc=qemu-devel@nongnu.org \
    --cc=raphael@enfabrica.net \
    --cc=richard.henderson@linaro.org \
    --cc=sgarzare@redhat.com \
    --cc=stefanha@redhat.com \
    --cc=virtio-fs@lists.linux.dev \
    --cc=yuhua@smartx.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox