All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] migration: postcopy blocktime cleanups and assert fix
@ 2026-07-16 10:19 Bin Guo
  2026-07-16 10:19 ` [PATCH 1/3] migration: fix ineffective overflow assert in postcopy blocktime Bin Guo
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Bin Guo @ 2026-07-16 10:19 UTC (permalink / raw)
  To: qemu-devel; +Cc: peterx, farosas

This series fixes a couple of issues in the postcopy blocktime
fine-grained tracking feature:

  - Patch 1 fixes an ineffective overflow assert in vcpu_faults_current[].
  - Patch 2 fixes the const/gchar mismatch in format_time_str().
  - Patch 3 collects minor cleanups: remove a redundant memset() and
    fix the HMP label for non-vCPU latency.

Bin Guo (3):
  migration: fix ineffective overflow assert in postcopy blocktime
  migration: fix const mismatch in format_time_str()
  migration: clean up postcopy blocktime presentation

 migration/migration-hmp-cmds.c |  8 ++++----
 migration/postcopy-ram.c       | 10 ++++------
 2 files changed, 8 insertions(+), 10 deletions(-)

-- 
2.50.1 (Apple Git-155)



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

end of thread, other threads:[~2026-07-16 10:21 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-16 10:19 [PATCH 0/3] migration: postcopy blocktime cleanups and assert fix Bin Guo
2026-07-16 10:19 ` [PATCH 1/3] migration: fix ineffective overflow assert in postcopy blocktime Bin Guo
2026-07-16 10:19 ` [PATCH 2/3] migration: fix const mismatch in format_time_str() Bin Guo
2026-07-16 10:19 ` [PATCH 3/3] migration: clean up postcopy blocktime presentation Bin Guo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.