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

2015-09-10 Thread Paolo Bonzini
On 11/09/2015 07:52, Pavel Dovgaluk wrote: > Paolo, > > Are these patches good enough? Haven't reviewed them as I already have a 50 patch queue. I will look at them next week. I can already tell you that I'd like some comments in front of clock warp calls, but that can be added as a follow up

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

2015-09-10 Thread Pavel Dovgaluk
Paolo, Are these patches good enough? Pavel Dovgalyuk > -Original Message- > From: Pavel Dovgalyuk [mailto:pavel.dovga...@ispras.ru] > Sent: Monday, September 07, 2015 11:40 AM > To: qemu-devel@nongnu.org > Cc: edgar.igles...@xilinx.com; peter.mayd...@linaro.org; > igor.rubi...@gmail.co

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

2015-09-07 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 c