Re: [libvirt] [PATCH 0/3] Fix regression with vhostuser and chardev FD passing

2018-07-05 Thread Michal Prívozník
On 07/05/2018 01:36 PM, Daniel P. Berrangé wrote: > QEMU has a validation bug which prevents vhostuser accepting the chardev > when it uses FD passing, despite it being functionally correct. > > While the QEMU bug is being fixed, we need to avoid hitting this > problem with existing QEMU

[libvirt] [PATCH 0/3] Fix regression with vhostuser and chardev FD passing

2018-07-05 Thread Daniel P . Berrangé
QEMU has a validation bug which prevents vhostuser accepting the chardev when it uses FD passing, despite it being functionally correct. While the QEMU bug is being fixed, we need to avoid hitting this problem with existing QEMU releases. The easiest way todo this is to simply disable FD passing