1. 06 8月, 2019 1 次提交
  2. 29 7月, 2019 1 次提交
  3. 26 7月, 2019 2 次提交
  4. 18 7月, 2019 1 次提交
    • P
      qemu: block: Use 'auto-read-only' instead of 'read-only' for backing chain · 2c4c347c
      Peter Krempa 提交于
      To allow using -blockdev with blockjobs QEMU needs to reopen files in
      read-write mode when modifying the backing chain. To achieve this we
      need to use 'auto-read-only' for the backing files rather than the
      normal 'read-only' property. That way qemu knows that the files need to
      be reopened.
      
      Note that the format drivers (e.g. qcow2) are still opened with the
      read-only property enabled when being a member of the backing chain
      since they are supposed to be immutable unless a block job is started.
      
      QEMU v4.0 (since commit 23dece19da4) allows also dynamic behaviour for
      auto-read-only which allows us to use sVirt as we only grant write
      permissions to files when doing a blockjob.
      Signed-off-by: NPeter Krempa <pkrempa@redhat.com>
      Reviewed-by: NJán Tomko <jtomko@redhat.com>
      2c4c347c
  5. 16 7月, 2019 2 次提交
  6. 15 7月, 2019 2 次提交
  7. 26 6月, 2019 5 次提交
  8. 21 6月, 2019 3 次提交
  9. 20 6月, 2019 7 次提交
  10. 17 6月, 2019 1 次提交
  11. 03 6月, 2019 2 次提交
  12. 22 5月, 2019 3 次提交
  13. 15 5月, 2019 2 次提交
  14. 06 5月, 2019 2 次提交
  15. 17 4月, 2019 2 次提交
  16. 12 4月, 2019 4 次提交