-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:
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
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 =
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
-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:
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