commit | 660a5d517aaab9187f93854425c4c63f4a09195c | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Tue May 05 11:50:23 2015 +0200 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Thu Jun 04 16:17:46 2015 +0200 |
tree | c905809e6da8c3bb2896c7ea2dd12d9f206ab4e0 | |
parent | cd7764fe9f73530b20a0f2310fa753af635fabb3 [diff] |
KVM: x86: save/load state on SMM switch The big ugly one. This patch adds support for switching in and out of system management mode, respectively upon receiving KVM_REQ_SMI and upon executing a RSM instruction. Both 32- and 64-bit formats are supported for the SMM state save area. Reviewed-by: Radim Krčmář <rkrcmar@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>