Re: [Qemu-devel] [PATCH 6/9] AHCI: Replace DPRINTF with trace-events

2017-08-29 Thread Philippe Mathieu-Daudé
[...] +# hw/ide/ahci.c +ahci_port_read(void *s, int port, int offset, uint32_t ret) "ahci(%p)[%d]: port read @ 0x%x: 0x%08x" +ahci_irq_raise(void *s) "ahci(%p): raise irq" +ahci_irq_lower(void *s) "ahci(%p): lower irq" +ahci_check_irq(void *s, uint32_t old, uint32_t new) "ahci(%p): check irq 0x%0

Re: [Qemu-devel] [PATCH 6/9] AHCI: Replace DPRINTF with trace-events

2017-08-28 Thread John Snow
On 08/25/2017 09:17 AM, Philippe Mathieu-Daudé wrote: > Hi John, > > On 08/08/2017 03:33 PM, John Snow wrote: >> There are a few hangers-on that will be dealt with individually >> in forthcoming patches. >> >> Signed-off-by: John Snow >> --- >> hw/ide/ahci.c | 157 >> +++

Re: [Qemu-devel] [PATCH 6/9] AHCI: Replace DPRINTF with trace-events

2017-08-25 Thread Philippe Mathieu-Daudé
Hi John, On 08/08/2017 03:33 PM, John Snow wrote: There are a few hangers-on that will be dealt with individually in forthcoming patches. Signed-off-by: John Snow --- hw/ide/ahci.c | 157 +++- hw/ide/trace-events | 52 -

[Qemu-devel] [PATCH 6/9] AHCI: Replace DPRINTF with trace-events

2017-08-08 Thread John Snow
There are a few hangers-on that will be dealt with individually in forthcoming patches. Signed-off-by: John Snow --- hw/ide/ahci.c | 157 +++- hw/ide/trace-events | 52 - 2 files changed, 119 insertions(+), 90 deletions(-) d