Lines Matching full:accelerators
172 static const char *accelerators; variable
1752 accelerators = g_strdup(value); in qemu_apply_legacy_machine_options()
2431 if (accelerators == NULL) { in configure_accelerators()
2440 accelerators = "kvm:tcg"; in configure_accelerators()
2442 accelerators = "tcg:kvm"; in configure_accelerators()
2445 accelerators = "kvm"; in configure_accelerators()
2447 accelerators = "tcg"; in configure_accelerators()
2449 accelerators = "hvf"; in configure_accelerators()
2456 accel_list = g_strsplit(accelerators, ":", 0); in configure_accelerators()
2460 * Filter invalid accelerators here, to prevent obscenities in configure_accelerators()
2472 if (accelerators != NULL) { in configure_accelerators()
3416 printf("Accelerators supported in QEMU binary:\n"); in qemu_init()