Re: [libvirt] [PATCHv1 3/7] qemu_capabilities: Start and connect to QEMU

2018-05-17 Thread Jiri Denemark
On Sat, May 05, 2018 at 12:48:45 -0500, Chris Venteicher wrote: > Start and connect to QEMU so QMP commands can be performed. > > Isolates code for starting QEMU and establishing Monitor connections > from code for obtaining capabilities so that arbitrary QMP commands can > be exchanged with QEMU.

[libvirt] [PATCHv1 3/7] qemu_capabilities: Start and connect to QEMU

2018-05-05 Thread Chris Venteicher
Start and connect to QEMU so QMP commands can be performed. Isolates code for starting QEMU and establishing Monitor connections from code for obtaining capabilities so that arbitrary QMP commands can be exchanged with QEMU. --- src/qemu/qemu_capabilities.c | 59 ++