Skip to content
Commit b246dd5d authored by Orit Wasserman's avatar Orit Wasserman Committed by Avi Kivity
Browse files

KVM: VMX: Fix KVM_SET_SREGS with big real mode segments



For example migration between Westmere and Nehelem hosts, caught in big real mode.

The code that fixes the segments for real mode guest was moved from enter_rmode
to vmx_set_segments. enter_rmode calls vmx_set_segments for each segment.

Signed-off-by: default avatarOrit Wasserman <owasserm@rehdat.com>
Signed-off-by: default avatarAvi Kivity <avi@redhat.com>
parent 19526396
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