Re: [PATCH v2 12/29] python/qemu/accel: Use binutils::binary_get_accels()

2020-02-07 Thread Liam Merwick
On 29/01/2020 21:23, Philippe Mathieu-Daudé wrote: Instead of parsing the process help output, use the binary_get_accels() helper which queries the list of accelerators over a QMP socket. Signed-off-by: Philippe Mathieu-Daudé Reviewed-by: Liam Merwick --- python/qemu/accel.py | 26

[PATCH v2 12/29] python/qemu/accel: Use binutils::binary_get_accels()

2020-01-29 Thread Philippe Mathieu-Daudé
Instead of parsing the process help output, use the binary_get_accels() helper which queries the list of accelerators over a QMP socket. Signed-off-by: Philippe Mathieu-Daudé --- python/qemu/accel.py | 26 -- 1 file changed, 4 insertions(+), 22 deletions(-) diff --git a/