Re: [PATCH v2 10/29] python/qemu: Add binutils::binary_get_qom_implementations()

2020-02-07 Thread Philippe Mathieu-Daudé
On 2/7/20 3:28 PM, Liam Merwick wrote: On 29/01/2020 21:23, Philippe Mathieu-Daudé wrote: Since QEMU binaries can be built with various configurations, the list of QOM objects linked can vary. Add a helper to query the list of all QOM types implementing a particular interface. Signed-off-by: Ph

Re: [PATCH v2 10/29] python/qemu: Add binutils::binary_get_qom_implementations()

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 QOM objects linked can vary. Add a helper to query the list of all QOM types implementing a particular interface. Signed-off-by: Philippe Mathieu-Daudé --- python/qemu/

[PATCH v2 10/29] python/qemu: Add binutils::binary_get_qom_implementations()

2020-01-29 Thread Philippe Mathieu-Daudé
Since QEMU binaries can be built with various configurations, the list of QOM objects linked can vary. Add a helper to query the list of all QOM types implementing a particular interface. Signed-off-by: Philippe Mathieu-Daudé --- python/qemu/binutils.py | 20 tests/