Re: [libvirt] [PATCH 3/5] qemu: add a public API to trigger QEMU driver to connect to running guest

2018-01-02 Thread John Ferlan
On 12/20/2017 11:47 AM, Daniel P. Berrange wrote: > Currently the QEMU driver will reconnect to running guests during libvirtd > startup. To support the ability to launch a fully supported guest externally > to the main libvirtd daemon, this adds a QEMU specific public API > >

[libvirt] [PATCH 3/5] qemu: add a public API to trigger QEMU driver to connect to running guest

2017-12-20 Thread Daniel P. Berrange
Currently the QEMU driver will reconnect to running guests during libvirtd startup. To support the ability to launch a fully supported guest externally to the main libvirtd daemon, this adds a QEMU specific public API virDomainQemuReconnect(conn, name, flags); This accepts a domain name, and