On Wed, 29 Jan 2020 22:23:22 +0100 Philippe Mathieu-Daudé <phi...@redhat.com> wrote:
> Add a helper to query the architecture of a QEMU binary. > We simply send the 'query-target' command over a QMP socket. > > Signed-off-by: Philippe Mathieu-Daudé <phi...@redhat.com> > --- > python/qemu/binutils.py | 15 +++++++++++++++ > tests/acceptance/core_scripts.py | 11 +++++++++++ > 2 files changed, 26 insertions(+) Reviewed-by: Cornelia Huck <coh...@redhat.com>