mbox series

[v7,0/2] Optimized some codes and fixed PVM hang when enabling auto-converge

Message ID 1636427095-11739-1-git-send-email-lei.rao@intel.com (mailing list archive)
Headers show
Series Optimized some codes and fixed PVM hang when enabling auto-converge | expand

Message

Rao, Lei Nov. 9, 2021, 3:04 a.m. UTC
From: "Rao, Lei" <lei.rao@intel.com>

Changes since v1-v6:
    --Reset the state of the auto-converge counters at every checkpoint instead of directly disabling.
    --Remove cpu_throttle_stop from mig_throttle_counter_reset.

The series of patches include:
    Reduced the PVM stop time during checkpoint.
    Fixed the PVM hang when enabling auto-converge feature for COLO.

Rao, Lei (2):
  Reset the auto-converge counter at every checkpoint.
  Reduce the PVM stop time during Checkpoint

 migration/colo.c |  4 ++++
 migration/ram.c  | 57 +++++++++++++++++++++++++++++++++++++++++++++++++++++---
 migration/ram.h  |  1 +
 3 files changed, 59 insertions(+), 3 deletions(-)