Re: [Qemu-devel] [RFC PATCH v3 00/30] replay additions

2018-05-02 Thread Dominique Fuchs
C:\msys64\mingw64\bin\ar.exe: creating libfdt/libfdt.a make[1]: *** No rule to make target „/home/Dominique/qemu/capstone/capstone.lib“. Stop. make: *** [Makefile:503: subdir-capstone] Error 2 I just stumbled across the same error while building qemu 2.12 on MSYS2/mingw64, which led me to this

Re: [Qemu-devel] [RFC PATCH v3 00/30] replay additions

2018-05-02 Thread Pavel Dovgalyuk
I used --disable-capstone for building under Windows. ⁣Отправлено с помощью BlueMail ​ На 2 Май 2018 г., 21:24, в 21:24, Dominique Fuchs написал:п>C:\msys64\mingw64\bin\ar.exe: creating libfdt/libfdt.a >make[1]: *** No rule to make target >„/home/Dominique/qemu/capstone/capstone.lib“. Stop. >m

Re: [Qemu-devel] [RFC PATCH v3 00/30] replay additions

2018-01-18 Thread Pavel Dovgalyuk
> From: Paolo Bonzini [mailto:pbonz...@redhat.com] > On 19/01/2018 07:35, Pavel Dovgalyuk wrote: > >> From: Paolo Bonzini [mailto:pbonz...@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 happene

Re: [Qemu-devel] [RFC PATCH v3 00/30] replay additions

2018-01-18 Thread Paolo Bonzini
On 19/01/2018 07:35, Pavel Dovgalyuk wrote: >> From: Paolo Bonzini [mailto:pbonz...@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 i

Re: [Qemu-devel] [RFC PATCH v3 00/30] replay additions

2018-01-18 Thread Pavel Dovgalyuk
> From: Paolo Bonzini [mailto:pbonz...@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 canno

Re: [Qemu-devel] [RFC PATCH v3 00/30] replay additions

2018-01-12 Thread Paolo Bonzini
naro.org; m...@redhat.com; >> jasow...@redhat.com; >> quint...@redhat.com; zuban...@gmail.com; maria.klimushenk...@ispras.ru; >> dovga...@ispras.ru; >> kra...@redhat.com; boost.li...@gmail.com; alex.ben...@linaro.org >> Subject: Re: [Qemu-devel] [RFC PATCH v3 00/3

Re: [Qemu-devel] [RFC PATCH v3 00/30] replay additions

2018-01-12 Thread Pavel Dovgalyuk
...@redhat.com; zuban...@gmail.com; maria.klimushenk...@ispras.ru; > dovga...@ispras.ru; > kra...@redhat.com; boost.li...@gmail.com; alex.ben...@linaro.org > Subject: Re: [Qemu-devel] [RFC PATCH v3 00/30] replay additions > > On 11/01/2018 13:56, Paolo Bonzini wrote: > >

Re: [Qemu-devel] [RFC PATCH v3 00/30] replay additions

2018-01-12 Thread Paolo Bonzini
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ée for fixing >> BQL and replay locks aft

Re: [Qemu-devel] [RFC PATCH v3 00/30] replay additions

2018-01-11 Thread Paolo Bonzini
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ée for fixing > BQL and replay locks after inventing the MTTCG. It also includes some >

Re: [Qemu-devel] [RFC PATCH v3 00/30] replay additions

2018-01-11 Thread no-reply
Hi, This series failed automatic build test. Please find the testing commands and their output below. If you have docker installed, you can probably reproduce it locally. Type: series Message-id: 20180111082452.27295.85707.stgit@pasha-VirtualBox Subject: [Qemu-devel] [RFC PATCH v3 00/30] replay

Re: [Qemu-devel] [RFC PATCH v3 00/30] replay additions

2018-01-11 Thread no-reply
Hi, This series seems to have some coding style problems. See output below for more information: Type: series Message-id: 20180111082452.27295.85707.stgit@pasha-VirtualBox Subject: [Qemu-devel] [RFC PATCH v3 00/30] replay additions === TEST SCRIPT BEGIN === #!/bin/bash BASE=base n=1 total

[Qemu-devel] [RFC PATCH v3 00/30] replay additions

2018-01-11 Thread Pavel Dovgalyuk
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ée for fixing BQL and replay locks after inventing the MTTCG. It also includes some additional replay patches that makes this set of fixes w