From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56540) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eZyBh-0002Ph-OV for qemu-devel@nongnu.org; Fri, 12 Jan 2018 07:11:58 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eZyBf-0001bd-3Q for qemu-devel@nongnu.org; Fri, 12 Jan 2018 07:11:57 -0500 Received: from mx1.redhat.com ([209.132.183.28]:47568) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1eZyBe-0001an-Up for qemu-devel@nongnu.org; Fri, 12 Jan 2018 07:11:55 -0500 References: <20180111082452.27295.85707.stgit@pasha-VirtualBox> <002201d38b9d$f0a248d0$d1e6da70$@ru> From: Paolo Bonzini Message-ID: <357a23a7-2cac-a14d-f4b9-7f883b101ea7@redhat.com> Date: Fri, 12 Jan 2018 13:11:40 +0100 MIME-Version: 1.0 In-Reply-To: <002201d38b9d$f0a248d0$d1e6da70$@ru> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [RFC PATCH v3 00/30] replay additions List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Pavel Dovgalyuk , '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 On 12/01/2018 13:07, Pavel Dovgalyuk wrote: >=20 >=20 >> -----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; jasowa= ng@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 >> >> 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 som= e >>>> 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. >> >> Which don't compile on Windows. >=20 > I can't build current version of qemu on Windows. > For the first time this happened when capstone was included into the bu= ild. I've fixed it now. But please do not submit patches that obviously need a Windows version without testing them (on Linux you can use "make docker-test-mingw@fedora" for example if you have a Docker setup). Paolo