After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 664676 - qemu-kvm gets started with -no-reboot
qemu-kvm gets started with -no-reboot
Status: RESOLVED FIXED
Product: gnome-boxes
Classification: Applications
Component: general
unspecified
Other Linux
: Normal minor
: --
Assigned To: GNOME Boxes maintainer(s)
GNOME Boxes maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2011-11-23 21:01 UTC by doctorkohaku
Modified: 2016-03-31 13:57 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch for vm-creator.vala (905 bytes, patch)
2011-11-23 21:01 UTC, doctorkohaku
accepted-commit_now Details | Review

Description doctorkohaku 2011-11-23 21:01:36 UTC
Created attachment 202027 [details] [review]
patch for vm-creator.vala

When rebooting the guest operating system, most users would expect that the box reboots instead of shutting down.
Since gnome-boxes starts qemu-kvm with the -no-reboot switch, this is not the case.

Steps to reproduce:
1. Start a virtual machine box
2. Reboot the guest operating system
Actual behaviour: The virtual machine shuts down.
Expected behaviour: The virtual machine should reboot.

Proposed fix: Get rid of the -no-reboot switch while starting qemu-kvm.
Comment 1 Marc-Andre Lureau 2011-11-23 21:43:20 UTC
Review of attachment 202027 [details] [review]:

thanks! that looks good to me.
Comment 2 Marc-Andre Lureau 2011-11-23 23:08:20 UTC
committed

send a few more patch and we'll vouch you for a GNOME account! ;)