public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Jiang Dongxu <jiangdongxu1@huawei.com>
To: <mst@redhat.com>, <jasowang@redhat.com>
Cc: jiangdongxu <jiangdongxu1@huawei.com>,
	<virtualization@lists.linux-foundation.org>,
	<linux-kernel@vger.kernel.org>, <longpeng2@huawei.com>,
	<eric.fangyi@huawei.com>
Subject: [PATCH 0/2] vdpa: Add logging operatins
Date: Sat, 26 Aug 2023 09:23:30 +0800	[thread overview]
Message-ID: <cover.1693012755.git.jiangdongxu1@huawei.com> (raw)

From: jiangdongxu <jiangdongxu1@huawei.com>

Currently, the vdpa device supports suspend and resume operations.
To support vdpa device live migration, we need to support logging
operations and device state save/load opertions.

These series introduces some new operations for vdpa devices.
They allow vdpa to enable logging while vm start live migration.

And I will submit another patches about saving and loading
vdpa device state later.

jiangdongxu (2):
  vdpa: add log operations
  vhost-vdpa: add uAPI for logging

 drivers/vhost/vdpa.c       | 49 ++++++++++++++++++++++++++++++++++++++
 include/linux/vdpa.h       | 14 +++++++++++
 include/uapi/linux/vhost.h |  4 ++++
 3 files changed, 67 insertions(+)

-- 
2.27.0


             reply	other threads:[~2023-08-26  1:25 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-26  1:23 Jiang Dongxu [this message]
2023-08-26  1:23 ` [PATCH 1/2] vdpa: add log operations Jiang Dongxu
2023-08-26  1:23 ` [PATCH 2/2] vhost-vdpa: add uAPI for logging Jiang Dongxu
2023-09-11  6:56 ` [PATCH 0/2] vdpa: Add logging operatins Jason Wang
2023-10-18 15:07   ` Michael S. Tsirkin
2023-11-01 13:01   ` 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=cover.1693012755.git.jiangdongxu1@huawei.com \
    --to=jiangdongxu1@huawei.com \
    --cc=eric.fangyi@huawei.com \
    --cc=jasowang@redhat.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=longpeng2@huawei.com \
    --cc=mst@redhat.com \
    --cc=virtualization@lists.linux-foundation.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