Re: [PATCH 4/4] python/qemu: accel: Add tcg_available() method

2019-12-03 Thread Alex Bennée
Wainer dos Santos Moschetta writes: > This adds a method to check if the tcg accelerator is enabled > in the QEMU binary. > > Signed-off-by: Wainer dos Santos Moschetta Reviewed-by: Alex Bennée So is this series going to be combined with another avocado series? > --- > python/qemu/accel.p

[PATCH 4/4] python/qemu: accel: Add tcg_available() method

2019-11-15 Thread Wainer dos Santos Moschetta
This adds a method to check if the tcg accelerator is enabled in the QEMU binary. Signed-off-by: Wainer dos Santos Moschetta --- python/qemu/accel.py | 8 1 file changed, 8 insertions(+) diff --git a/python/qemu/accel.py b/python/qemu/accel.py index 1978fbee4e..513904d46d 100644 --- a/