• A
    PPC: KVM: Use vm check_extension for pv hcall · 6fd33a75
    Alexander Graf 提交于
    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: NAlexander Graf <agraf@suse.de>
    6fd33a75
kvm.c 66.5 KB