Re: [Qemu-devel] [PATCH 2/4] more replay fixes

2015-10-07 Thread Pavel Dovgaluk
This one is ok too. 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: [PATCH 2/4] more replay fixes >

Re: [Qemu-devel] [PATCH 2/4] more replay fixes

2015-10-06 Thread Eric Blake
On 10/06/2015 02:00 PM, Paolo Bonzini wrote: > 1) Compile files once > > 2) Move include file from replay/replay.h to include/sysemu/replay.h. > > 3) Fix Error usage > > 4) cleanup timerlistgroup_deadline_ns a bit and allow clock jump > notifiers to run > > 5) move replay-user.c to stubs/ > ---

[Qemu-devel] [PATCH 2/4] more replay fixes

2015-10-06 Thread Paolo Bonzini
1) Compile files once 2) Move include file from replay/replay.h to include/sysemu/replay.h. 3) Fix Error usage 4) cleanup timerlistgroup_deadline_ns a bit and allow clock jump notifiers to run 5) move replay-user.c to stubs/ --- Makefile.objs | 2 ++ Makefile.target