Daniel P. Berrangé <berra...@redhat.com> writes: > On Thu, Jul 17, 2025 at 10:21:17AM +0200, Markus Armbruster wrote: >> Enclose command and type names in `backquotes`, so they become links >> in generated HTML. >> >> We did this for qapi/ in merge commit 504632dcc631. >> >> Signed-off-by: Markus Armbruster <arm...@redhat.com> >> --- >> qga/qapi-schema.json | 50 ++++++++++++++++++++++---------------------- >> 1 file changed, 25 insertions(+), 25 deletions(-) > > Reviewed-by: Daniel P. Berrangé <berra...@redhat.com> > > >> @@ -585,7 +585,7 @@ >> # - pm-utils (via pm-hibernate) >> # - manual write into sysfs >> # >> -# IMPORTANT: guest-suspend-ram requires working wakeup support in >> +# IMPORTANT: `guest-suspend-ram` requires working wakeup support in >> # QEMU. You should check QMP command query-current-machine returns >> # wakeup-suspend-support: true before issuing this command. Failure > > I presume you're not updating 'query-current-machine' and > 'wakeup-suspend-support' due to an inability do cross references > across the two QAPI schemas ?
I'm not updating them because I missed them! Putting query-current-machine in backquotes just works. There are a few more. I'll respin. I don't know how to reference a member of a type from outside the type. Left for later. Thanks!