qemu/tests/vm
Cleber Rosa 676d1f3e2f tests/vm: avoid extra compressed image copy
The image copy is only really needed because xz doesn't know to
properly decompress a file not named properly.  Instead of
decompressing to stdout, and having to rely on a shell, let's just
create a link instead of copying the file.

Signed-off-by: Cleber Rosa <crosa@redhat.com>
Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20190613130718.3763-2-crosa@redhat.com>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
2019-07-04 19:22:58 +01:00
..
basevm.py python/qemu: split QEMUMachine out from underneath __init__.py 2019-07-01 19:02:10 -03:00
centos tests/vm: avoid extra compressed image copy 2019-07-04 19:22:58 +01:00
freebsd tests/vm: avoid extra compressed image copy 2019-07-04 19:22:58 +01:00
Makefile.include tests/vm: Add missing variables on help 2019-06-12 17:53:22 +01:00
netbsd tests/vm: avoid extra compressed image copy 2019-07-04 19:22:58 +01:00
openbsd tests/vm: avoid extra compressed image copy 2019-07-04 19:22:58 +01:00
README docs: Add docs/devel/testing.rst 2018-02-08 09:23:07 +08:00
ubuntu.i386 tests/vm: add --build-target option 2019-02-08 17:32:35 +00:00

See docs/devel/testing.rst for help.