Re: [PATCH v2 13/29] python/qemu: Add binutils::binary_get_devices()

2020-02-07 Thread Liam Merwick
On 29/01/2020 21:23, Philippe Mathieu-Daudé wrote: Since QEMU binaries can be built with various configurations, the list of devices linked in can vary. Add a helper to query the list of devices built into a QEMU binary. Signed-off-by: Philippe Mathieu-Daudé Reviewed-by: Liam Merwick

[PATCH v2 13/29] python/qemu: Add binutils::binary_get_devices()

2020-01-29 Thread Philippe Mathieu-Daudé
Since QEMU binaries can be built with various configurations, the list of devices linked in can vary. Add a helper to query the list of devices built into a QEMU binary. Signed-off-by: Philippe Mathieu-Daudé --- python/qemu/binutils.py | 9 + tests/acceptance/core_scripts.py |