Re: [Qemu-devel] [PATCH v1 for-3.2 0/7] Get rid of global_qtest in some of the qtests

2018-11-14 Thread no-reply
-3.2 0/7] Get rid of global_qtest in some of the qtests === TEST SCRIPT BEGIN === #!/bin/bash time make docker-test-quick@centos7 SHOW_ENV=1 J=8 === TEST SCRIPT END === Updating 3c8cf5a9c21ff8782164d1def7f44bd888713384 Switched to a new branch 'test' 2852ea2 tests/boot-serial:

Re: [Qemu-devel] [PATCH v1 for-3.2 0/7] Get rid of global_qtest in some of the qtests

2018-11-13 Thread Thomas Huth
nd >>> their output below. If you have Docker installed, you can probably >>> reproduce it >>> locally. >>> >>> Type: series >>> Message-id: 1542049690-12826-1-git-send-email-th...@redhat.com >>> Subject: [Qemu-devel] [PATCH v1 for-3.2 0/7] G

Re: [Qemu-devel] [PATCH v1 for-3.2 0/7] Get rid of global_qtest in some of the qtests

2018-11-13 Thread Laurent Vivier
bably reproduce >> it >> locally. >> >> Type: series >> Message-id: 1542049690-12826-1-git-send-email-th...@redhat.com >> Subject: [Qemu-devel] [PATCH v1 for-3.2 0/7] Get rid of global_qtest in some >> of the qtests >> >> === TEST SCRIPT BEGIN =

Re: [Qemu-devel] [PATCH v1 for-3.2 0/7] Get rid of global_qtest in some of the qtests

2018-11-13 Thread Thomas Huth
Message-id: 1542049690-12826-1-git-send-email-th...@redhat.com > Subject: [Qemu-devel] [PATCH v1 for-3.2 0/7] Get rid of global_qtest in some > of the qtests > > === TEST SCRIPT BEGIN === > #!/bin/bash > time make docker-test-quick@centos7 SHOW_ENV=1 J=8 [...] > CC

Re: [Qemu-devel] [PATCH v1 for-3.2 0/7] Get rid of global_qtest in some of the qtests

2018-11-13 Thread no-reply
-3.2 0/7] Get rid of global_qtest in some of the qtests === TEST SCRIPT BEGIN === #!/bin/bash time make docker-test-quick@centos7 SHOW_ENV=1 J=8 === TEST SCRIPT END === Updating 3c8cf5a9c21ff8782164d1def7f44bd888713384 Switched to a new branch 'test' b34fd279aa tests/boot-serial:

[Qemu-devel] [PATCH v1 for-3.2 0/7] Get rid of global_qtest in some of the qtests

2018-11-12 Thread Thomas Huth
We should avoid global variables like global_qtest in the qtests - they cause trouble in the tests where we operate with multiple QEMU instances, e.g. with migration. Eric Blake already did quite a lot of work towards this goal in the past, but some of his patches never reached the master branch. H