commit | 236de05553a7ef8f6940de8686ae9bf1272cd2cf | [log] [tgz] |
---|---|---|
author | Alexander Graf <agraf@suse.de> | Tue Nov 25 20:17:10 2008 +0100 |
committer | Avi Kivity <avi@redhat.com> | Tue Mar 24 11:02:48 2009 +0200 |
tree | 0e68d3d58ba9d0cc97add91205cb530bb5124298 | |
parent | eb6f302edff9da963e687bf6c15dcf88843b1c3b [diff] |
KVM: SVM: Allow setting the SVME bit Normally setting the SVME bit in EFER is not allowed, as we did not support SVM. Not since we do, we should also allow enabling SVM mode. v2 comes as last patch, so we don't enable half-ready code v4 introduces a module option to enable SVM v6 warns that nesting is enabled Acked-by: Joerg Roedel <joro@8bytes.org> Signed-off-by: Alexander Graf <agraf@suse.de> Signed-off-by: Avi Kivity <avi@redhat.com>