Re: [PATCH 4/6] migration: Add ram-only capability

2022-01-17 Thread Nikta Lapshin
On 1/14/22 14:22, Markus Armbruster wrote: Nikita Lapshin writes: If this capability is enabled migration stream will have RAM section only. Signed-off-by: Nikita Lapshin [...] diff --git a/qapi/migration.json b/qapi/migration.json index d53956852c..626fc59d14 100644 ---

Re: [PATCH 4/6] migration: Add ram-only capability

2022-01-17 Thread Vladimir Sementsov-Ogievskiy
14.01.2022 18:55, Markus Armbruster wrote: Daniel P. Berrangé writes: On Fri, Jan 14, 2022 at 12:22:13PM +0100, Markus Armbruster wrote: Nikita Lapshin writes: If this capability is enabled migration stream will have RAM section only. Signed-off-by: Nikita Lapshin [...] diff --git

Re: [PATCH 4/6] migration: Add ram-only capability

2022-01-14 Thread Markus Armbruster
Daniel P. Berrangé writes: > On Fri, Jan 14, 2022 at 12:22:13PM +0100, Markus Armbruster wrote: >> Nikita Lapshin writes: >> >> > If this capability is enabled migration stream >> > will have RAM section only. >> > >> > Signed-off-by: Nikita Lapshin >> >> [...] >> >> > diff --git

Re: [PATCH 4/6] migration: Add ram-only capability

2022-01-14 Thread Daniel P . Berrangé
On Fri, Jan 14, 2022 at 12:22:13PM +0100, Markus Armbruster wrote: > Nikita Lapshin writes: > > > If this capability is enabled migration stream > > will have RAM section only. > > > > Signed-off-by: Nikita Lapshin > > [...] > > > diff --git a/qapi/migration.json b/qapi/migration.json > >

Re: [PATCH 4/6] migration: Add ram-only capability

2022-01-14 Thread Markus Armbruster
Nikita Lapshin writes: > If this capability is enabled migration stream > will have RAM section only. > > Signed-off-by: Nikita Lapshin [...] > diff --git a/qapi/migration.json b/qapi/migration.json > index d53956852c..626fc59d14 100644 > --- a/qapi/migration.json > +++ b/qapi/migration.json

Re: [PATCH 4/6] migration: Add ram-only capability

2021-12-28 Thread Vladimir Sementsov-Ogievskiy
24.12.2021 14:11, Nikita Lapshin wrote: If this capability is enabled migration stream will have RAM section only. Signed-off-by: Nikita Lapshin --- migration/migration.c | 20 +++- migration/migration.h | 1 + migration/savevm.c| 11 ++- qapi/migration.json

[PATCH 4/6] migration: Add ram-only capability

2021-12-24 Thread Nikita Lapshin
If this capability is enabled migration stream will have RAM section only. Signed-off-by: Nikita Lapshin --- migration/migration.c | 20 +++- migration/migration.h | 1 + migration/savevm.c| 11 ++- qapi/migration.json | 7 +-- 4 files changed, 35