commit | 91b2ae773d3b168b763237fac33f75b13d891f20 | [log] [tgz] |
---|---|---|
author | Avi Kivity <avi@redhat.com> | Mon Jan 19 14:57:52 2009 +0200 |
committer | Avi Kivity <avi@redhat.com> | Tue Mar 24 11:03:06 2009 +0200 |
tree | 739ec0a4debd058277493707c8ebf6226dbe41a3 | |
parent | 399ec807ddc38ecccf8c06dbde04531cbdc63e11 [diff] |
KVM: Avoid using CONFIG_ in userspace visible headers Kconfig symbols are not available in userspace, and are not stripped by headers-install. Avoid their use by adding #defines in <asm/kvm.h> to suit each architecture. Signed-off-by: Avi Kivity <avi@redhat.com>