Re: [Qemu-devel] [PATCH v5] nvme: Add tracing

2017-12-15 Thread Kevin Wolf
Am 03.11.2017 um 14:37 hat Doug Gale geschrieben: > Add trace output for commands, errors, and undefined behavior. > Add guest error log output for undefined behavior. > Report invalid undefined accesses to MMIO. > Annotate unlikely error checks with unlikely. > > Signed-off-by: Doug Gale > Revie

Re: [Qemu-devel] [PATCH v5] nvme: Add tracing

2017-11-28 Thread Stefan Hajnoczi
On Mon, Nov 27, 2017 at 12:58:32PM +0100, Kevin Wolf wrote: > Am 25.11.2017 um 08:08 hat Doug Gale geschrieben: > > Ping > > Stefan, do you expect this to go through a different tree than the > tracing one? Yes, patches that just add/remove/modify trace events go through the affected component's

Re: [Qemu-devel] [PATCH v5] nvme: Add tracing

2017-11-27 Thread Kevin Wolf
Am 25.11.2017 um 08:08 hat Doug Gale geschrieben: > Ping Stefan, do you expect this to go through a different tree than the tracing one? Kevin > On Thu, Nov 16, 2017 at 6:16 AM, Doug Gale wrote: > > I submitted it with git Nov 3 - the long lines issue with git-am > > should be resolved. Please

Re: [Qemu-devel] [PATCH v5] nvme: Add tracing

2017-11-24 Thread Doug Gale
Ping On Thu, Nov 16, 2017 at 6:16 AM, Doug Gale wrote: > I submitted it with git Nov 3 - the long lines issue with git-am > should be resolved. Please let me know if there's still a problem. > > Thanks. > > > On Fri, Nov 3, 2017 at 11:58 AM, Philippe Mathieu-Daudé > wrote: >> Cc'ing Trivial ;)

Re: [Qemu-devel] [PATCH v5] nvme: Add tracing

2017-11-16 Thread Doug Gale
I submitted it with git Nov 3 - the long lines issue with git-am should be resolved. Please let me know if there's still a problem. Thanks. On Fri, Nov 3, 2017 at 11:58 AM, Philippe Mathieu-Daudé wrote: > Cc'ing Trivial ;) > > On 11/03/2017 10:37 AM, Doug Gale wrote: >> Add trace output for com

Re: [Qemu-devel] [PATCH v5] nvme: Add tracing

2017-11-03 Thread Philippe Mathieu-Daudé
Cc'ing Trivial ;) On 11/03/2017 10:37 AM, Doug Gale wrote: > Add trace output for commands, errors, and undefined behavior. > Add guest error log output for undefined behavior. > Report invalid undefined accesses to MMIO. > Annotate unlikely error checks with unlikely. > > Signed-off-by: Doug Gal

[Qemu-devel] [PATCH v5] nvme: Add tracing

2017-11-03 Thread Doug Gale
Add trace output for commands, errors, and undefined behavior. Add guest error log output for undefined behavior. Report invalid undefined accesses to MMIO. Annotate unlikely error checks with unlikely. Signed-off-by: Doug Gale Reviewed-by: Philippe Mathieu-Daudé Reviewed-by: Stefan Hajnoczi --