kvm: Make kvm_state globally available
KVM-assisted devices need access to it but we have no clean channel to distribute a reference. As a workaround until there is a better solution, export kvm_state for global use, though use should remain restricted to the mentioned scenario. Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com> Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
This commit is contained in:
parent
638a84af9f
commit
6a7af8cb04
@ -78,7 +78,7 @@ struct KVMState
|
||||
int many_ioeventfds;
|
||||
};
|
||||
|
||||
static KVMState *kvm_state;
|
||||
KVMState *kvm_state;
|
||||
|
||||
static const KVMCapabilityInfo kvm_required_capabilites[] = {
|
||||
KVM_CAP_INFO(USER_MEMORY),
|
||||
|
Loading…
Reference in New Issue
Block a user