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

2015-11-04 Thread Igor R
Hello, I would like to try this new functionality. What's the correct way to do this? I'm trying the following (after applying the patches to qemu upstream): qemu-system-i386 mylinux.qcow2 -icount shift=7,rr=record,rrfile=record.bin -net none Linux gets booted, record.bin file is created. Then

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

2015-10-06 Thread Paolo Bonzini
On 21/09/2015 09:12, Pavel Dovgaluk wrote: > Hi! > > Paolo, have you reviewed these patches? Pavel, I think this is ready to go in. Here are my final changes, can you ack them? Thanks, Paolo diff --git a/Makefile.objs b/Makefile.objs index bc43e5c..ba4b45e 100644 --- a/Makefile.objs +++

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

2015-10-06 Thread Paolo Bonzini
On 06/10/2015 17:09, Paolo Bonzini wrote: > > > On 21/09/2015 09:12, Pavel Dovgaluk wrote: >> Hi! >> >> Paolo, have you reviewed these patches? > > Pavel, > > I think this is ready to go in. Here are my final changes, > can you ack them? Hmm, there are a few other issues that the patch I

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

2015-09-22 Thread Paolo Bonzini
On 21/09/2015 09:12, Pavel Dovgaluk wrote: > Hi! > > Paolo, have you reviewed these patches? Yes, I'll reply to a couple of them but there's no need to send v19. Paolo > Pavel Dovgalyuk > >> -Original Message- >> From: Pavel Dovgalyuk [mailto:pavel.dovga...@ispras.ru] >> Sent:

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

2015-09-21 Thread Pavel Dovgaluk
Hi! Paolo, have you reviewed these patches? Pavel Dovgalyuk > -Original Message- > From: Pavel Dovgalyuk [mailto:pavel.dovga...@ispras.ru] > Sent: Thursday, September 17, 2015 7:23 PM > To: qemu-devel@nongnu.org > Cc: edgar.igles...@xilinx.com; peter.mayd...@linaro.org; >

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

2015-09-17 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