Re: [Qemu-block] [PATCH v2 8/9] AHCI: pretty-print FIS to buffer instead of stderr

2017-08-30 Thread Stefan Hajnoczi
On Tue, Aug 29, 2017 at 04:49:33PM -0400, John Snow wrote: > The current FIS printing routines dump the FIS to screen. adjust this > such that it dumps to buffer instead, then use this ability to have > FIS dump mechanisms via trace-events instead of compiled defines. > > Signed-off-by: John Snow

[Qemu-block] [PATCH v2 8/9] AHCI: pretty-print FIS to buffer instead of stderr

2017-08-29 Thread John Snow
The current FIS printing routines dump the FIS to screen. adjust this such that it dumps to buffer instead, then use this ability to have FIS dump mechanisms via trace-events instead of compiled defines. Signed-off-by: John Snow --- hw/ide/ahci.c | 54 ++