[Qemu-devel] [PULL 03/18] replay: introduce mutex to protect the replay log

2015-11-05 Thread Paolo Bonzini
From: Pavel Dovgalyuk This mutex will protect read/write operations for replay log. Using mutex is necessary because most of the events consist of several fields stored in the log. The mutex will help to avoid races. Reviewed-by: Paolo Bonzini

[Qemu-devel] [PULL 03/18] replay: introduce mutex to protect the replay log

2015-11-04 Thread Paolo Bonzini
From: Pavel Dovgalyuk This mutex will protect read/write operations for replay log. Using mutex is necessary because most of the events consist of several fields stored in the log. The mutex will help to avoid races. Reviewed-by: Paolo Bonzini