mbox

(no subject)

Message ID 1299578340-7757-1-git-send-email-stefanha@linux.vnet.ibm.com
State New
Headers show

Pull-request

git://repo.or.cz/qemu/stefanha.git tracing

Message

Stefan Hajnoczi March 8, 2011, 9:59 a.m. UTC
[PULL] trace: Thread-safe simpletrace and additional trace events

The following 3 tracing commits were sent to qemu-devel.  I have made them
available for convenient pulling into qemu.git/master.

The following changes since commit 07bf23a77131668ef8db37e08d508b117655ce86:

  MAINTAINERS: add LatticeMico32 maintainer (2011-03-07 13:42:58 +0100)

are available in the git repository at:
  git://repo.or.cz/qemu/stefanha.git tracing

Stefan Hajnoczi (3):
      simpletrace: Thread-safe tracing
      trace: Trace bdrv_aio_flush()
      trace: Trace posix-aio-compat.c completion and cancellation

 block.c                |    2 +
 docs/tracing.txt       |    5 -
 posix-aio-compat.c     |    5 +
 scripts/simpletrace.py |    3 +-
 simpletrace.c          |  309 ++++++++++++++++++++++++++++++++----------------
 simpletrace.h          |    8 ++
 trace-events           |    3 +
 vl.c                   |   16 +--
 8 files changed, 229 insertions(+), 122 deletions(-)

Thanks,
Stefan