]> Git Repo - qemu.git/commit
python/qemu: Move kvm_available() to its own module
authorWainer dos Santos Moschetta <[email protected]>
Mon, 16 Dec 2019 19:14:34 +0000 (16:14 -0300)
committerCleber Rosa <[email protected]>
Mon, 16 Dec 2019 23:24:02 +0000 (18:24 -0500)
commit8b272e001868581736144dbedca41aa8bbe82019
tree3e9284808b31a824f3beedd2edf0d21a4497e76f
parent2d320ad18876ac263049ee7c5425052f2661f706
python/qemu: Move kvm_available() to its own module

This creates the 'accel' Python module to be the home for
utilities that deal with accelerators. Also moved kvm_available()
from __init__.py to this new module.

Signed-off-by: Wainer dos Santos Moschetta <[email protected]>
Reviewed-by: Alex Bennée <[email protected]>
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>
Message-Id: <20191216191438[email protected]>
Signed-off-by: Cleber Rosa <[email protected]>
python/qemu/__init__.py
python/qemu/accel.py [new file with mode: 0644]
tests/vm/basevm.py
This page took 0.026137 seconds and 4 git commands to generate.