commit | 831ca6093ca486060721f5c3c74f97b10f3172b9 | [log] [tgz] |
---|---|---|
author | Avi Kivity <avi@redhat.com> | Tue Mar 08 16:09:51 2011 +0200 |
committer | Marcelo Tosatti <mtosatti@redhat.com> | Thu Mar 17 13:08:33 2011 -0300 |
tree | cdd06aaa0b11787f2e579a1e60eadfe4dd94d85a | |
parent | afc20184b7d24693a934f652e135598a497c9448 [diff] |
KVM: SVM: Load %gs earlier if CONFIG_X86_32_LAZY_GS=n With CONFIG_CC_STACKPROTECTOR, we need a valid %gs at all times, so disable lazy reload and do an eager reload immediately after the vmexit. Reported-by: IVAN ANGELOV <ivangotoy@gmail.com> Acked-By: Joerg Roedel <joerg.roedel@amd.com> Signed-off-by: Avi Kivity <avi@redhat.com>