Re: [libvirt PATCH v2 7/7] qemu: convert agent to use the per-VM event loop

2020-03-06 Thread Michal Prívozník
On 5. 3. 2020 13:51, Daniel P. Berrangé wrote: > This converts the QEMU agent APIs to use the per-VM > event loop, which involves switching from virEvent APIs > to GMainContext / GSource APIs. > > A GSocket is used as a convenient way to create a GSource > for a socket, but is not yet used for

[libvirt PATCH v2 7/7] qemu: convert agent to use the per-VM event loop

2020-03-05 Thread Daniel P . Berrangé
This converts the QEMU agent APIs to use the per-VM event loop, which involves switching from virEvent APIs to GMainContext / GSource APIs. A GSocket is used as a convenient way to create a GSource for a socket, but is not yet used for actual I/O. Signed-off-by: Daniel P. Berrangé ---