qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Implement dirty ring for pre-copy migration
@ 2024-06-20  9:47 Shota Imamura
  2024-06-20  9:47 ` [PATCH 1/2] migration: Implement dirty ring Shota Imamura
  2024-06-20  9:47 ` [PATCH 2/2] qtest/migration: Add dirty ring tests Shota Imamura
  0 siblings, 2 replies; 6+ messages in thread
From: Shota Imamura @ 2024-06-20  9:47 UTC (permalink / raw)
  To: qemu-devel; +Cc: Shota Imamura

This patch series introduces the dirty ring as an additional method for
dirty tracking, alongside the existing dirty bitmap.

Shota Imamura (2):
  migration: Implement dirty ring
  qtest/migration: Add dirty ring tests

 accel/kvm/kvm-all.c            |  36 ++++++++-
 include/exec/ram_addr.h        | 131 +++++++++++++++++++++++++++++++--
 include/exec/ramlist.h         |  48 ++++++++++++
 include/migration/misc.h       |   4 +-
 include/qemu/bitops.h          |  23 ++++++
 migration/migration-hmp-cmds.c |   2 +
 migration/migration.c          |  27 ++++++-
 migration/migration.h          |   6 ++
 migration/ram.c                | 127 ++++++++++++++++++++++++++++----
 qemu-options.hx                |  29 ++++++++
 system/physmem.c               | 128 +++++++++++++++++++++++++++++++-
 system/vl.c                    |  63 +++++++++++++++-
 tests/qtest/migration-test.c   |  78 ++++++++++++++++++--
 13 files changed, 667 insertions(+), 35 deletions(-)

-- 
2.34.1



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

end of thread, other threads:[~2024-06-25 22:44 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-20  9:47 [PATCH 0/2] Implement dirty ring for pre-copy migration Shota Imamura
2024-06-20  9:47 ` [PATCH 1/2] migration: Implement dirty ring Shota Imamura
2024-06-24 19:08   ` Peter Xu
2024-06-25 11:10     ` Shota Imamura
2024-06-25 21:51       ` Peter Xu
2024-06-20  9:47 ` [PATCH 2/2] qtest/migration: Add dirty ring tests Shota Imamura

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