commit | b586eb0253083795e58dcbe76665410d4676dc08 | [log] [tgz] |
---|---|---|
author | Andre Przywara <andre.przywara@amd.com> | Tue Apr 28 12:45:43 2009 +0200 |
committer | Avi Kivity <avi@redhat.com> | Wed Jun 10 11:48:51 2009 +0300 |
tree | 7582e2f8df4828ff7de15ed68f379d75ed0bd08d | |
parent | 9b5843ddd20557b77c73ddbcc814a8c816bf3d3a [diff] |
KVM: SVM: Fix cross vendor migration issue in segment segment descriptor On AMD CPUs sometimes the DB bit in the stack segment descriptor is left as 1, although the whole segment has been made unusable. Clear it here to pass an Intel VMX entry check when cross vendor migrating. Signed-off-by: Andre Przywara <andre.przywara@amd.com> Signed-off-by: Avi Kivity <avi@redhat.com>