commit | 6fd33a750214a866772dd77573cfa24c27ad956d | [log] [tgz] |
---|---|---|
author | Alexander Graf <agraf@suse.de> | Mon Jul 14 19:17:35 2014 +0200 |
committer | Alexander Graf <agraf@suse.de> | Mon Sep 08 12:50:51 2014 +0200 |
tree | ff8d9d662a05e9301266a60b1281ab4195b77573 | |
parent | 7d0a07fa926436baf1238dcf68a55ea96cf5b9ab [diff] |
PPC: KVM: Use vm check_extension for pv hcall To find out whether we support the KVM hypercall interface we need to ask KVM on the VM level rather than the global KVM level, because Book3S HV KVM does not support it and we play conservative when both HV and PR are loaded. So instead, use the VM helper that falls back to global KVM enumeration. That should cover all cases. Signed-off-by: Alexander Graf <agraf@suse.de>