Home
last modified time | relevance | path

Searched defs:kvm_create_device (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/linux-headers/linux/
H A Dkvm.h1136 struct kvm_create_device { struct
1137 __u32 type; /* in: KVM_DEV_TYPE_xxx */
1138 __u32 fd; /* out: device handle */
1139 __u32 flags; /* in: KVM_CREATE_DEVICE_xxx */
/openbmc/linux/tools/testing/selftests/kvm/include/
Dkvm_util_base.h
/openbmc/qemu/accel/kvm/
H A Dkvm-all.c3757 int kvm_create_device(KVMState *s, uint64_t type, bool test) in kvm_create_device() function