Cc'ing Stefan and Trivial On 10/30/2017 01:07 PM, Doug Gale wrote: > From 0e27b5dca8f4f32a1b194e1b3544be77dd4f45d9 Mon Sep 17 00:00:00 2001 > From: Doug Gale <doug...@gmail.com> > Date: Mon, 30 Oct 2017 09:28:43 -0400 > Subject: [PATCH] nvme: Add tracing >
^ to remove from commit description, maybe maintainer taking this can cleanup. > 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 <doug...@gmail.com> Reviewed-by: Philippe Mathieu-Daudé <f4...@amsat.org> > --- > hw/block/nvme.c | 349 > ++++++++++++++++++++++++++++++++++++++++++-------- > hw/block/trace-events | 93 ++++++++++++++ > 2 files changed, 390 insertions(+), 52 deletions(-)