Skip to content
Snippets Groups Projects
  1. Feb 09, 2021
  2. Feb 08, 2021
  3. Feb 05, 2021
  4. Feb 02, 2021
  5. Feb 01, 2021
  6. Jan 28, 2021
  7. Jan 23, 2021
  8. Jan 21, 2021
    • Paolo Bonzini's avatar
      runstate: cleanup reboot and panic actions · c27025e0
      Paolo Bonzini authored
      
      The possible choices for panic, reset and watchdog actions are inconsistent.
      
      "-action panic=poweroff" should be renamed to "-action panic=shutdown"
      on the command line.  This is because "-action panic=poweroff" and
      "-action watchdog=poweroff" have slightly different semantics, the first
      does an unorderly exit while the second goes through qemu_cleanup().  With
      this change, -no-shutdown would not have to change "-action panic=pause"
      "pause", just like it does not have to change the reset action.
      
      "-action reboot=none" should be renamed to "-action reboot=reset".
      This should be self explanatory, since for example "-action panic=none"
      lets the guest proceed without taking any action.
      
      Reviewed-by: default avatarEric Blake <eblake@redhat.com>
      Signed-off-by: default avatarPaolo Bonzini <pbonzini@redhat.com>
      c27025e0
  9. Jan 18, 2021
  10. Jan 07, 2021
  11. Jan 06, 2021
  12. Jan 04, 2021
  13. Jan 02, 2021
  14. Dec 15, 2020
Loading