Home
last modified time | relevance | path

Searched refs:try_get_cpuid (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/target/i386/kvm/
H A Dkvm.c257 static struct kvm_cpuid2 *try_get_cpuid(KVMState *s, int max) in try_get_cpuid() function
293 while ((cpuid = try_get_cpuid(s, max)) == NULL) { in get_supported_cpuid()