+1
−0
target-ppc/kvm-stub.c
0 → 100644
+12
−0
Loading
There are cases where a kvm provided function is called from generic hw code that doesn't know whether kvm is available or not. Provide a stub file which can provide simple replacement functions for those cases. Signed-off-by:Alexander Graf <agraf@suse.de> Reviewed-by:
Paolo Bonzini <pbonzini@redhat.com>