]> git.ipfire.org Git - thirdparty/qemu.git/commit
main loop: add missing documentation links to GS/IO macros
authorEmanuele Giuseppe Esposito <eesposit@redhat.com>
Thu, 9 Jun 2022 12:22:06 +0000 (08:22 -0400)
committerKevin Wolf <kwolf@redhat.com>
Tue, 2 Aug 2022 10:02:17 +0000 (12:02 +0200)
commit21b1d974595b3986c68fe80a1f7e9b87886d4bae
treeb261a3a1d41d2b0d2ade8823203f3ce8e8c43b20
parente13fe274bfbc4c5b338854a3519a64b84c2d5517
main loop: add missing documentation links to GS/IO macros

If we go directly to GLOBAL_STATE_CODE, IO_CODE or IO_OR_GS_CODE
definition, we just find that they "mark and check that the function
is part of the {category} API".
However, ther is no definition on what {category} API is, they are
in include/block/block-*.h
Therefore, add a comment that refers to such documentation.

Signed-off-by: Emanuele Giuseppe Esposito <eesposit@redhat.com>
Message-Id: <20220609122206.1016936-1-eesposit@redhat.com>
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
include/qemu/main-loop.h