docs: add memory API reference
Add kernel-doc directive to parse and include doc comments from include/exec/memory.h. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
08226b44ae
commit
f3224c5285
@ -361,3 +361,8 @@ callbacks are called:
|
|||||||
- .impl.unaligned specifies that the *implementation* supports unaligned
|
- .impl.unaligned specifies that the *implementation* supports unaligned
|
||||||
accesses; if false, unaligned accesses will be emulated by two aligned
|
accesses; if false, unaligned accesses will be emulated by two aligned
|
||||||
accesses.
|
accesses.
|
||||||
|
|
||||||
|
API Reference
|
||||||
|
-------------
|
||||||
|
|
||||||
|
.. kernel-doc:: include/exec/memory.h
|
||||||
|
Loading…
Reference in New Issue
Block a user