Re: [PATCH v4 12/34] migration: Add fixed-ram URI compatibility check

2024-02-25 Thread Peter Xu
On Tue, Feb 20, 2024 at 07:41:16PM -0300, Fabiano Rosas wrote: > The fixed-ram migration format needs a channel that supports seeking > to be able to write each page to an arbitrary offset in the migration > stream. > > Signed-off-by: Fabiano Rosas > Reviewed-by: Daniel P. Berrangé

[PATCH v4 12/34] migration: Add fixed-ram URI compatibility check

2024-02-20 Thread Fabiano Rosas
The fixed-ram migration format needs a channel that supports seeking to be able to write each page to an arbitrary offset in the migration stream. Signed-off-by: Fabiano Rosas Reviewed-by: Daniel P. Berrangé --- migration/migration.c | 29 + 1 file changed, 29