summaryrefslogtreecommitdiffstats
path: root/include/sysemu/kvm.h
diff options
context:
space:
mode:
authorAlexander Graf <agraf@suse.de>2014-07-14 19:15:15 +0200
committerAlexander Graf <agraf@suse.de>2014-09-08 12:50:51 +0200
commit7d0a07fa926436baf1238dcf68a55ea96cf5b9ab (patch)
treeaf01a6fc89d8d623ee1a4a6a33e2ab28fca9907f /include/sysemu/kvm.h
parent4bc02e230d1e0fd41d2a892d81dcad56e3b3702d (diff)
downloadhqemu-7d0a07fa926436baf1238dcf68a55ea96cf5b9ab.zip
hqemu-7d0a07fa926436baf1238dcf68a55ea96cf5b9ab.tar.gz
KVM: Add helper to run KVM_CHECK_EXTENSION on vm fd
We now can call KVM_CHECK_EXTENSION on the kvm fd or on the vm fd, whereas the vm version is more accurate when it comes to PPC KVM. Add a helper to make the vm version available that falls back to the non-vm variant if the vm one is not available yet to stay compatible. Signed-off-by: Alexander Graf <agraf@suse.de>
Diffstat (limited to 'include/sysemu/kvm.h')
-rw-r--r--include/sysemu/kvm.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sysemu/kvm.h b/include/sysemu/kvm.h
index 174ea36..d2000af 100644
--- a/include/sysemu/kvm.h
+++ b/include/sysemu/kvm.h
@@ -303,6 +303,8 @@ bool kvm_arch_stop_on_emulation_error(CPUState *cpu);
int kvm_check_extension(KVMState *s, unsigned int extension);
+int kvm_vm_check_extension(KVMState *s, unsigned int extension);
+
#define kvm_vm_enable_cap(s, capability, cap_flags, ...) \
({ \
struct kvm_enable_cap cap = { \
OpenPOWER on IntegriCloud