Re: [PATCH 1/6] migration: is_ram changed to is_iterable

2021-12-28 Thread Vladimir Sementsov-Ogievskiy
24.12.2021 14:11, Nikita Lapshin wrote: For new migration capabilities upcoming we need to use something like is_ram for this purpose. This member of struction is true not only for RAM so it should be renamed. Signed-off-by: Nikita Lapshin Reviewed-by: Vladimir Sementsov-Ogievskiy -- Best re

[PATCH 1/6] migration: is_ram changed to is_iterable

2021-12-24 Thread Nikita Lapshin
For new migration capabilities upcoming we need to use something like is_ram for this purpose. This member of struction is true not only for RAM so it should be renamed. Signed-off-by: Nikita Lapshin --- migration/savevm.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --