commit | 0a77fe4c188e25917799f2356d4aa5e6d80c39a2 | [log] [tgz] |
---|---|---|
author | Avi Kivity <avi@redhat.com> | Tue Oct 19 18:48:35 2010 +0200 |
committer | Marcelo Tosatti <mtosatti@redhat.com> | Wed Nov 17 19:47:59 2010 -0200 |
tree | aed5a7a44ac832a0cc0f63c9eaa760448eacc117 | |
parent | 59365d136d205cc20fe666ca7f89b1c5001b0d5a [diff] |
KVM: Correct ordering of ldt reload wrt fs/gs reload If fs or gs refer to the ldt, they must be reloaded after the ldt. Reorder the code to that effect. Userspace code that uses the ldt with kvm is nonexistent, so this doesn't fix a user-visible bug. Signed-off-by: Avi Kivity <avi@redhat.com> Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>