commit | b246dd5df139501b974bd6b28f7815e53b3a792f | [log] [tgz] |
---|---|---|
author | Orit Wasserman <[email protected]> | Thu May 31 14:49:22 2012 +0300 |
committer | Avi Kivity <[email protected]> | Tue Jun 05 17:51:46 2012 +0300 |
tree | f6e687822a232612d703c061a4d2cf332660c4f4 | |
parent | 1952639665e92481c34c34c3e2a71bf3e66ba362 [diff] |
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: Orit Wasserman <[email protected]> Signed-off-by: Avi Kivity <[email protected]>