Home
last modified time | relevance | path

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

/openbmc/qemu/python/qemu/utils/
H A Daccel.py34 def list_accel(qemu_bin: str) -> List[str]: function
73 if qemu_bin and "kvm" not in list_accel(qemu_bin):
84 return 'tcg' in list_accel(qemu_bin)
H A D__init__.py26 from .accel import kvm_available, list_accel, tcg_available