qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH v1 12/26] tests/vm: Add missing variables on help


From: Alex Bennée
Subject: [Qemu-devel] [PATCH v1 12/26] tests/vm: Add missing variables on help
Date: Thu, 30 May 2019 11:15:49 +0100

From: Wainer dos Santos Moschetta <address@hidden>

Added description of variables missing on vm-test help.

Signed-off-by: Wainer dos Santos Moschetta <address@hidden>
Message-Id: <address@hidden>
Signed-off-by: Alex Bennée <address@hidden>
---
 tests/vm/Makefile.include | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/tests/vm/Makefile.include b/tests/vm/Makefile.include
index 6f82676306d..c59411bee01 100644
--- a/tests/vm/Makefile.include
+++ b/tests/vm/Makefile.include
@@ -21,9 +21,13 @@ vm-test:
        @echo "  vm-clean-all                    - Clean up VM images"
        @echo
        @echo "Special variables:"
-       @echo "    BUILD_TARGET=foo              - override the build target"
-       @echo "    TARGET_LIST=a,b,c             - Override target list in 
builds."
+       @echo "    BUILD_TARGET=foo              - Override the build target"
+       @echo "    TARGET_LIST=a,b,c             - Override target list in 
builds"
        @echo '    EXTRA_CONFIGURE_OPTS="..."'
+       @echo "    J=[0..9]*                     - Override the -jN parameter 
for make commands"
+       @echo "    DEBUG=1                       - Enable verbose output on 
host and interactive debugging"
+       @echo "    V=1                           - Enable verbose ouput on host 
and guest commands"
+       @echo "    QEMU=/path/to/qemu            - Change path to QEMU binary"
 
 vm-build-all: $(addprefix vm-build-, $(IMAGES))
 
-- 
2.20.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]