Home
last modified time | relevance | path

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

/openbmc/qemu/python/qemu/utils/
H A Daccel.py78 def tcg_available(qemu_bin: str) -> bool: function
H A D__init__.py26 from .accel import kvm_available, list_accel, tcg_available
/openbmc/qemu/tests/avocado/avocado_qemu/
H A D__init__.py25 tcg_available)
295 checker = {'tcg': tcg_available,