commit | 9f62e19a1107466b9e9501e23a9dd5acb81fdca1 | [log] [tgz] |
---|---|---|
author | Joerg Roedel <joerg.roedel@amd.com> | Thu Jan 31 14:57:39 2008 +0100 |
committer | Avi Kivity <avi@qumranet.com> | Sun Apr 27 11:53:18 2008 +0300 |
tree | bb99f0372f4ac48a1d341ce340a422abe0c4d9aa | |
parent | 50a37eb4e05efaa7bac6a948fd4db1a48c728b99 [diff] |
KVM: VMX: unifdef the EFER specific code To allow access to the EFER register in 32bit KVM the EFER specific code has to be exported to the x86 generic code. This patch does this in a backwards compatible manner. [avi: add check for EFER-less hosts] Signed-off-by: Joerg Roedel <joerg.roedel@amd.com> Signed-off-by: Avi Kivity <avi@qumranet.com>