Re: [Qemu-devel] [PATCH] tap: flush STDOUT on newline

2019-01-20 Thread no-reply
Patchew URL: https://patchew.org/QEMU/1547574976-6372-1-git-send-email-pbonz...@redhat.com/ Hi, This series failed the docker-mingw@fedora build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. === TEST SCRIPT

Re: [Qemu-devel] [PATCH] tap: flush STDOUT on newline

2019-01-15 Thread Philippe Mathieu-Daudé
On 1/15/19 6:56 PM, Paolo Bonzini wrote: > This makes it easier to follow what is going on. > > Signed-off-by: Paolo Bonzini Reviewed-by: Philippe Mathieu-Daudé > --- > scripts/tap-driver.pl | 1 + > scripts/tap-merge.pl | 1 + > 2 files changed, 2 insertions(+) > > diff --git a/scripts/tap

Re: [Qemu-devel] [PATCH] tap: flush STDOUT on newline

2019-01-15 Thread Eric Blake
On 1/15/19 11:56 AM, Paolo Bonzini wrote: > This makes it easier to follow what is going on. > > Signed-off-by: Paolo Bonzini > --- > scripts/tap-driver.pl | 1 + > scripts/tap-merge.pl | 1 + > 2 files changed, 2 insertions(+) > Reviewed-by: Eric Blake -- Eric Blake, Principal Software En

[Qemu-devel] [PATCH] tap: flush STDOUT on newline

2019-01-15 Thread Paolo Bonzini
This makes it easier to follow what is going on. Signed-off-by: Paolo Bonzini --- scripts/tap-driver.pl | 1 + scripts/tap-merge.pl | 1 + 2 files changed, 2 insertions(+) diff --git a/scripts/tap-driver.pl b/scripts/tap-driver.pl index 5e59b5d..6621a5c 100755 --- a/scripts/tap-driver.pl +++ b