KVM: cleanup unnecessary #ifdef KVM_CAP_...
commitb2e78fac6f27c36938353e477354778896adc08f
authorPaolo Bonzini <pbonzini@redhat.com>
Tue, 21 Aug 2018 08:09:56 +0000 (21 10:09 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 23 Aug 2018 16:46:25 +0000 (23 18:46 +0200)
treee1157478d8f49fe629aa7335b0d36bd39f159d03
parent5e76d84e690954d79af357fafb1903113a00b32e
KVM: cleanup unnecessary #ifdef KVM_CAP_...

The capability macros are always defined, since they come from kernel
headers that are copied into the QEMU tree.  Remove the unnecessary #ifdefs.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
accel/kvm/kvm-all.c
target/i386/kvm.c