From: Alexander Graf Date: Mon, 14 Jul 2014 16:33:08 +0000 (+0200) Subject: KVM: Allow KVM_CHECK_EXTENSION on the vm fd X-Git-Tag: omap-for-v3.17/fixes-against-rc2~130^2~10^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=92b591a4c46b103ebd3fc0d03a084e1efd331253;p=pandora-kernel.git KVM: Allow KVM_CHECK_EXTENSION on the vm fd The KVM_CHECK_EXTENSION is only available on the kvm fd today. Unfortunately on PPC some of the capabilities change depending on the way a VM was created. So instead we need a way to expose capabilities as VM ioctl, so that we can see which VM type we're using (HV or PR). To enable this, add the KVM_CHECK_EXTENSION ioctl to our vm ioctl portfolio. Signed-off-by: Alexander Graf Acked-by: Paolo Bonzini --- Reading git-diff-tree failed