qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/3] target-i386: save/restore vcpu's TSC rate during migration
@ 2015-09-28  5:38 Haozhong Zhang
  2015-09-28  5:38 ` [Qemu-devel] [PATCH 1/3] target-i386: add a subsection of vcpu's TSC rate in vmstate_x86_cpu Haozhong Zhang
                   ` (2 more replies)
  0 siblings, 3 replies; 17+ messages in thread
From: Haozhong Zhang @ 2015-09-28  5:38 UTC (permalink / raw)
  To: qemu-devel
  Cc: Haozhong Zhang, Eduardo Habkost, kvm, Marcelo Tosatti,
	Paolo Bonzini, Richard Henderson

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

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

end of thread, other threads:[~2015-10-06  1:24 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-28  5:38 [Qemu-devel] [PATCH 0/3] target-i386: save/restore vcpu's TSC rate during migration Haozhong Zhang
2015-09-28  5:38 ` [Qemu-devel] [PATCH 1/3] target-i386: add a subsection of vcpu's TSC rate in vmstate_x86_cpu Haozhong Zhang
2015-09-29 19:00   ` Dr. David Alan Gilbert
2015-09-30  1:17     ` Haozhong Zhang
2015-09-30  8:07       ` Dr. David Alan Gilbert
2015-10-06  1:24         ` Haozhong Zhang
2015-09-28  5:38 ` [Qemu-devel] [PATCH 2/3] target-i386: initialize vcpu's TSC rate to the value from KVM Haozhong Zhang
2015-09-28 16:17   ` Eduardo Habkost
2015-09-29  1:23     ` Haozhong Zhang
2015-09-29  1:46       ` Haozhong Zhang
2015-09-28  5:38 ` [Qemu-devel] [PATCH 3/3] kvm-all: notice KVM of vcpu's TSC rate after migration Haozhong Zhang
2015-09-28 16:37   ` Eduardo Habkost
2015-09-29  3:43     ` Haozhong Zhang
2015-09-29 18:02       ` Eduardo Habkost
2015-09-30  0:32         ` Haozhong Zhang
2015-09-30 20:36           ` Eduardo Habkost
2015-10-06  1:20             ` Haozhong Zhang

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