qemu with hax to log dma reads & writes jcs.org/2018/11/12/vfio

Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' into staging

# gpg: Signature made Mon 13 Feb 2017 16:29:26 GMT
# gpg: using RSA key 0x9CA4ABB381AB73C8
# gpg: Good signature from "Stefan Hajnoczi <stefanha@redhat.com>"
# gpg: aka "Stefan Hajnoczi <stefanha@gmail.com>"
# Primary key fingerprint: 8695 A8BF D3F9 7CDA AC35 775A 9CA4 ABB3 81AB 73C8

* remotes/stefanha/tags/tracing-pull-request:
Makefile: Make "install" depend on "trace-events-all"
docs: update manpage for stderr->log rename

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>

+3 -3
+1 -1
Makefile
··· 589 589 endif 590 590 591 591 592 - install: all $(if $(BUILD_DOCS),install-doc) \ 592 + install: all $(if $(BUILD_DOCS),install-doc) $(BUILD_DIR)/trace-events-all \ 593 593 install-datadir install-localstatedir 594 594 ifneq ($(TOOLS),) 595 595 $(call install-prog,$(subst qemu-ga,qemu-ga$(EXESUF),$(TOOLS)),$(DESTDIR)$(bindir))
+2 -2
qemu-option-trace.texi
··· 5 5 Immediately enable events matching @var{pattern}. 6 6 The file must contain one event name (as listed in the @file{trace-events-all} 7 7 file) per line; globbing patterns are accepted too. This option is only 8 - available if QEMU has been compiled with the @var{simple}, @var{stderr} 8 + available if QEMU has been compiled with the @var{simple}, @var{log} 9 9 or @var{ftrace} tracing backend. To specify multiple events or patterns, 10 10 specify the @option{-trace} option multiple times. 11 11 ··· 15 15 Immediately enable events listed in @var{file}. 16 16 The file must contain one event name (as listed in the @file{trace-events-all} 17 17 file) per line; globbing patterns are accepted too. This option is only 18 - available if QEMU has been compiled with the @var{simple}, @var{stderr} or 18 + available if QEMU has been compiled with the @var{simple}, @var{log} or 19 19 @var{ftrace} tracing backend. 20 20 21 21 @item file=@var{file}