From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41354) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ecRMD-0007ZO-NV for qemu-devel@nongnu.org; Fri, 19 Jan 2018 02:45:02 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ecRMA-0006mD-FO for qemu-devel@nongnu.org; Fri, 19 Jan 2018 02:45:01 -0500 Received: from mail.ispras.ru ([83.149.199.45]:47688) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ecRMA-0006lv-6p for qemu-devel@nongnu.org; Fri, 19 Jan 2018 02:44:58 -0500 From: "Pavel Dovgalyuk" References: <20180111082452.27295.85707.stgit@pasha-VirtualBox> <002201d38b9d$f0a248d0$d1e6da70$@ru> <357a23a7-2cac-a14d-f4b9-7f883b101ea7@redhat.com> <001e01d390ef$ba73c890$2f5b59b0$@ru> <50884d44-a368-6434-03d5-9aba86b2dcba@redhat.com> In-Reply-To: <50884d44-a368-6434-03d5-9aba86b2dcba@redhat.com> Date: Fri, 19 Jan 2018 10:45:01 +0300 Message-ID: <002801d390f9$69f581b0$3de08510$@ru> MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit 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 > From: Paolo Bonzini [mailto:pbonzini@redhat.com] > On 19/01/2018 07:35, Pavel Dovgalyuk wrote: > >> From: Paolo Bonzini [mailto:pbonzini@redhat.com] > >> On 12/01/2018 13:07, Pavel Dovgalyuk wrote: > >>> > >>> I can't build current version of qemu on Windows. > >>> For the first time this happened when capstone was included into the build. > >> > >> I've fixed it now. > > > > Is upstream version ok? > > I still cannot build it on Windows. > > I only fixed the mutex tracing patches. It builds for me with mingw. I've got some problems with capstone: make[1]: *** No rule to make target '/e/qemu-master/capstone/capstone.lib'. Stop. make: *** [Makefile:415: subdir-capstone] Error 2 Disabling it allows qemu to build. Pavel Dovgalyuk