Every other hypervisor GUI I've used allows forcing a hard reset (i.e. power cycle) of a VM as a single action. With virt-manager you have to first force off, and then start (based on usage of 0.9.1 - I could not find any information on http://virt-manager.org/ regarding later releases). This is pretty annoying if you have to do it regularly (e.g. when testing PXE boot environments). Of course the same can be automated via virsh, but the current deficiency of virt-manager is a clear (albeit minor) usability issue, and presumably very easy to fix.
Implementing reset should be as simple as UI to call virDomainReset
Created attachment 710930 [details] patch for adding force reset to shutdown menu I agree, it would be useful so here's a patch which adds it to the shutdown menu. Works as Dave suggested.
(In reply to comment #2) > Created attachment 710930 [details] > patch for adding force reset to shutdown menu > > I agree, it would be useful so here's a patch which adds it to the shutdown > menu. Works as Dave suggested. Thanks John, patch looks good, pushed upstream. http://git.fedorahosted.org/cgit/virt-manager.git/commit/?id=9f4fddba0454b42df7ea0893f672084852cf2e4b (small nit: for git patches it's generally easier on the maintainer to use git format-patch for generating the patch, rather than git show)
(In reply to comment #3) > (In reply to comment #2) > > Created attachment 710930 [details] > > patch for adding force reset to shutdown menu > > > > I agree, it would be useful so here's a patch which adds it to the shutdown > > menu. Works as Dave suggested. > > Thanks John, patch looks good, pushed upstream. > > http://git.fedorahosted.org/cgit/virt-manager.git/commit/ > ?id=9f4fddba0454b42df7ea0893f672084852cf2e4b > > (small nit: for git patches it's generally easier on the maintainer to use > git format-patch for generating the patch, rather than git show) Sorry Cole, will remember for the future. Thanks.