Re: [Qemu-devel] [PATCH] char: allow specifying a GMainContext at opening time

2019-02-13 Thread Marc-André Lureau
Hi On Sat, Feb 2, 2019 at 12:09 PM Paolo Bonzini wrote: > > This will be needed by vhost-user-test, when each test switches to > its own GMainLoop and GMainContext. Otherwise, for a reconnecting > socket the initial connection will happen on the default GMainContext, > and no one will be listeni

Re: [Qemu-devel] [PATCH] char: allow specifying a GMainContext at opening time

2019-02-04 Thread Daniel P . Berrangé
On Sat, Feb 02, 2019 at 12:08:34PM +0100, Paolo Bonzini wrote: > This will be needed by vhost-user-test, when each test switches to > its own GMainLoop and GMainContext. Otherwise, for a reconnecting > socket the initial connection will happen on the default GMainContext, > and no one will be list

[Qemu-devel] [PATCH] char: allow specifying a GMainContext at opening time

2019-02-02 Thread Paolo Bonzini
This will be needed by vhost-user-test, when each test switches to its own GMainLoop and GMainContext. Otherwise, for a reconnecting socket the initial connection will happen on the default GMainContext, and no one will be listening on it. Signed-off-by: Paolo Bonzini Based-on: <1544684731-18828

[Qemu-devel] [PATCH] char: allow specifying a GMainContext at opening time

2019-02-02 Thread Paolo Bonzini
This will be needed by vhost-user-test, when each test switches to its own GMainLoop and GMainContext. Otherwise, for a reconnecting socket the initial connection will happen on the default GMainContext, and no one will be listening on it. Signed-off-by: Paolo Bonzini Based-on: <1544684731-18828