1. 03 2月, 2016 1 次提交
  2. 20 1月, 2016 2 次提交
  3. 13 1月, 2016 3 次提交
  4. 02 11月, 2015 1 次提交
    • E
      block: Convert to new qapi union layout · 6a8f9661
      Eric Blake 提交于
      We have two issues with our qapi union layout:
      1) Even though the QMP wire format spells the tag 'type', the
      C code spells it 'kind', requiring some hacks in the generator.
      2) The C struct uses an anonymous union, which places all tag
      values in the same namespace as all non-variant members. This
      leads to spurious collisions if a tag value matches a non-variant
      member's name.
      
      Make the conversion to the new layout for block-related code.
      Signed-off-by: NEric Blake <eblake@redhat.com>
      Message-Id: <1445898903-12082-16-git-send-email-eblake@redhat.com>
      [Commit message tweaked slightly]
      Signed-off-by: NMarkus Armbruster <armbru@redhat.com>
      6a8f9661
  5. 16 10月, 2015 3 次提交
  6. 14 9月, 2015 2 次提交
  7. 23 6月, 2015 3 次提交
  8. 12 6月, 2015 5 次提交
  9. 22 5月, 2015 2 次提交
  10. 28 4月, 2015 2 次提交
  11. 16 2月, 2015 1 次提交
  12. 24 1月, 2015 2 次提交
  13. 13 1月, 2015 1 次提交
  14. 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
  15. 10 12月, 2014 6 次提交
  16. 14 11月, 2014 1 次提交
  17. 20 10月, 2014 1 次提交
  18. 03 10月, 2014 1 次提交
  19. 12 9月, 2014 1 次提交
  20. 08 9月, 2014 1 次提交