Re: [PATCH v2 02/18] hw/block/nvme: additional tracing

2020-07-03 Thread Klaus Jensen
On Jul 3 10:03, Philippe Mathieu-Daudé wrote: > On 7/3/20 8:34 AM, Klaus Jensen wrote: > > From: Klaus Jensen > > > > Add various additional tracing and streamline nvme_identify_ns and > > nvme_identify_nslist (they do not need to repeat the command, it is > > already in the trace name). > > >

Re: [PATCH v2 02/18] hw/block/nvme: additional tracing

2020-07-03 Thread Philippe Mathieu-Daudé
On 7/3/20 8:34 AM, Klaus Jensen wrote: > From: Klaus Jensen > > Add various additional tracing and streamline nvme_identify_ns and > nvme_identify_nslist (they do not need to repeat the command, it is > already in the trace name). > > Signed-off-by: Klaus Jensen > Reviewed-by: Dmitry Fomichev

[PATCH v2 02/18] hw/block/nvme: additional tracing

2020-07-02 Thread Klaus Jensen
From: Klaus Jensen Add various additional tracing and streamline nvme_identify_ns and nvme_identify_nslist (they do not need to repeat the command, it is already in the trace name). Signed-off-by: Klaus Jensen Reviewed-by: Dmitry Fomichev --- hw/block/nvme.c | 19 +++ hw