Re: [PATCH v2 11/29] python/qemu: Add binutils::binary_get_accels()

2020-02-07 Thread Liam Merwick
On 29/01/2020 21:23, Philippe Mathieu-Daudé wrote: Add a helper to query the list of accelerators built into a QEMU binary. Signed-off-by: Philippe Mathieu-Daudé Reviewed-by: Liam Merwick --- python/qemu/binutils.py | 10 ++ tests/acceptance/core_scripts.py | 10 +

[PATCH v2 11/29] python/qemu: Add binutils::binary_get_accels()

2020-01-29 Thread Philippe Mathieu-Daudé
Add a helper to query the list of accelerators built into a QEMU binary. Signed-off-by: Philippe Mathieu-Daudé --- python/qemu/binutils.py | 10 ++ tests/acceptance/core_scripts.py | 10 ++ 2 files changed, 20 insertions(+) diff --git a/python/qemu/binutils.py b/python/