Re: [PATCH 1/2] migration: dirty-bitmap: Convert alias map inner members to a struct

2021-02-04 Thread Vladimir Sementsov-Ogievskiy
03.02.2021 15:59, Peter Krempa wrote: Currently the alias mapping hash stores just strings of the target objects internally. In further patches we'll be adding another member which will need to be stored in the map so convert the members to a struct. Signed-off-by: Peter Krempa --- migration/

Re: [PATCH 1/2] migration: dirty-bitmap: Convert alias map inner members to a struct

2021-02-04 Thread Eric Blake
On 2/3/21 6:59 AM, Peter Krempa wrote: > Currently the alias mapping hash stores just strings of the target > objects internally. In further patches we'll be adding another member > which will need to be stored in the map so convert the members to a > struct. > > Signed-off-by: Peter Krempa > ---

[PATCH 1/2] migration: dirty-bitmap: Convert alias map inner members to a struct

2021-02-03 Thread Peter Krempa
Currently the alias mapping hash stores just strings of the target objects internally. In further patches we'll be adding another member which will need to be stored in the map so convert the members to a struct. Signed-off-by: Peter Krempa --- migration/block-dirty-bitmap.c | 37 +++