Re: [Qemu-devel] [PATCH v2] libvhost-user-glib: fix VugDev main fd cleanup

2019-08-27 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20190827121339.15815-1-johan...@sipsolutions.net/ Hi, This series seems to have some coding style problems. See output below for more information: Message-id: 20190827121339.15815-1-johan...@sipsolutions.net Subject: [Qemu-devel] [PATCH v2] libvhost-user

[Qemu-devel] [PATCH v2] libvhost-user-glib: fix VugDev main fd cleanup

2019-08-27 Thread Johannes Berg
From: Johannes Berg If you try to make a device implementation that can handle multiple connections and allow disconnections (which requires overriding the VHOST_USER_NONE handling), then glib will warn that we remove a src while it's still on the mainloop, and will poll() an FD that doesn't exis