public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] vdpa: Add logging operatins
@ 2023-08-26  1:23 Jiang Dongxu
  2023-08-26  1:23 ` [PATCH 1/2] vdpa: add log operations Jiang Dongxu
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Jiang Dongxu @ 2023-08-26  1:23 UTC (permalink / raw)
  To: mst, jasowang
  Cc: jiangdongxu, virtualization, linux-kernel, longpeng2, eric.fangyi

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


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

end of thread, other threads:[~2023-11-01 13:02 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-26  1:23 [PATCH 0/2] vdpa: Add logging operatins Jiang Dongxu
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox