qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 0/3] target-i386: save/restore vcpu's TSC rate durin


From: Haozhong Zhang
Subject: [Qemu-devel] [PATCH 0/3] target-i386: save/restore vcpu's TSC rate during migration
Date: Mon, 28 Sep 2015 13:38:28 +0800

This patchset enables QEMU to save/restore vcpu's TSC rate during the
migration. When cooperating with KVM which supports TSC scaling, guest
programs can observe a consistent guest TSC rate even though they are
migrated among machines with different host TSC rates.

Haozhong Zhang (3):
  target-i386: add a subsection of vcpu's TSC rate in vmstate_x86_cpu
  target-i386: initialize vcpu's TSC rate to the value from KVM
  kvm-all: notice KVM of vcpu's TSC rate after migration

 kvm-all.c             | 13 +++++++++++++
 target-i386/kvm.c     |  7 +++++++
 target-i386/machine.c | 20 ++++++++++++++++++++
 3 files changed, 40 insertions(+)

--
2.4.8




reply via email to

[Prev in Thread] Current Thread [Next in Thread]