Re: [libvirt] [PATCH] qemu: ensure vhostuser FD is initialized to -1

2019-09-30 Thread Daniel P . Berrangé
On Sat, Sep 28, 2019 at 10:39:49PM +0200, Michal Prívozník wrote: > On 9/27/19 6:36 PM, Daniel P. Berrangé wrote: > > The video private data was not initializing the vhostuser FD > > causing us to attempt to close FD 0 many times over. > > > > Fixes > > > > commit ca60ecfa8cc1bd85baf7137dd1864d

Re: [libvirt] [PATCH] qemu: ensure vhostuser FD is initialized to -1

2019-09-28 Thread Michal Prívozník
On 9/27/19 6:36 PM, Daniel P. Berrangé wrote: > The video private data was not initializing the vhostuser FD > causing us to attempt to close FD 0 many times over. > > Fixes > > commit ca60ecfa8cc1bd85baf7137dd1864d5f00f019f0 > Author: Marc-André Lureau > Date: Mon Sep 23 14:44:36 2019 +

[libvirt] [PATCH] qemu: ensure vhostuser FD is initialized to -1

2019-09-27 Thread Daniel P . Berrangé
The video private data was not initializing the vhostuser FD causing us to attempt to close FD 0 many times over. Fixes commit ca60ecfa8cc1bd85baf7137dd1864d5f00f019f0 Author: Marc-André Lureau Date: Mon Sep 23 14:44:36 2019 +0400 qemu: add qemuDomainVideoPrivate Signed-off-by: D