Re: [PATCH v2 08/29] python/qemu: Add binutils::binary_get_machines()

2020-01-31 Thread Cornelia Huck
On Wed, 29 Jan 2020 22:23:24 +0100 Philippe Mathieu-Daudé wrote: > Add a helper to query the list of machines built into a QEMU binary. > We simply send the 'query-machines' command over a QMP socket. > > Signed-off-by: Philippe Mathieu-Daudé > --- > python/qemu/binutils.py | 15

[PATCH v2 08/29] python/qemu: Add binutils::binary_get_machines()

2020-01-29 Thread Philippe Mathieu-Daudé
Add a helper to query the list of machines built into a QEMU binary. We simply send the 'query-machines' command over a QMP socket. Signed-off-by: Philippe Mathieu-Daudé --- python/qemu/binutils.py | 15 +++ tests/acceptance/core_scripts.py | 9 + 2 files changed,