Hi Markus, On Tue, Oct 25, 2022 at 08:11:51AM +0200, Markus Armbruster wrote: > > diff --git a/qapi/run-state.json b/qapi/run-state.json > > index 49989d30e6..e44c0de914 100644 > > --- a/qapi/run-state.json > > +++ b/qapi/run-state.json > > @@ -86,12 +86,15 @@ > > # ignores --no-reboot. This is useful for sanitizing > > # hypercalls on s390 that are used during > > kexec/kdump/boot > > # > > +# @snapshot-load: A snapshot is being loaded by the record & replay > > +# subsystem; internal value (since 7.2) > > +# > > If "internal value" was an established way to mark parts that aren't > visible externally, this would do. Since it isn't, it's too terse. > Suggest something like "This value is used only within QEMU. It doesn't > occur in QMP."
Thanks for the precise text. I can do that for a v5, or, Peter - do you want to just fold that in upon committing these patches? Jason