1. 27 9月, 2016 4 次提交
  2. 23 9月, 2016 1 次提交
  3. 22 9月, 2016 2 次提交
  4. 13 9月, 2016 1 次提交
  5. 07 9月, 2016 3 次提交
  6. 11 8月, 2016 1 次提交
  7. 19 7月, 2016 2 次提交
  8. 29 6月, 2016 1 次提交
  9. 24 6月, 2016 1 次提交
  10. 23 6月, 2016 1 次提交
  11. 20 6月, 2016 1 次提交
    • M
      log: Fix qemu_set_log_filename() error handling · daa76aa4
      Markus Armbruster 提交于
      When qemu_set_log_filename() detects an invalid file name, it reports
      an error, closes the log file (if any), and starts logging to stderr
      (unless daemonized or nothing is being logged).
      
      This is wrong.  Asking for an invalid log file on the command line
      should be fatal.  Asking for one in the monitor should fail without
      messing up an existing logfile.
      
      Fix by converting qemu_set_log_filename() to Error.  Pass it
      &error_fatal, except for hmp_logfile report errors.
      
      This also permits testing without a subprocess, so do that.
      Signed-off-by: NMarkus Armbruster <armbru@redhat.com>
      Message-Id: <1466011636-6112-4-git-send-email-armbru@redhat.com>
      Reviewed-by: NEric Blake <eblake@redhat.com>
      daa76aa4
  12. 17 6月, 2016 1 次提交
  13. 08 6月, 2016 1 次提交
  14. 07 6月, 2016 2 次提交
  15. 27 5月, 2016 15 次提交
  16. 24 5月, 2016 1 次提交
  17. 19 5月, 2016 2 次提交