Re: [Qemu-devel] [PATCH v2 0/2] Fixing non-blocking operation of chardevs

2016-04-01 Thread Paolo Bonzini
On 31/03/2016 17:29, Daniel P. Berrange wrote: > This fixes socket chardevs to always be in non-blocking > mode, as they were before the QIOChannel conversion. The > second patch was already posted before, but dropped when > Peter discovered a problem on OS-X causing ahci-test to > hang: > > h

[Qemu-devel] [PATCH v2 0/2] Fixing non-blocking operation of chardevs

2016-03-31 Thread Daniel P. Berrange
This fixes socket chardevs to always be in non-blocking mode, as they were before the QIOChannel conversion. The second patch was already posted before, but dropped when Peter discovered a problem on OS-X causing ahci-test to hang: https://lists.gnu.org/archive/html/qemu-devel/2016-03/msg05807.h