On Wed, 29 Jan 2020 22:23:24 +0100 Philippe Mathieu-Daudé <phi...@redhat.com> 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é <phi...@redhat.com> > --- > python/qemu/binutils.py | 15 +++++++++++++++ > tests/acceptance/core_scripts.py | 9 +++++++++ > 2 files changed, 24 insertions(+) Reviewed-by: Cornelia Huck <coh...@redhat.com>