git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d157f4a
)
ARM: KVM: add architecture specific hook for capabilities
author
Marc Zyngier
<marc.zyngier@arm.com>
Mon, 8 Apr 2013 15:47:18 +0000
(16:47 +0100)
committer
Christoffer Dall
<cdall@cs.columbia.edu>
Mon, 29 Apr 2013 05:23:12 +0000
(22:23 -0700)
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>
No differences found