Re: [PATCH v2 13/29] migration: fixed-ram: Add URI compatibility check

2023-10-31 Thread Peter Xu
On Mon, Oct 23, 2023 at 05:35:52PM -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 > --- > migration/migration.c | 22

Re: [PATCH v2 13/29] migration: fixed-ram: Add URI compatibility check

2023-10-25 Thread Daniel P . Berrangé
On Mon, Oct 23, 2023 at 05:35:52PM -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 > --- > migration/migration.c | 22

[PATCH v2 13/29] migration: fixed-ram: Add URI compatibility check

2023-10-23 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 --- migration/migration.c | 22 -- 1 file changed, 20 insertions(+), 2 deletions(-) diff --git a/mi