Re: [Qemu-devel] [PATCH v2 00/16] AHCI: tracing improvements

2018-05-31 Thread John Snow
On 05/31/2018 06:28 PM, John Snow wrote: > This set just adds register names so that the read/write traces make > more sense on their own without having to memorize register offsets. > It also splits read/write traces into supported/unsupported subsets, > so you can just monitor for things that

Re: [Qemu-devel] [PATCH v2 00/16] AHCI: tracing improvements

2018-05-31 Thread John Snow
On 05/31/2018 06:49 PM, no-re...@patchew.org wrote: > Hi, > > This series failed 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. > [ blah blah blah ] > In file included fro

Re: [Qemu-devel] [PATCH v2 00/16] AHCI: tracing improvements

2018-05-31 Thread John Snow
On 05/31/2018 06:47 PM, no-re...@patchew.org wrote: > Hi, > > This series seems to have some coding style problems. See output below for > more information: > > Type: series > Message-id: 20180531222835.16558-1-js...@redhat.com > Subject: [Qemu-devel] [PATCH

Re: [Qemu-devel] [PATCH v2 00/16] AHCI: tracing improvements

2018-05-31 Thread John Snow
On 05/31/2018 07:24 PM, Philippe Mathieu-Daudé wrote: > On 05/31/2018 07:28 PM, John Snow wrote: >> This set just adds register names so that the read/write traces make >> more sense on their own without having to memorize register offsets. >> It also splits read/write traces into supported/unsu

Re: [Qemu-devel] [PATCH v2 00/16] AHCI: tracing improvements

2018-05-31 Thread Philippe Mathieu-Daudé
On 05/31/2018 07:28 PM, John Snow wrote: > This set just adds register names so that the read/write traces make > more sense on their own without having to memorize register offsets. > It also splits read/write traces into supported/unsupported subsets, > so you can just monitor for things that QEM

Re: [Qemu-devel] [PATCH v2 00/16] AHCI: tracing improvements

2018-05-31 Thread no-reply
Hi, This series failed 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. Type: series Message-id: 20180531222835.16558-1-js...@redhat.com Subject: [Qemu-devel] [PATCH v2 00/16] AHCI

Re: [Qemu-devel] [PATCH v2 00/16] AHCI: tracing improvements

2018-05-31 Thread no-reply
Hi, This series seems to have some coding style problems. See output below for more information: Type: series Message-id: 20180531222835.16558-1-js...@redhat.com Subject: [Qemu-devel] [PATCH v2 00/16] AHCI: tracing improvements === TEST SCRIPT BEGIN === #!/bin/bash BASE=base n=1 total=$(git

[Qemu-devel] [PATCH v2 00/16] AHCI: tracing improvements

2018-05-31 Thread John Snow
This set just adds register names so that the read/write traces make more sense on their own without having to memorize register offsets. It also splits read/write traces into supported/unsupported subsets, so you can just monitor for things that QEMU is likely doing wrong. v2: - Added qemu_log_m