Re: [libvirt] [PATCH 5/5] qemu: implement the 'libvirt_qemu' shim for launching guests externally

2018-01-11 Thread Daniel P. Berrange
On Tue, Jan 09, 2018 at 03:13:41PM +0100, Martin Kletzander wrote: > On Wed, Dec 20, 2017 at 04:47:50PM +, Daniel P. Berrange wrote: > > This introduces a new binary 'libvirt_qemu' which can be used to launch > > guests externally from libvirtd. eg > > > > libvirt_qemu -c qemu:///system /path

Re: [libvirt] [PATCH 5/5] qemu: implement the 'libvirt_qemu' shim for launching guests externally

2018-01-09 Thread Martin Kletzander
On Wed, Dec 20, 2017 at 04:47:50PM +, Daniel P. Berrange wrote: This introduces a new binary 'libvirt_qemu' which can be used to launch guests externally from libvirtd. eg libvirt_qemu -c qemu:///system /path/to/xml/file This will launch a guest from the requested XML file and then connect

[libvirt] [PATCH 5/5] qemu: implement the 'libvirt_qemu' shim for launching guests externally

2017-12-20 Thread Daniel P. Berrange
This introduces a new binary 'libvirt_qemu' which can be used to launch guests externally from libvirtd. eg libvirt_qemu -c qemu:///system /path/to/xml/file This will launch a guest from the requested XML file and then connect to qemu:///system to register it with libvirtd. At this point all no