qemu with hax to log dma reads & writes jcs.org/2018/11/12/vfio

tests/vm: Pass --debug through for vm-boot-ssh

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>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20200529203458.1038-5-robert.foley@linaro.org>
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>

authored by

Robert Foley and committed by
Philippe Mathieu-Daudé
d5326a24 c95dddce

+1
+1
tests/vm/Makefile.include
··· 91 91 $(call quiet-command, \ 92 92 $(PYTHON) $(SRC_PATH)/tests/vm/$* \ 93 93 $(if $(J),--jobs $(J)) \ 94 + $(if $(V)$(DEBUG), --debug) \ 94 95 --image "$<" \ 95 96 --interactive \ 96 97 false, \