1. 29 8月, 2018 1 次提交
  2. 22 8月, 2018 1 次提交
  3. 18 6月, 2018 1 次提交
  4. 30 5月, 2018 1 次提交
    • K
      job: Add error message for failing jobs · 1266c9b9
      Kevin Wolf 提交于
      So far we relied on job->ret and strerror() to produce an error message
      for failed jobs. Not surprisingly, this tends to result in completely
      useless messages.
      
      This adds a Job.error field that can contain an error string for a
      failing job, and a parameter to job_completed() that sets the field. As
      a default, if NULL is passed, we continue to use strerror(job->ret).
      
      All existing callers are changed to pass NULL. They can be improved in
      separate patches.
      Signed-off-by: NKevin Wolf <kwolf@redhat.com>
      Reviewed-by: NMax Reitz <mreitz@redhat.com>
      Reviewed-by: NJeff Cody <jcody@redhat.com>
      1266c9b9
  5. 23 5月, 2018 28 次提交
  6. 19 5月, 2016 1 次提交
  7. 29 1月, 2016 1 次提交
    • P
      tcg: Clean up includes · 757e725b
      Peter Maydell 提交于
      Clean up includes so that osdep.h is included first and headers
      which it implies are not included manually.
      
      This commit was created with scripts/clean-includes.
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      Message-id: 1453832250-766-16-git-send-email-peter.maydell@linaro.org
      757e725b
  8. 16 9月, 2015 2 次提交
  9. 20 12月, 2011 1 次提交
  10. 12 6月, 2010 3 次提交