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

2019-12-03 Thread Alex Bennée
Wainer dos Santos Moschetta writes: > 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 > --- >

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

2019-11-15 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 --- python/qemu/accel.py | 20 1 file changed, 20