Re: [PATCH 0/4] python/qemu: New accel module and improvements

2019-12-03 Thread Philippe Mathieu-Daudé
On 11/15/19 7:08 PM, Wainer dos Santos Moschetta wrote: On commit abf0bf998dcb John Snow moved some code out of __init__.py to machine.py. kvm_available() remained in though. So on patch 01 I continue his work by creating a home for that method (the new 'accel' module). Honestly I was unsure abou

[PATCH 0/4] python/qemu: New accel module and improvements

2019-11-15 Thread Wainer dos Santos Moschetta
On commit abf0bf998dcb John Snow moved some code out of __init__.py to machine.py. kvm_available() remained in though. So on patch 01 I continue his work by creating a home for that method (the new 'accel' module). Honestly I was unsure about whether move the code to any existing module or make a n