GNOME Bugzilla – Bug 678888
Set post install config soon after starting domain
Last modified: 2016-03-31 13:55:54 UTC
There is no need to wait for domain to shutdown first. Since our VMs are shared with all apps using libvirt, its a very real scenerio that first post-install reboot happens while Boxes is not runnnig: User launches the saved (in-installation) domain from another (libvirt-based) app. This patch fixes that. A small bonus of doing this is that it also makes the issue of libvirt events not getting in[1] much less severe (i-e Fedora installer wont keep installing over and over again). [1] https://bugzilla.redhat.com/show_bug.cgi?id=819617
Created attachment 217298 [details] [review] Set post install config soon after starting domain There is no need to wait for domain to shutdown first. Since our VMs are shared with all apps using libvirt, its a very real scenerio that first post-install reboot happens while Boxes is not runnnig: User launches the saved (in-installation) domain from another (libvirt-based) app. This patch fixes that. A small bonus of doing this is that it also makes the issue of libvirt events not getting in[1] much less severe (i-e Fedora installer wont keep installing over and over again). [1] https://bugzilla.redhat.com/show_bug.cgi?id=819617
Review of attachment 217298 [details] [review]: ack