Re: [Qemu-devel] [RFC PATCH v5 00/31] Deterministic replay and reverse execution

2014-11-28 Thread Artyom Tarasenko
On Thu, Nov 27, 2014 at 6:45 PM, Paolo Bonzini wrote: > > > On 27/11/2014 10:53, Artyom Tarasenko wrote: >>> > >>> > Deterministic replay has the following features: >>> > * Deterministically replays whole system execution and all contents of >>> > the memory, >>> >state of the hadrware devi

Re: [Qemu-devel] [RFC PATCH v5 00/31] Deterministic replay and reverse execution

2014-11-27 Thread Pavel Dovgaluk
> From: Artyom Tarasenko [mailto:atar4q...@gmail.com] > On Wed, Nov 26, 2014 at 11:47 AM, Pavel Dovgaluk > wrote: > > That covermail was wrong. Here is the correct one: > > > > This set of patches is related to the reverse execution and deterministic > > replay of qemu execution This implementati

Re: [Qemu-devel] [RFC PATCH v5 00/31] Deterministic replay and reverse execution

2014-11-27 Thread Paolo Bonzini
On 27/11/2014 10:53, Artyom Tarasenko wrote: >> > >> > Deterministic replay has the following features: >> > * Deterministically replays whole system execution and all contents of >> > the memory, >> >state of the hadrware devices, clocks, and screen of the VM. >> > * Writes execution log

Re: [Qemu-devel] [RFC PATCH v5 00/31] Deterministic replay and reverse execution

2014-11-27 Thread Artyom Tarasenko
On Wed, Nov 26, 2014 at 11:47 AM, Pavel Dovgaluk wrote: > That covermail was wrong. Here is the correct one: > > This set of patches is related to the reverse execution and deterministic > replay of qemu execution This implementation of deterministic replay can > be used for deterministic debuggi

Re: [Qemu-devel] [RFC PATCH v5 00/31] Deterministic replay and reverse execution

2014-11-26 Thread Paolo Bonzini
On 26/11/2014 11:38, Pavel Dovgalyuk wrote: > This set of patches is related to the reverse execution and deterministic > replay of qemu execution Our implementation of deterministic replay can > be used for deterministic and reverse debugging of guest code through gdb > remote interface. Lo

Re: [Qemu-devel] [RFC PATCH v5 00/31] Deterministic replay and reverse execution

2014-11-26 Thread Pavel Dovgaluk
That covermail was wrong. Here is the correct one: This set of patches is related to the reverse execution and deterministic replay of qemu execution This implementation of deterministic replay can be used for deterministic debugging of guest code through gdb remote interface. These patches

[Qemu-devel] [RFC PATCH v5 00/31] Deterministic replay and reverse execution

2014-11-26 Thread Pavel Dovgalyuk
This set of patches is related to the reverse execution and deterministic replay of qemu execution Our implementation of deterministic replay can be used for deterministic and reverse debugging of guest code through gdb remote interface. Execution recording writes non-deterministic events log,