On 12/17/19 2:28 PM, Michal Prívozník wrote:
But this looks weird, isn't virt-install registerin an event loop? How
else does it get events?
virt-install doesn't register an event loop, it polls for the single VM
state change we care about. But if registering an event loop is
necessary for qemu:///embed usage then it's worth adding the libvirtglib
init to virt-install, if only for testing purposes.
- Cole