From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54959) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eZy7Y-0005tA-Hn for qemu-devel@nongnu.org; Fri, 12 Jan 2018 07:07:41 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eZy7V-0004nj-Ti for qemu-devel@nongnu.org; Fri, 12 Jan 2018 07:07:40 -0500 Received: from mail.ispras.ru ([83.149.199.45]:37894) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eZy7V-0004kw-Mi for qemu-devel@nongnu.org; Fri, 12 Jan 2018 07:07:37 -0500 From: "Pavel Dovgalyuk" References: <20180111082452.27295.85707.stgit@pasha-VirtualBox> In-Reply-To: Date: Fri, 12 Jan 2018 15:07:38 +0300 Message-ID: <002201d38b9d$f0a248d0$d1e6da70$@ru> MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Content-Language: ru Subject: Re: [Qemu-devel] [RFC PATCH v3 00/30] replay additions List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: 'Paolo Bonzini' , 'Pavel Dovgalyuk' , qemu-devel@nongnu.org Cc: kwolf@redhat.com, peter.maydell@linaro.org, mst@redhat.com, jasowang@redhat.com, quintela@redhat.com, zuban32s@gmail.com, maria.klimushenkova@ispras.ru, kraxel@redhat.com, boost.lists@gmail.com, alex.bennee@linaro.org > -----Original Message----- > From: Paolo Bonzini [mailto:pbonzini@redhat.com] > Sent: Friday, January 12, 2018 12:33 PM > To: Pavel Dovgalyuk; qemu-devel@nongnu.org > Cc: kwolf@redhat.com; peter.maydell@linaro.org; mst@redhat.com; = jasowang@redhat.com; > quintela@redhat.com; zuban32s@gmail.com; = maria.klimushenkova@ispras.ru; dovgaluk@ispras.ru; > kraxel@redhat.com; boost.lists@gmail.com; alex.bennee@linaro.org > Subject: Re: [Qemu-devel] [RFC PATCH v3 00/30] replay additions >=20 > On 11/01/2018 13:56, Paolo Bonzini wrote: > > On 11/01/2018 09:24, Pavel Dovgalyuk wrote: > >> Accidentally sent draft version of patches to the mailing list. > >> Please consider this one as the correct one. > >> > >> This set of patches includex fixes from Alex Benn=C3=A9e for fixing > >> BQL and replay locks after inventing the MTTCG. It also includes = some > >> additional replay patches that makes this set of fixes working. > >> It is also fixes some vmstate creation (and loading) issues > >> in record/replay modes: > >> - VM start/stop fixes in replay mode > >> - overlay creation for blkreplay filter > >> - fixes for vmstate save/load in record/replay mode > >> - fixes for host clock vmstate > >> - fixes for icount timers vmstate > >> > >> There is also a set of helper scripts written by Alex Benn=C3=A9e > >> for debugging the record/replay code. > > > > For now, I'm applying patches 13, 24-26 and 28. >=20 > Which don't compile on Windows. I can't build current version of qemu on Windows. For the first time this happened when capstone was included into the = build. Pavel Dovgalyuk