Home
last modified time | relevance | path

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

/openbmc/qemu/hw/i386/
H A Dx86.c350 static int x86_kvm_type(MachineState *ms, const char *vm_type) in x86_kvm_type() argument
356 assert(vm_type == NULL); in x86_kvm_type()
/openbmc/qemu/hw/ppc/
H A Dspapr.c3156 static int spapr_kvm_type(MachineState *machine, const char *vm_type) in spapr_kvm_type()
3165 if (!vm_type || !strcmp(vm_type, DEFAULT_KVM_TYPE)) {
3169 if (!g_ascii_strcasecmp(vm_type, "hv")) { in spapr_get_fw_dev_path()
3173 if (!g_ascii_strcasecmp(vm_type, "pr")) { in spapr_get_fw_dev_path()
3177 error_report("Unknown kvm-type specified '%s'", vm_type); in spapr_get_fw_dev_path()
3138 spapr_kvm_type(MachineState * machine,const char * vm_type) spapr_kvm_type() argument