Eric Blake wrote:
> As promised earlier today, here's a patch series to simplify how one
> calls into qmp_migrate_set_parameters(). With this in place,
> Ashijeet's patches for the back-compat functions would look like:
>
> void qmp_migrate_set_speed(int64_t valuebw, Error **errp)
> {
> Migra
As promised earlier today, here's a patch series to simplify how one
calls into qmp_migrate_set_parameters(). With this in place,
Ashijeet's patches for the back-compat functions would look like:
void qmp_migrate_set_speed(int64_t valuebw, Error **errp)
{
MigrationParameters *p = {
.h