Re: [Qemu-devel] [PATCH v1 01/17] tests/vm: avoid extra compressed image copy

2019-06-20 Thread Philippe Mathieu-Daudé
On 6/19/19 9:40 PM, Alex Bennée wrote: > From: Cleber Rosa > > 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 f

[Qemu-devel] [PATCH v1 01/17] tests/vm: avoid extra compressed image copy

2019-06-19 Thread Alex Bennée
From: Cleber Rosa 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 Message-Id: <2019