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

2019-12-09 Thread Cleber Rosa
On Fri, Dec 06, 2019 at 04:34:33PM -0500, Wainer dos Santos Moschetta wrote: > 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 > Reviewed-by: Philippe Mathieu-Daudé > --- > python/qemu

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

2019-12-06 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 Reviewed-by: Alex Bennée Reviewed-by: Philippe Mathieu-Daudé --- python/qemu/accel.py | 8 1 file changed, 8 insertions(+) diff --git a/python/qemu/accel.py b/