diff options
| author | Markus Armbruster <armbru@redhat.com> | 2025-07-17 13:57:51 +0200 |
|---|---|---|
| committer | Markus Armbruster <armbru@redhat.com> | 2025-07-29 14:51:20 +0200 |
| commit | d4d91ed42eb93f64950a036f35efbd915feb95b3 (patch) | |
| tree | b89678d75503612c97ab7f66322f32b88973744b /qapi/machine.json | |
| parent | 92c05be4dfb59a71033d4c57dac944b29f7dabf0 (diff) | |
| download | focaccia-qemu-d4d91ed42eb93f64950a036f35efbd915feb95b3.tar.gz focaccia-qemu-d4d91ed42eb93f64950a036f35efbd915feb95b3.zip | |
qapi: Add more cross-references
We recently (merge commit 504632dcc631) enclosed command and type names in `backquotes`, so they become links in generated HTML. Take care of a few we missed. Signed-off-by: Markus Armbruster <armbru@redhat.com> Message-ID: <20250717115751.3832597-1-armbru@redhat.com> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com> Reviewed-by: John Snow <jsnow@redhat.com>
Diffstat (limited to 'qapi/machine.json')
| -rw-r--r-- | qapi/machine.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qapi/machine.json b/qapi/machine.json index 6f59f70ca6..038eab281c 100644 --- a/qapi/machine.json +++ b/qapi/machine.json @@ -2087,7 +2087,7 @@ # # @deprecated-props: an optional list of properties that are flagged as # deprecated by the CPU vendor. The list depends on the -# CpuModelExpansionType: "static" properties are a subset of the +# `CpuModelExpansionType`: "static" properties are a subset of the # enabled-properties for the expanded model; "full" properties are # a set of properties that are deprecated across all models for # the architecture. (since: 10.1 -- since 9.1 on s390x --). |