]> git.proxmox.com Git - mirror_qemu.git/commitdiff
Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' into staging
authorPeter Maydell <peter.maydell@linaro.org>
Fri, 15 Aug 2014 15:37:17 +0000 (16:37 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 15 Aug 2014 15:37:17 +0000 (16:37 +0100)
Tracing pull request

* remotes/stefanha/tags/tracing-pull-request:
  virtio-rng: add some trace events
  trace: add some tcg tracing support
  trace: teach lttng backend to use format strings
  trace: [tcg] Include TCG-tracing header on all targets
  trace: [tcg] Include event definitions in "trace.h"
  trace: [tcg] Generate TCG tracing routines
  trace: [tcg] Include TCG-tracing helpers
  trace: [tcg] Define TCG tracing helper routine wrappers
  trace: [tcg] Define TCG tracing helper routines
  trace: [tcg] Declare TCG tracing helper routines
  trace: [tcg] Add 'tcg' event property
  trace: [tcg] Argument type transformation machinery
  trace: [tcg] Argument type transformation rules
  trace: [tcg] Add documentation
  trace: install simpletrace SystemTap tapset
  simpletrace: add simpletrace.py --no-header option
  trace: add tracetool simpletrace_stap format
  trace: extract stap_escape() function for reuse

Conflicts:
Makefile.objs

1  2 
Makefile
Makefile.objs

diff --cc Makefile
Simple merge
diff --cc Makefile.objs
index efd9768e8611018e256b3b8640b8a0d57c47ce74,84b86af879e33b57f12019265de8d6544003f2ab..97db978d16100464ddef367c285277f1a01ae86c
@@@ -1,7 -1,7 +1,7 @@@
  #######################################################################
  # Common libraries for tools and emulators
  stub-obj-y = stubs/
- util-obj-y = util/ qobject/ qapi/ trace/ qapi-types.o qapi-visit.o qapi-event.o
 -util-obj-y = util/ qobject/ qapi/
++util-obj-y = util/ qobject/ qapi/ qapi-types.o qapi-visit.o qapi-event.o
  
  #######################################################################
  # block-obj-y is code used by both qemu system emulation and qemu-img