On Thu, Jan 26, 2017 at 05:16:11PM +0000, Stefan Hajnoczi wrote: > I noticed that some trace-events files are out of date. This series fixes them. > > Stefan Hajnoczi (2): > qapi: add missing trace_visit_type_enum() call > trace: clean up trace-events files > > qapi/qapi-visit-core.c | 1 + > block/trace-events | 2 -- > hw/block/trace-events | 1 - > hw/display/trace-events | 1 - > hw/i386/trace-events | 1 - > hw/input/trace-events | 2 -- > hw/intc/trace-events | 1 - > hw/net/trace-events | 8 -------- > hw/usb/trace-events | 1 - > hw/vfio/trace-events | 2 +- > migration/trace-events | 3 --- > qapi/trace-events | 2 +- > trace-events | 1 - > 13 files changed, 3 insertions(+), 23 deletions(-) > > -- > 2.9.3 > Thanks, applied to my tracing tree: https://github.com/stefanha/qemu/commits/tracing Stefan