Fabiano Rosas <[email protected]> writes: > Add capabilities to MigrationParameters. This structure will hold all > migration options. Capabilities will go away in the next patch. > > From this point on, both QMP and HMP versions of > migrate-set-parameters and query-migrate-parameters gain the ability > to work with capabilities. > > With MigrationParameters now having members for each capability, the > migration capabilities commands (query-migrate-capabilities, > migrate-set-capabilities) will soon be deprecated. Add a set of > helpers to convert between the old MigrationCapability representation > and the new representation as members of MigrationParameters. > > Acked-by: Peter Xu <[email protected]> > Signed-off-by: Fabiano Rosas <[email protected]>
QAPI schema Acked-by: Markus Armbruster <[email protected]>
