Re: [Qemu-devel] [PATCH 0/2] ahci: small cleanups

2014-11-26 Thread Stefan Hajnoczi
On Thu, Nov 13, 2014 at 10:24:39AM +, Stefan Hajnoczi wrote: > Two small cleanups for QEMU 2.3: > > 1. Avoid DEBUG_AHCI bitrot > 2. Use FIS type constants instead of magic numbers > > See commit descriptions for details. > > Stefan Hajnoczi (2): > ahci: avoid #ifdef DEBUG_AHCI bitrot > a

Re: [Qemu-devel] [PATCH 0/2] ahci: small cleanups

2014-11-13 Thread John Snow
On 11/13/2014 05:24 AM, Stefan Hajnoczi wrote: Two small cleanups for QEMU 2.3: 1. Avoid DEBUG_AHCI bitrot 2. Use FIS type constants instead of magic numbers See commit descriptions for details. Stefan Hajnoczi (2): ahci: avoid #ifdef DEBUG_AHCI bitrot ahci: replace SATA FIS type magic

[Qemu-devel] [PATCH 0/2] ahci: small cleanups

2014-11-13 Thread Stefan Hajnoczi
Two small cleanups for QEMU 2.3: 1. Avoid DEBUG_AHCI bitrot 2. Use FIS type constants instead of magic numbers See commit descriptions for details. Stefan Hajnoczi (2): ahci: avoid #ifdef DEBUG_AHCI bitrot ahci: replace SATA FIS type magic numbers with constants hw/ide/ahci.c | 24