1. 16 2月, 2015 3 次提交
  2. 07 2月, 2015 5 次提交
  3. 24 1月, 2015 1 次提交
  4. 13 1月, 2015 7 次提交
  5. 13 12月, 2014 1 次提交
  6. 12 12月, 2014 1 次提交
    • M
      vmdk: Fix error for JSON descriptor file names · 5c98415b
      Max Reitz 提交于
      If vmdk blindly tries to use path_combine() using bs->file->filename as
      the base file name, this will result in a bad error message for JSON
      file names when calling bdrv_open(). It is better to only try
      bs->file->exact_filename; if that is empty, bs->file->filename will be
      useless for path_combine() and an error should be emitted (containing
      bs->file->filename because desc_file_path (which is
      bs->file->exact_filename) is empty).
      Signed-off-by: NMax Reitz <mreitz@redhat.com>
      Reviewed-by: NFam Zheng <famz@redhat.com>
      Message-id: 1417615043-26174-2-git-send-email-mreitz@redhat.com
      Signed-off-by: NStefan Hajnoczi <stefanha@redhat.com>
      5c98415b
  7. 10 12月, 2014 8 次提交
  8. 14 11月, 2014 1 次提交
  9. 11 11月, 2014 1 次提交
  10. 06 11月, 2014 1 次提交
  11. 03 11月, 2014 6 次提交
  12. 23 10月, 2014 2 次提交
  13. 20 10月, 2014 3 次提交