Re: [Qemu-devel] [PATCH 1/4] migration: provide ram_state_init()

2017-10-23 Thread Juan Quintela
Peter Xu wrote: > The old ram_state_init() is not really initializing the RAMState only, > but including lots of other stuff that is RAM-related. Renaming it to > ram_init_all(). Instead, provide a real ram_state_init(). > > Signed-off-by: Peter Xu Reviewed-by: Juan Quintela

[Qemu-devel] [PATCH 1/4] migration: provide ram_state_init()

2017-10-18 Thread Peter Xu
The old ram_state_init() is not really initializing the RAMState only, but including lots of other stuff that is RAM-related. Renaming it to ram_init_all(). Instead, provide a real ram_state_init(). Signed-off-by: Peter Xu --- migration/ram.c | 33 - 1 file chan