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

2019-12-11 Thread Cleber Rosa
On Wed, Dec 11, 2019 at 02:58:35PM -0200, Wainer dos Santos Moschetta wrote: > > On 12/9/19 10:52 PM, Cleber Rosa wrote: > > On Fri, Dec 06, 2019 at 04:34:31PM -0500, Wainer dos Santos Moschetta wrote: > > > Since commit cbe6d6365a48 the command `qemu -accel help` returns > > > the list of acceler

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

2019-12-11 Thread Wainer dos Santos Moschetta
On 12/9/19 10:52 PM, Cleber Rosa wrote: On Fri, Dec 06, 2019 at 04:34:31PM -0500, Wainer dos Santos Moschetta wrote: Since commit cbe6d6365a48 the command `qemu -accel help` returns the list of accelerators enabled in the QEMU binary. This adds the list_accel() method which return that same li

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

2019-12-09 Thread Cleber Rosa
On Fri, Dec 06, 2019 at 04:34:31PM -0500, Wainer dos Santos Moschetta wrote: > Since commit cbe6d6365a48 the command `qemu -accel help` returns > the list of accelerators enabled in the QEMU binary. This adds > the list_accel() method which return that same list. > > Signed-off-by: Wainer dos Sant

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

2019-12-06 Thread Wainer dos Santos Moschetta
Since commit cbe6d6365a48 the command `qemu -accel help` returns the list of accelerators enabled in the QEMU binary. This adds the list_accel() method which return that same list. Signed-off-by: Wainer dos Santos Moschetta Reviewed-by: Alex Bennée Reviewed-by: Philippe Mathieu-Daudé --- pytho