[PATCH 0/2] block/nvme: Minor tracing improvements

Philippe Mathieu-Daudé posted 2 patches 3 years, 3 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20210127212137.3482291-1-philmd@redhat.com
block/nvme.c       | 8 +++++++-
block/trace-events | 1 +
2 files changed, 8 insertions(+), 1 deletion(-)
[PATCH 0/2] block/nvme: Minor tracing improvements
Posted by Philippe Mathieu-Daudé 3 years, 3 months ago
Fix an incorrect trace event (sometimes it is better to
have no information rather than having incorrect info...)
and add another event to display the spec implemented by
the controller.

Philippe Mathieu-Daudé (2):
  block/nvme: Properly display doorbell stride length in trace event
  block/nvme: Trace NVMe spec version supported by the controller

 block/nvme.c       | 8 +++++++-
 block/trace-events | 1 +
 2 files changed, 8 insertions(+), 1 deletion(-)

-- 
2.26.2


Re: [PATCH 0/2] block/nvme: Minor tracing improvements
Posted by Kevin Wolf 3 years, 2 months ago
Am 27.01.2021 um 22:21 hat Philippe Mathieu-Daudé geschrieben:
> Fix an incorrect trace event (sometimes it is better to
> have no information rather than having incorrect info...)
> and add another event to display the spec implemented by
> the controller.

Thanks, applied to the block branch.

Kevin