Skip to content
Commit 516a1a7e authored by Avi Kivity's avatar Avi Kivity
Browse files

KVM: VMX: Flush volatile msrs before emulating rdmsr



Some msrs (notable MSR_KERNEL_GS_BASE) are held in the processor registers
and need to be flushed to the vcpu struture before they can be read.

This fixes cygwin longjmp() failure on Windows x64.

Signed-off-by: default avatarAvi Kivity <avi@redhat.com>
parent 682edb4c
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment