Re: [Qemu-devel] [PATCH v2 0/9] IDE: replace printfs with tracing

2017-08-29 Thread no-reply
Hi, This series seems to have some coding style problems. See output below for more information: Message-id: 20170829204934.9039-1-js...@redhat.com Subject: [Qemu-devel] [PATCH v2 0/9] IDE: replace printfs with tracing Type: series === TEST SCRIPT BEGIN === #!/bin/bash BASE=base n=1 total

[Qemu-devel] [PATCH v2 0/9] IDE: replace printfs with tracing

2017-08-29 Thread John Snow
Wherever possible, replace all printfs with proper tracing. In most places I've tried to do a straight replacement, but forthcoming patches may calibrate the tracing to be a little nicer. For now, it's nice to just remove the all-or-nothing tracing. For V2, I opted to leave in the nearly redundan