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)


Reply via email to