]> git.proxmox.com Git - mirror_qemu.git/commitdiff
test/guest-debug: echo QEMU command as well
authorAlex Bennée <alex.bennee@linaro.org>
Fri, 8 Jan 2021 22:42:38 +0000 (22:42 +0000)
committerAlex Bennée <alex.bennee@linaro.org>
Mon, 18 Jan 2021 10:04:31 +0000 (10:04 +0000)
This helps with debugging.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20210108224256.2321-3-alex.bennee@linaro.org>

tests/guest-debug/run-test.py

index 71c556905463ce236ca8d349d9e5796c077af74c..0c4f5c3808314b6d0da717de6bfac7beab8f7a99 100755 (executable)
@@ -53,6 +53,7 @@ if __name__ == '__main__':
         cmd = "%s %s -g %s %s" % (args.qemu, args.qargs, socket_name,
                                   args.binary)
 
+    print("QEMU CMD: %s" % (cmd))
     inferior = subprocess.Popen(shlex.split(cmd))
 
     # Now launch gdb with our test and collect the result