1. 27 4月, 2010 1 次提交
    • L
      Monitor: Return before exiting with 'quit' · 0e8d2b55
      Luiz Capitulino 提交于
      The 'quit' Monitor command (implemented by do_quit()) calls
      exit() directly, this is problematic under QMP because QEMU
      exits before having a chance to send the ok response.
      
      Clients don't know if QEMU exited because of a problem or
      because the 'quit' command has been executed.
      
      This commit fixes that by moving the exit() call to the main
      loop, so that do_quit() requests the system to quit, instead
      of calling exit() directly.
      Signed-off-by: NLuiz Capitulino <lcapitulino@redhat.com>
      0e8d2b55
  2. 23 4月, 2010 3 次提交
  3. 20 4月, 2010 1 次提交
  4. 19 4月, 2010 1 次提交
  5. 13 4月, 2010 1 次提交
  6. 10 4月, 2010 5 次提交
  7. 08 4月, 2010 1 次提交
  8. 31 3月, 2010 1 次提交
  9. 30 3月, 2010 5 次提交
  10. 28 3月, 2010 2 次提交
  11. 27 3月, 2010 1 次提交
  12. 22 3月, 2010 4 次提交
  13. 20 3月, 2010 8 次提交
  14. 18 3月, 2010 6 次提交