Re: [PATCH not-for-merge 0/5] Instrumentation for "Fixes around device realization"

2020-05-20 Thread Markus Armbruster
Philippe Mathieu-Daudé writes: > On 5/18/20 7:19 AM, Markus Armbruster wrote: >> This is the instrumentation mentioned in "[PATCH 00/24] Fixes around >> device realization". >> >> PATCH 2/5 might have value on its own. You tell me. > > I'd like to have 2/3 merged normally because as you

Re: [PATCH not-for-merge 0/5] Instrumentation for "Fixes around device realization"

2020-05-20 Thread Philippe Mathieu-Daudé
On 5/18/20 7:19 AM, Markus Armbruster wrote: This is the instrumentation mentioned in "[PATCH 00/24] Fixes around device realization". PATCH 2/5 might have value on its own. You tell me. I'd like to have 2/3 merged normally because as you described, having reproducible output makes testing

Re: [PATCH not-for-merge 0/5] Instrumentation for "Fixes around device realization"

2020-05-19 Thread Markus Armbruster
Mark Cave-Ayland writes: > On 18/05/2020 06:19, Markus Armbruster wrote: > >> This is the instrumentation mentioned in "[PATCH 00/24] Fixes around >> device realization". >> >> PATCH 2/5 might have value on its own. You tell me. >> >> Shell script to smoke-test all machines: >> >> #!/bin/sh

Re: [PATCH not-for-merge 0/5] Instrumentation for "Fixes around device realization"

2020-05-18 Thread Mark Cave-Ayland
On 18/05/2020 06:19, Markus Armbruster wrote: > This is the instrumentation mentioned in "[PATCH 00/24] Fixes around > device realization". > > PATCH 2/5 might have value on its own. You tell me. > > Shell script to smoke-test all machines: > > #!/bin/sh > success=0 > fail=0 > ulimit -c 0 >

Re: [PATCH not-for-merge 0/5] Instrumentation for "Fixes around device realization"

2020-05-18 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20200518051945.8621-1-arm...@redhat.com/ Hi, This series failed the asan build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. === TEST SCRIPT BEGIN === #!/bin/bash export

Re: [PATCH not-for-merge 0/5] Instrumentation for "Fixes around device realization"

2020-05-18 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20200518051945.8621-1-arm...@redhat.com/ Hi, This series seems to have some coding style problems. See output below for more information: Message-id: 20200518051945.8621-1-arm...@redhat.com Subject: [PATCH not-for-merge 0/5] Instrumentation for "

Re: [PATCH not-for-merge 0/5] Instrumentation for "Fixes around device realization"

2020-05-18 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20200518051945.8621-1-arm...@redhat.com/ Hi, This series failed the docker-quick@centos7 build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. === TEST SCRIPT BEGIN ===

[PATCH not-for-merge 0/5] Instrumentation for "Fixes around device realization"

2020-05-17 Thread Markus Armbruster
This is the instrumentation mentioned in "[PATCH 00/24] Fixes around device realization". PATCH 2/5 might have value on its own. You tell me. Shell script to smoke-test all machines: #!/bin/sh success=0 fail=0 ulimit -c 0 git-describe --dirty --match v\* git-log --oneline -1 for i in