commit | 1fbdc7a58512a6283e10fd27108197679db95ffa | [log] [tgz] |
---|---|---|
author | Andre Przywara <andre.przywara@amd.com> | Sun Jan 11 22:39:44 2009 +0100 |
committer | Avi Kivity <avi@redhat.com> | Tue Mar 24 11:03:11 2009 +0200 |
tree | 3bf28be900d822b54b76afce97d9ed4d6a4ede5f | |
parent | 4925663a079c77d95d8685228ad6675fc5639c8e [diff] |
KVM: SVM: set accessed bit for VMCB segment selectors In the segment descriptor _cache_ the accessed bit is always set (although it can be cleared in the descriptor itself). Since Intel checks for this condition on a VMENTRY, set this bit in the AMD path to enable cross vendor migration. Cc: stable@kernel.org Signed-off-by: Andre Przywara <andre.przywara@amd.com> Acked-By: Amit Shah <amit.shah@redhat.com> Signed-off-by: Avi Kivity <avi@redhat.com>