qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH] tests/vm: default to using a snapshot


From: Paolo Bonzini
Subject: [Qemu-devel] [PATCH] tests/vm: default to using a snapshot
Date: Wed, 22 May 2019 11:00:17 +0200

This will allow running the tests in Patchew, which has two runners
that might choose concurrently the same VM build for two different
series.

Signed-off-by: Paolo Bonzini <address@hidden>
---
 tests/vm/Makefile.include | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/vm/Makefile.include b/tests/vm/Makefile.include
index 992d823f6b..ae5dbdad6c 100644
--- a/tests/vm/Makefile.include
+++ b/tests/vm/Makefile.include
@@ -51,7 +51,7 @@ vm-build-%: $(IMAGES_DIR)/%.img
                $(if $(DEBUG), --interactive) \
                $(if $(J),--jobs $(J)) \
                $(if $(V),--verbose) \
-               --image "$<" \
+               --image "$<" --snapshot \
                $(if $(BUILD_TARGET),--build-target $(BUILD_TARGET)) \
                --build-qemu $(SRC_PATH) -- \
                $(if $(TARGET_LIST),--target-list=$(TARGET_LIST)) \
-- 
2.21.0




reply via email to

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