qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Robert Foley <robert.foley@linaro.org>
To: qemu-devel@nongnu.org
Cc: philmd@redhat.com, alex.bennee@linaro.org,
	robert.foley@linaro.org, peter.puhov@linaro.org
Subject: [PATCH v6 3/9] tests/vm: Pass --debug through for vm-boot-ssh.
Date: Tue, 12 May 2020 15:33:34 -0400	[thread overview]
Message-ID: <20200512193340.265-4-robert.foley@linaro.org> (raw)
In-Reply-To: <20200512193340.265-1-robert.foley@linaro.org>

This helps debug issues that occur during the boot sequence.

Signed-off-by: Robert Foley <robert.foley@linaro.org>
Reviewed-by: Peter Puhov <peter.puhov@linaro.org>
---
 tests/vm/Makefile.include | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/vm/Makefile.include b/tests/vm/Makefile.include
index 78a2de1f82..4e041103b7 100644
--- a/tests/vm/Makefile.include
+++ b/tests/vm/Makefile.include
@@ -96,6 +96,7 @@ vm-boot-ssh-%: $(IMAGES_DIR)/%.img
 	$(call quiet-command, \
 		$(PYTHON) $(SRC_PATH)/tests/vm/$* \
 		$(if $(J),--jobs $(J)) \
+		$(if $(V)$(DEBUG), --debug) \
 		--image "$<" \
 		--interactive \
 		false, \
-- 
2.17.1



  parent reply	other threads:[~2020-05-12 19:39 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-12 19:33 [PATCH v6 0/9] tests/vm: Add support for aarch64 VMs Robert Foley
2020-05-12 19:33 ` [PATCH v6 1/9] tests/vm: Add configuration to basevm.py Robert Foley
2020-05-15 17:23   ` Alex Bennée
2020-05-15 18:10     ` Robert Foley
2020-05-12 19:33 ` [PATCH v6 2/9] tests/vm: Added configuration file support Robert Foley
2020-05-12 19:33 ` Robert Foley [this message]
2020-05-12 19:33 ` [PATCH v6 4/9] tests/vm: Add ability to select QEMU from current build Robert Foley
2020-05-12 19:33 ` [PATCH v6 5/9] tests/vm: allow wait_ssh() to specify command Robert Foley
2020-05-12 19:33 ` [PATCH v6 6/9] tests/vm: Added a new script for ubuntu.aarch64 Robert Foley
2020-05-15 15:42   ` Alex Bennée
2020-05-15 18:05     ` Robert Foley
2020-05-12 19:33 ` [PATCH v6 7/9] tests/vm: Added a new script for centos.aarch64 Robert Foley
2020-05-12 19:33 ` [PATCH v6 8/9] tests/vm: change scripts to use self._config Robert Foley
2020-05-12 19:33 ` [PATCH v6 9/9] tests/vm: Add workaround to consume console Robert Foley

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200512193340.265-4-robert.foley@linaro.org \
    --to=robert.foley@linaro.org \
    --cc=alex.bennee@linaro.org \
    --cc=peter.puhov@linaro.org \
    --cc=philmd@redhat.com \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).