Re: [Qemu-block] [PATCH 06/16] ahci: add ncq debug checks

2015-06-22 Thread Stefan Hajnoczi
On Fri, Jun 19, 2015 at 09:50:37PM -0400, John Snow wrote: > @@ -1003,6 +1003,27 @@ static void process_ncq_command(AHCIState *s, int > port, uint8_t *cmd_fis, > (uint64_t)ncq_fis->lba0; > ncq_tfs->tag = tag; > > +#ifdef DEBUG_AHCI These sorts of debug ifdefs have a ten

[Qemu-block] [PATCH 06/16] ahci: add ncq debug checks

2015-06-19 Thread John Snow
Most of the time, these bits can be safely ignored. For the purposes of debugging however, it's nice to know that they're not being used. Signed-off-by: John Snow --- hw/ide/ahci.c | 25 + 1 file changed, 25 insertions(+) diff --git a/hw/ide/ahci.c b/hw/ide/ahci.c index