Re: [PATCH 1/4] python/qemu: Move kvm_available() to its own module

2019-12-03 Thread Alex Bennée
Wainer dos Santos Moschetta writes: > 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 > --- > python/qemu/__init__.py | 20 +-

[PATCH 1/4] python/qemu: Move kvm_available() to its own module

2019-11-15 Thread Wainer dos Santos Moschetta
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 --- python/qemu/__init__.py | 20 +--- python/qemu/accel.py| 36