Searched hist:b2a8658ef5dc57ea9e7a45091724a719dd4bdcd3 (Results 1 – 1 of 1) sorted by relevance
/qemu/system/ |
H A D | arch_init.c | b2a8658ef5dc57ea9e7a45091724a719dd4bdcd3 Wed Aug 17 07:01:33 UTC 2011 Umesh Deshpande <udeshpan@redhat.com> protect the ramlist with a separate mutex
Add the new mutex that protects shared state between ram_save_live and the iothread. If the iothread mutex has to be taken together with the ramlist mutex, the iothread shall always be _outside_.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Umesh Deshpande <udeshpan@redhat.com> Signed-off-by: Juan Quintela <quintela@redhat.com>
Reviewed-by: Orit Wasserman <owasserm@redhat.com>
|