From: bugzilla-daemon@bugzilla.kernel.org
To: kvm@vger.kernel.org
Subject: [Bug 115991] New: tsc_offset is error for hot-plugged vcpu.
Date: Thu, 07 Apr 2016 07:01:12 +0000 [thread overview]
Message-ID: <bug-115991-28872@https.bugzilla.kernel.org/> (raw)
https://bugzilla.kernel.org/show_bug.cgi?id=115991
Bug ID: 115991
Summary: tsc_offset is error for hot-plugged vcpu.
Product: Virtualization
Version: unspecified
Kernel Version: 4.5
Hardware: x86-64
OS: Linux
Tree: Mainline
Status: NEW
Severity: normal
Priority: P1
Component: kvm
Assignee: virtualization_kvm@kernel-bugs.osdl.org
Reporter: changlimin@h3c.com
Regression: No
1. when hot plug vcpu, KVM will call kvm_write_tsc set the new vcpu's
tsc_offset to current host tsc. The new vcpu's tsc_offsets is greatly different
from existed vcpu's tsc_offset.
2. For redhat 6.x, the vm will show warning and turn off TSC clock.
kernel: CPU 1 got hotplugged
kernel: kvm-clock: cpu 1, msr 0:282367c1, secondary cpu clock
kernel: TSC synchronization [CPU#0 -> CPU#1]:
kernel: Measured 150076598781 cycles TSC warp between CPUs, turning off TSC
clock.
kernel: Marking TSC unstable due to check_tsc_sync_source failed
3. I think should set the new vcpu's tsc_offset to kvm->arch.cur_tsc_offset if
host tsc is stable and use_master_clock is true.
--
You are receiving this mail because:
You are watching the assignee of the bug.
reply other threads:[~2016-04-07 7:01 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=bug-115991-28872@https.bugzilla.kernel.org/ \
--to=bugzilla-daemon@bugzilla.kernel.org \
--cc=kvm@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.