1. 11 12月, 2015 1 次提交
  2. 17 11月, 2015 1 次提交
  3. 12 11月, 2015 6 次提交
  4. 11 11月, 2015 9 次提交
  5. 24 10月, 2015 2 次提交
  6. 05 9月, 2015 1 次提交
  7. 02 7月, 2015 2 次提交
  8. 24 6月, 2015 1 次提交
  9. 23 6月, 2015 1 次提交
    • W
      vvfat: add a label option · d5941dda
      Wolfgang Bumiller 提交于
      Until now the vvfat volume label was hardcoded to be
      "QEMU VVFAT", now you can pass a file.label=labelname option
      to the -drive to change it.
      
      The FAT structure defines the volume label to be limited to
      11 bytes and is filled up spaces when shorter than that. The
      trailing spaces however aren't exposed to the user by
      operating systems.
      
      [Added missing comment '#' characters in block-core.json to fix build
      errors.
      --Stefan]
      Signed-off-by: NWolfgang Bumiller <w.bumiller@proxmox.com>
      Message-id: 1434706529-13895-2-git-send-email-w.bumiller@proxmox.com
      Reviewed-by: NEric Blake <eblake@redhat.com>
      Signed-off-by: NStefan Hajnoczi <stefanha@redhat.com>
      d5941dda
  10. 12 6月, 2015 2 次提交
  11. 29 5月, 2015 1 次提交
    • J
      qapi: add dirty bitmap status · 9abe3bdc
      John Snow 提交于
      Bitmaps can be in a handful of different states with potentially
      more to come as we tool around with migration and persistence patches.
      
      Management applications may need to know why certain bitmaps are
      unavailable for various commands, e.g. busy in another operation,
      busy being migrated, etc.
      
      Right now, all we offer is BlockDirtyInfo's boolean member 'frozen'.
      Instead of adding more booleans, replace it by an enumeration member
      'status' with values 'active' and 'frozen'.  Then add new value
      'disabled'.
      
      Incompatible change.  Fine because the changed part hasn't been
      released so far.
      Suggested-by: NEric Blake <eblake@redhat.com>
      Signed-off-by: NJohn Snow <jsnow@redhat.com>
      Reviewed-by: NEric Blake <eblake@redhat.com>
      [Commit message tweaked]
      Signed-off-by: NMarkus Armbruster <armbru@redhat.com>
      9abe3bdc
  12. 08 5月, 2015 1 次提交
  13. 06 5月, 2015 2 次提交
  14. 28 4月, 2015 9 次提交
  15. 27 3月, 2015 1 次提交