]> Git Repo - qemu.git/blobdiff - tests/vm/Makefile.include
tests/vm: Allow to set qemu-img path
[qemu.git] / tests / vm / Makefile.include
index 35607160921c51c6cf78ebb6aea20a1277db7f0a..9e7c46a4735b7b6aa587ae044498f88ab541f52d 100644 (file)
@@ -34,6 +34,7 @@ vm-help vm-test:
        @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"
+       @echo "    QEMU_IMG=/path/to/qemu-img    - Change path to qemu-img tool"
 
 vm-build-all: $(addprefix vm-build-, $(IMAGES))
 
@@ -80,6 +81,7 @@ vm-boot-serial-%: $(IMAGES_DIR)/%.img
 vm-boot-ssh-%: $(IMAGES_DIR)/%.img
        $(call quiet-command, \
                $(SRC_PATH)/tests/vm/$* \
+               $(if $(J),--jobs $(J)) \
                --image "$<" \
                --interactive \
                false, \
This page took 0.025245 seconds and 4 git commands to generate.