Re: [Qemu-devel] [PATCH 00/10] Block layer thread-safety, part 2

2017-06-28 Thread no-reply
Hi, This series failed build test on s390x host. Please find the details below. Message-id: 20170627152248.10446-1-pbonz...@redhat.com Subject: [Qemu-devel] [PATCH 00/10] Block layer thread-safety, part 2 Type: series === TEST SCRIPT BEGIN === #!/bin/bash # Testing script will be invoked under

Re: [Qemu-devel] [PATCH 00/10] Block layer thread-safety, part 2

2017-06-27 Thread Paolo Bonzini
On 27/06/2017 17:22, Paolo Bonzini wrote: > This part takes care of drivers and devices, making sure that they can > accept concurrent I/O from multiple AioContext. > > The following drivers are thread-safe without using any QemuMutex/CoMutex: > crypto, gluster, null, rbd, win32-aio. NBD has

[Qemu-devel] [PATCH 00/10] Block layer thread-safety, part 2

2017-06-27 Thread Paolo Bonzini
This part takes care of drivers and devices, making sure that they can accept concurrent I/O from multiple AioContext. The following drivers are thread-safe without using any QemuMutex/CoMutex: crypto, gluster, null, rbd, win32-aio. NBD has already been fixed, because the patch fixed an