qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [RFC PATCH 0/3] migration: support query migration thread information
@ 2023-01-20  8:47 Jiang Jiacheng via
  2023-01-20  8:47 ` [PATCH 1/3] migration: report migration thread name to libvirt Jiang Jiacheng via
                   ` (2 more replies)
  0 siblings, 3 replies; 15+ messages in thread
From: Jiang Jiacheng via @ 2023-01-20  8:47 UTC (permalink / raw)
  To: qemu-devel
  Cc: berrange, quintela, dgilbert, yubihong, xiexiangyou, zhengchuan,
	linyilu, jiangjiacheng

We need get more migration thread information to support
migration pin, especially thread name and its pid. Add an
qmp interface to query migration thread information by its
name and report thread name when migration thread is started.


Jiang Jiacheng (3):
  migration: report migration thread name to libvirt
  migration: implement query migration threadinfo by name
  migration: save/delete migration thread info

 migration/meson.build  |  1 +
 migration/migration.c  |  7 +++++
 migration/multifd.c    |  9 +++++-
 migration/threadinfo.c | 70 ++++++++++++++++++++++++++++++++++++++++++
 migration/threadinfo.h | 30 ++++++++++++++++++
 qapi/migration.json    | 42 +++++++++++++++++++++++++
 6 files changed, 158 insertions(+), 1 deletion(-)
 create mode 100644 migration/threadinfo.c
 create mode 100644 migration/threadinfo.h

-- 
2.33.0



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

end of thread, other threads:[~2023-01-31 16:34 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-20  8:47 [RFC PATCH 0/3] migration: support query migration thread information Jiang Jiacheng via
2023-01-20  8:47 ` [PATCH 1/3] migration: report migration thread name to libvirt Jiang Jiacheng via
2023-01-30  4:19   ` Juan Quintela
2023-01-30 12:48     ` Jiang Jiacheng via
2023-01-20  8:47 ` [PATCH 2/3] migration: implement query migration threadinfo by name Jiang Jiacheng via
2023-01-30  4:27   ` Juan Quintela
2023-01-30 12:48     ` Jiang Jiacheng via
2023-01-30 14:03       ` Juan Quintela
2023-01-31 13:00         ` Jiang Jiacheng via
2023-01-31 16:33           ` Juan Quintela
2023-01-20  8:47 ` [PATCH 3/3] migration: save/delete migration thread info Jiang Jiacheng via
2023-01-30  4:28   ` Juan Quintela
2023-01-30 12:49     ` Jiang Jiacheng via
2023-01-30 14:04       ` Juan Quintela
2023-01-31 13:00         ` Jiang Jiacheng via

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).