summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2015-02-19 09:36:55 +0100
committerTobias Klauser <tklauser@distanz.ch>2015-02-19 09:36:55 +0100
commit5e1b0ae63726d03fd8399f2236ff1c57f1928f79 (patch)
tree77c45bde9832b96295a6086abb5365acf712cb37 /.gitignore
parenta8f51c2e2c94387e7dcd95dcb12371b7253847f8 (diff)
iface: Correct error message
Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Diffstat (limited to '.gitignore')
0 files changed, 0 insertions, 0 deletions
et-loop-back&id=e12c8f36f3f7a60d55938c5aed5999278fa92bcb&id2=20b8f9e2dde171c69da4a79c34fccdc2a8492797'>diff)
KVM: lapic: adjust preemption timer correctly when goes TSC backward
TSC_OFFSET will be adjusted if discovers TSC backward during vCPU load. The preemption timer, which relies on the guest tsc to reprogram its preemption timer value, is also reprogrammed if vCPU is scheded in to a different pCPU. However, the current implementation reprogram preemption timer before TSC_OFFSET is adjusted to the right value, resulting in the preemption timer firing prematurely. This patch fix it by adjusting TSC_OFFSET before reprogramming preemption timer if TSC backward. Cc: Paolo Bonzini <pbonzini@redhat.com> Cc: Radim Krċmář <rkrcmar@redhat.com> Cc: Yunhong Jiang <yunhong.jiang@intel.com> Signed-off-by: Wanpeng Li <wanpeng.li@hotmail.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'Documentation')