Re: [PATCH 1/4] tests/vm: write raw console log

2020-03-19 Thread Alex Bennée
Cleber Rosa writes: > On Mon, Mar 16, 2020 at 03:22:07PM +0100, Philippe Mathieu-Daudé wrote: >> On 3/16/20 3:16 PM, Alex Bennée wrote: >> > >> > Gerd Hoffmann writes: >> > >> > > Run "tail -f /var/tmp/*/qemu*console.raw" in another terminal >> > > to watch the install console. >> > > >> >

Re: [PATCH 1/4] tests/vm: write raw console log

2020-03-17 Thread Cleber Rosa
On Mon, Mar 16, 2020 at 03:22:07PM +0100, Philippe Mathieu-Daudé wrote: > On 3/16/20 3:16 PM, Alex Bennée wrote: > > > > Gerd Hoffmann writes: > > > > > Run "tail -f /var/tmp/*/qemu*console.raw" in another terminal > > > to watch the install console. > > > > > > Signed-off-by: Gerd Hoffmann >

Re: [PATCH 1/4] tests/vm: write raw console log

2020-03-16 Thread Philippe Mathieu-Daudé
On 3/16/20 3:16 PM, Alex Bennée wrote: Gerd Hoffmann writes: Run "tail -f /var/tmp/*/qemu*console.raw" in another terminal to watch the install console. Signed-off-by: Gerd Hoffmann I suspect this is what's breaking "make check-acceptance" so I've dropped the series from testing/next for

Re: [PATCH 1/4] tests/vm: write raw console log

2020-03-16 Thread Alex Bennée
Gerd Hoffmann writes: > Run "tail -f /var/tmp/*/qemu*console.raw" in another terminal > to watch the install console. > > Signed-off-by: Gerd Hoffmann I suspect this is what's breaking "make check-acceptance" so I've dropped the series from testing/next for now. 2020-03-11 12:12:30,546 sta

Re: [PATCH 1/4] tests/vm: write raw console log

2020-03-10 Thread Philippe Mathieu-Daudé
Hi Gerd, On 3/10/20 9:32 AM, Gerd Hoffmann wrote: Run "tail -f /var/tmp/*/qemu*console.raw" in another terminal to watch the install console. Better to document that in the code/documentation rather than this commit description. Can you send a patch Alex can squash in? Reviewed-by: Philippe

[PATCH 1/4] tests/vm: write raw console log

2020-03-10 Thread Gerd Hoffmann
Run "tail -f /var/tmp/*/qemu*console.raw" in another terminal to watch the install console. Signed-off-by: Gerd Hoffmann --- tests/vm/basevm.py | 6 ++ 1 file changed, 6 insertions(+) diff --git a/tests/vm/basevm.py b/tests/vm/basevm.py index 8400b0e07f65..c53fd354d955 100644 --- a/tests/vm