Home
last modified time | relevance | path

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

/qemu/target/i386/kvm/
H A Dkvm.c1369 cpu->hyperv_vendor = g_realloc(cpu->hyperv_vendor, in kvm_hyperv_expand_features()
1371 memcpy(cpu->hyperv_vendor, cpu->hyperv_vendor_id, in kvm_hyperv_expand_features()
1373 cpu->hyperv_vendor[sizeof(cpu->hyperv_vendor_id)] = 0; in kvm_hyperv_expand_features()
/qemu/target/i386/
H A Dcpu.h1947 char *hyperv_vendor; member
H A Dcpu.c7518 if (!cpu->hyperv_vendor) { in x86_cpu_hyperv_realize()
7522 len = strlen(cpu->hyperv_vendor); in x86_cpu_hyperv_realize()
7528 memcpy(cpu->hyperv_vendor_id, cpu->hyperv_vendor, len); in x86_cpu_hyperv_realize()
8252 DEFINE_PROP_STRING("hv-vendor-id", X86CPU, hyperv_vendor),