Re: [PATCH v2 02/24] migration: Add a qdev property for StrOrNull

2025-07-04 Thread Fabiano Rosas
Peter Xu writes: > On Tue, Jul 01, 2025 at 08:38:19AM +0200, Markus Armbruster wrote: >> Fabiano Rosas writes: >> >> > The MigrationState is a QOM object with TYPE_DEVICE as a parent. This >> > was done about eight years ago so the migration code could make use of >> > qdev properties to define

Re: [PATCH v2 02/24] migration: Add a qdev property for StrOrNull

2025-07-03 Thread Peter Xu
On Tue, Jul 01, 2025 at 08:38:19AM +0200, Markus Armbruster wrote: > Fabiano Rosas writes: > > > The MigrationState is a QOM object with TYPE_DEVICE as a parent. This > > was done about eight years ago so the migration code could make use of > > qdev properties to define the defaults for the migr

Re: [PATCH v2 02/24] migration: Add a qdev property for StrOrNull

2025-06-30 Thread Markus Armbruster
Fabiano Rosas writes: > The MigrationState is a QOM object with TYPE_DEVICE as a parent. This > was done about eight years ago so the migration code could make use of > qdev properties to define the defaults for the migration parameters > and to be able to expose migration knobs for debugging via

[PATCH v2 02/24] migration: Add a qdev property for StrOrNull

2025-06-30 Thread Fabiano Rosas
The MigrationState is a QOM object with TYPE_DEVICE as a parent. This was done about eight years ago so the migration code could make use of qdev properties to define the defaults for the migration parameters and to be able to expose migration knobs for debugging via the '-global migration' command