Searched refs:list_accel (Results 1 – 2 of 2) sorted by relevance
34 def list_accel(qemu_bin: str) -> List[str]: function73 if qemu_bin and "kvm" not in list_accel(qemu_bin):84 return 'tcg' in list_accel(qemu_bin)
26 from .accel import kvm_available, list_accel, tcg_available