Re: [Qemu-devel] [PATCH v16 00/21] Deterministic replay core

2015-08-27 Thread Pavel Dovgaluk
From: Paolo Bonzini [mailto:paolo.bonz...@gmail.com] On Behalf Of Paolo Bonzini unfortunately I do have some more review comments; that can happen when going back to the code after a few months, and it's also a good thing because it means that the code _is_ actually getting cleaner. Thanks

Re: [Qemu-devel] [PATCH v16 00/21] Deterministic replay core

2015-08-17 Thread Paolo Bonzini
On 15/08/2015 12:03, Paolo Bonzini wrote: On 15/08/2015 11:57, Pavel Dovgalyuk wrote: Hi, Paolo! Will you apply these patches to 2.5? Yes, I'll put them in my next pull request. Hi Pavel, unfortunately I do have some more review comments; that can happen when going back to the code

Re: [Qemu-devel] [PATCH v16 00/21] Deterministic replay core

2015-08-15 Thread Pavel Dovgalyuk
Hi, Paolo! Will you apply these patches to 2.5? Pavel Dovgalyuk Sent using CloudMagic [https://cloudmagic.com/k/d/mailapp?ct=tacv=5.1.11.3pv=4.4.2] On вт, Авг 04, 2015 at 11:43 AM, Pavel Dovgalyuk pavel.dovga...@ispras.ru [pavel.dovga...@ispras.ru] wrote: This set of patches is related

Re: [Qemu-devel] [PATCH v16 00/21] Deterministic replay core

2015-08-15 Thread Paolo Bonzini
On 15/08/2015 11:57, Pavel Dovgalyuk wrote: Hi, Paolo! Will you apply these patches to 2.5? Yes, I'll put them in my next pull request. Paolo

[Qemu-devel] [PATCH v16 00/21] Deterministic replay core

2015-08-04 Thread Pavel Dovgalyuk
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. Core set of patches does not include support for reverse debugging