GNOME Bugzilla – Bug 688831
vm-creator: Only unpause VMs automatically on startup
Last modified: 2016-03-31 13:56:45 UTC
This fixes the issue of user unable to pause under-installation VMs for good.
Created attachment 229591 [details] [review] vm-creator: Only unpause VMs automatically on startup This fixes the issue of user unable to pause under-installation VMs for good.
Review of attachment 229591 [details] [review]: ::: src/vm-creator.vala @@ +26,3 @@ + if (VMConfigurator.is_install_config (machine.domain_config)) + machine.domain.start_async.begin (0, null); Is it safe to start if the domain is already started? Otherwise this looks good.
Created attachment 229639 [details] [review] vm-creator: Only unpause VMs automatically on startup This version only starts the VM if its in saved state.
Created attachment 229640 [details] [review] vm-creator: Only unpause VMs automatically on startup This version only starts the domain if machine is in saved state.
Attached patch addressed the only issue pointed out in the review and I got an ACK on IRC: <zeenix> [16:14:23] alex_away: so patch in bug#688831 all good now? <bebot> [16:14:24] Bug http://bugzilla.gnome.org/show_bug.cgi?id=688831 normal, Normal, ---, gnome-boxes-maint, NEW, vm-creator: Only unpause VMs automatically on startup <alex_away> [16:15:21] yeah, looks good So I'll push this now..
Attachment 229640 [details] pushed as 30515e2 - vm-creator: Only unpause VMs automatically on startup