Re: [Qemu-devel] [PATCH 0/3] AHCI: re-privatize ahci headers

2017-06-29 Thread John Snow
On 06/23/2017 06:09 PM, John Snow wrote: > As reported by Philippe Mathieu-Daudé, including AHCI headers can > quickly pull in more dependencies than is sane. To remedy this, > split the AHCI headers into public and private areas as best as we > can and move the private information back into hw/i

Re: [Qemu-devel] [PATCH 0/3] AHCI: re-privatize ahci headers

2017-06-23 Thread no-reply
Hi, This series seems to have some coding style problems. See output below for more information: Type: series Subject: [Qemu-devel] [PATCH 0/3] AHCI: re-privatize ahci headers Message-id: 20170623220926.11479-1-js...@redhat.com === TEST SCRIPT BEGIN === #!/bin/bash BASE=base n=1 total=$(git

[Qemu-devel] [PATCH 0/3] AHCI: re-privatize ahci headers

2017-06-23 Thread John Snow
As reported by Philippe Mathieu-Daudé, including AHCI headers can quickly pull in more dependencies than is sane. To remedy this, split the AHCI headers into public and private areas as best as we can and move the private information back into hw/ide/. The only code movement is performed in patch