Re: [Qemu-devel] [ PATCH v7 00/22] replay additions

2018-03-12 Thread Ciro Santilli
Just to re-affirm, I have ran this patch on x86 and arm, and it worked. On Mon, Mar 12, 2018 at 10:32 AM, Pavel Dovgalyuk wrote: > Ping. > > Pavel Dovgalyuk > > >> -Original Message- >> From: Pavel Dovgalyuk [mailto:pavel.dovga...@ispras.ru] >> Sent: Tuesday, February 27, 2018 12:52 PM >

Re: [Qemu-devel] [ PATCH v7 00/22] replay additions

2018-03-12 Thread Pavel Dovgalyuk
Ping. Pavel Dovgalyuk > -Original Message- > From: Pavel Dovgalyuk [mailto:pavel.dovga...@ispras.ru] > Sent: Tuesday, February 27, 2018 12:52 PM > To: qemu-devel@nongnu.org > Cc: kw...@redhat.com; peter.mayd...@linaro.org; war2jor...@live.com; > boost.li...@gmail.com; > quint...@redhat.

[Qemu-devel] [ PATCH v7 00/22] replay additions

2018-02-27 Thread Pavel Dovgalyuk
This set of patches moves replay lock upper in the function call tree. Now replay lock functions similar to BQL in older version and allows deterministic execution of the threads in icount mode. It is also fixes some vmstate creation (and loading) issues in record/replay modes: - VM start/stop fix