Re: [Qemu-devel] [RFH PATCH 0/4] record/replay fixups and doubts

2015-10-23 Thread Pavel Dovgaluk
Hi, Paolo! Will you pull these patches into 2.5? Pavel Dovgalyuk > -Original Message- > From: Paolo Bonzini [mailto:paolo.bonz...@gmail.com] On Behalf Of Paolo > Bonzini > Sent: Tuesday, October 06, 2015 11:01 PM > To: qemu-devel@nongnu.org > Cc: pavel.dovga...@ispras.ru > Subject:

Re: [Qemu-devel] [RFH PATCH 0/4] record/replay fixups and doubts

2015-10-23 Thread Paolo Bonzini
On 23/10/2015 09:28, Pavel Dovgaluk wrote: > Hi, Paolo! > > Will you pull these patches into 2.5? Yes. Paolo

Re: [Qemu-devel] [RFH PATCH 0/4] record/replay fixups and doubts

2015-10-13 Thread Pavel Dovgaluk
There is one more fix. Sometimes replay cannot continue after stopping/restarting of the virtual machine. This happens because warp on stopped machine and on running machine behaves differently. Timers deadline calculation depends on enabled flag of the virtual timer. The following patch fixes

Re: [Qemu-devel] [RFH PATCH 0/4] record/replay fixups and doubts

2015-10-13 Thread Paolo Bonzini
On 13/10/2015 10:10, Pavel Dovgaluk wrote: > Sometimes replay cannot continue after stopping/restarting of the virtual > machine. > This happens because warp on stopped machine and on running machine behaves > differently. > Timers deadline calculation depends on enabled flag of the virtual

[Qemu-devel] [RFH PATCH 0/4] record/replay fixups and doubts

2015-10-06 Thread Paolo Bonzini
These are some comments I have about the record/replay code. I can integrate these in your patches myself, but I need an ack/tested-by and in some case more answers... Please take a look. Paolo Bonzini (4): replay: generalize ptimer event to bottom halves more replay fixes why is