mirror of
https://github.com/mii443/qemu.git
synced 2025-08-22 15:15:46 +00:00
qapi: Fix dangling references to docs/devel/qapi-code-gen.txt
Conversion of docs/devel/qapi-code-gen.txt to ReST left several
dangling references behind. Fix them to point to
docs/devel/qapi-code-gen.rst.
Fixes: f7aa076dbd
(docs: convert qapi-code-gen.txt to ReST)
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-ID: <20240120095327.666239-4-armbru@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
This commit is contained in:
@ -35,7 +35,7 @@ typedef struct YankInstanceEntry YankInstanceEntry;
|
||||
/*
|
||||
* This lock protects the yank_instance_list below. Because it's taken by
|
||||
* OOB-capable commands, it must be "fast", i.e. it may only be held for a
|
||||
* bounded, short time. See docs/devel/qapi-code-gen.txt for additional
|
||||
* bounded, short time. See docs/devel/qapi-code-gen.rst for additional
|
||||
* information.
|
||||
*/
|
||||
static QemuMutex yank_lock;
|
||||
|
Reference in New Issue
Block a user