commit | 17b1e31f9201fc102ee3ddd409988e47753e22f9 | [log] [tgz] |
---|---|---|
author | Marc Zyngier <marc.zyngier@arm.com> | Mon Apr 08 16:47:18 2013 +0100 |
committer | Christoffer Dall <cdall@cs.columbia.edu> | Sun Apr 28 22:23:12 2013 -0700 |
tree | c500ae28f6c2a4ad2c36c74a9c648f6fee468faf | |
parent | d157f4a5155f4fbd0d1da66b3d2f504c13bd194d [diff] |
ARM: KVM: add architecture specific hook for capabilities Most of the capabilities are common to both arm and arm64, but we still need to handle the exceptions. Introduce kvm_arch_dev_ioctl_check_extension, which both architectures implement (in the 32bit case, it just returns 0). Signed-off-by: Marc Zyngier <marc.zyngier@arm.com> Signed-off-by: Christoffer Dall <cdall@cs.columbia.edu>