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

Merge remote-tracking branch 'remotes/armbru/tags/pull-build-2019-07-15' into staging

Build system and documentation patches for 2019-07-15

# gpg: Signature made Mon 15 Jul 2019 20:14:38 BST
# gpg: using RSA key 354BC8B3D7EB2A6B68674E5F3870B400EB918653
# gpg: issuer "armbru@redhat.com"
# gpg: Good signature from "Markus Armbruster <armbru@redhat.com>" [full]
# gpg: aka "Markus Armbruster <armbru@pond.sub.org>" [full]
# Primary key fingerprint: 354B C8B3 D7EB 2A6B 6867 4E5F 3870 B400 EB91 8653

* remotes/armbru/tags/pull-build-2019-07-15:
qemu-tech: Fix dangling @menu entries
Makefile: Fix missing dependency of on qemu-tech.texi
Makefile: Fix "make install" when "make all" needs work

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

+3 -4
+3 -1
Makefile
··· 522 522 recurse-all: $(addsuffix /all, $(TARGET_DIRS) $(ROM_DIRS)) 523 523 recurse-clean: $(addsuffix /clean, $(TARGET_DIRS) $(ROM_DIRS)) 524 524 recurse-install: $(addsuffix /install, $(TARGET_DIRS)) 525 + $(addsuffix /install, $(TARGET_DIRS)): all 525 526 526 527 $(BUILD_DIR)/version.o: $(SRC_PATH)/version.rc config-host.h 527 528 $(call quiet-command,$(WINDRES) -I$(BUILD_DIR) -o $@ $<,"RC","version.o") ··· 1020 1021 txt: qemu-doc.txt docs/interop/qemu-qmp-ref.txt docs/interop/qemu-ga-ref.txt 1021 1022 1022 1023 qemu-doc.html qemu-doc.info qemu-doc.pdf qemu-doc.txt: \ 1023 - qemu-img.texi qemu-nbd.texi qemu-options.texi qemu-option-trace.texi \ 1024 + qemu-img.texi qemu-nbd.texi qemu-options.texi \ 1025 + qemu-tech.texi qemu-option-trace.texi \ 1024 1026 qemu-deprecated.texi qemu-monitor.texi qemu-img-cmds.texi qemu-ga.texi \ 1025 1027 qemu-monitor-info.texi docs/qemu-block-drivers.texi \ 1026 1028 docs/qemu-cpu-models.texi docs/security.texi
-3
qemu-tech.texi
··· 3 3 4 4 @menu 5 5 * CPU emulation:: 6 - * Translator Internals:: 7 - * QEMU compared to other emulators:: 8 6 * Managed start up options:: 9 - * Bibliography:: 10 7 @end menu 11 8 12 9 @node CPU emulation