commit | 19bca6ab75d8118ae970fcc656359ddb467ac763 | [log] [tgz] |
---|---|---|
author | Andre Przywara <andre.przywara@amd.com> | Tue Apr 28 12:45:30 2009 +0200 |
committer | Avi Kivity <avi@redhat.com> | Mon May 11 11:18:04 2009 +0300 |
tree | 3f63eba121f3dd7994330087d65ad085c7e79f3a | |
parent | a4d7749be5de4a7261bcbe3c7d96c748792ec455 [diff] |
KVM: SVM: Fix cross vendor migration issue with unusable bit AMDs VMCB does not have an explicit unusable segment descriptor field, so we emulate it by using "not present". This has to be setup before the fixups, because this field is used there. Signed-off-by: Andre Przywara <andre.przywara@amd.com> Signed-off-by: Avi Kivity <avi@redhat.com>