On Wed, Feb 7, 2018 at 12:03 PM, Pavel Dovgalyuk <pavel.dovga...@ispras.ru> wrote:
> This set of patches moves replay lock upper in the function call tree. > Now replay lock functions similar to BQL in older version and allows > deterministic execution of the threads in icount mode. > It is also fixes some vmstate creation (and loading) issues > in record/replay modes: > - VM start/stop fixes in replay mode > - overlay creation for blkreplay filter > - fixes for vmstate save/load in record/replay mode > - fixes for host clock vmstate > > There is also a set of helper scripts written by Alex Bennée > for debugging the record/replay code. > > Can you provide a test branch somewhere so I can easily test it out? Thanks