Re: [Qemu-devel] [PATCH 24/51] ram: Move migration_bitmap_mutex into RAMState
* Juan Quintela (quint...@redhat.com) wrote: > Signed-off-by: Juan Quintela I'm still pretty convinced that there's an existing problem with this mutex can get init'd twice with no destroy on a second migration, however you're not changing that (and it's not actually failed as far as I can tell)
Re: [Qemu-devel] [PATCH 24/51] ram: Move migration_bitmap_mutex into RAMState
On Thu, Mar 23, 2017 at 09:45:17PM +0100, Juan Quintela wrote: > Signed-off-by: Juan Quintela Reviewed-by: Peter Xu