[...] > diff --git a/qapi/stats.json b/qapi/stats.json > new file mode 100644 > index 0000000000..650d883297 > --- /dev/null > +++ b/qapi/stats.json [...] > +## > +# @query-stats-schemas: > +# > +# Return the schema for all available runtime-collected statistics. > +# > +# Note: runtime-collected statistics and their names fall outside QEMU's > +# usual deprecation policies. QEMU will try to keep the set of available
/work/armbru/qemu/scripts/qapi-gen.py: In file included from ../qapi/qapi-schema.json:96: ../qapi/stats.json:201:1: unexpected de-indent (expected at least 6 spaces) > +# data stable, together with their names, but will not guarantee stability > +# at all costs; the same is true of providers that source statistics > +# externally, e.g. from Linux. For example, if the same value is being > +# tracked with different names on different architectures or by different > +# providers, one of them might be renamed. A statistic might go away if > +# an algorithm is changed or some code is removed; changing a default might > +# cause previously useful statistics to always report 0. Such changes, > +# however, are expected to be rare. > +# > +# Since: 7.1 > +## > +{ 'command': 'query-stats-schemas', > + 'data': { }, > + 'returns': [ 'StatsSchema' ] }