On Sat, Sep 12, 2026 at 06:53:50AM +0200, Markus Armbruster wrote: > @local is unstable in MigrationParameters, but not in > MigrationParameter. Fix the latter. > > Fixes: c9affb8e9b (qapi: add local migration parameter) > Signed-off-by: Markus Armbruster <[email protected]>
Reviewed-by: Peter Xu <[email protected]> To avoid this in the future, can we further simplify MigrationParameter in qapi/? E.g. either dropping the @unstable completely (by mentioning in its doc to reference MigrationParameters), or I also wonder if there is way we can completely avoid some struct to be visible in doc, so we can drop it; currently MigrationParameter still shows all fields "Not Documented". Thanks, -- Peter Xu
