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

docs: Create bitops.rst as example of kernel-docs

Create a bitops.rst which is just a container for the
kernel-doc comments in qemu/bitops.h.

This is mostly a test of the kernel-doc extension machinery.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Message-Id: <20190521122519.12573-7-peter.maydell@linaro.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>

authored by

Peter Maydell and committed by
Paolo Bonzini
f298bb45 7d41d764

+9
+8
docs/devel/bitops.rst
··· 1 + ================== 2 + Bitwise operations 3 + ================== 4 + 5 + The header ``qemu/bitops.h`` provides utility functions for 6 + performing bitwise operations. 7 + 8 + .. kernel-doc:: include/qemu/bitops.h
+1
docs/devel/index.rst
··· 23 23 secure-coding-practices 24 24 tcg 25 25 tcg-plugins 26 + bitops