1. 18 7月, 2019 2 次提交
  2. 15 7月, 2019 2 次提交
  3. 03 7月, 2019 1 次提交
  4. 27 6月, 2019 1 次提交
  5. 17 5月, 2019 1 次提交
  6. 18 2月, 2019 1 次提交
  7. 04 2月, 2019 1 次提交
  8. 31 1月, 2019 1 次提交
  9. 29 1月, 2019 2 次提交
  10. 18 1月, 2019 23 次提交
  11. 20 7月, 2018 1 次提交
  12. 13 6月, 2018 1 次提交
  13. 10 5月, 2018 1 次提交
  14. 08 12月, 2017 1 次提交
    • P
      qemu: blockjob: Reset disk source index after pivot · fac8724c
      Peter Krempa 提交于
      Since we are re-detecting the backing chain after pivoting to the active
      block commit target (or block copy target) the disk index needs to be
      reset to 0. This is necessary since we move a member of the backing
      chain to disk->src but clear indexes only starting from
      disk->src->backingStore. The freshly detected images have indexes
      starting from 1, but since we've pivoted into an image which was
      previously a backing store it would have a non-0 index.
      The lookup function would then return the top of the chain for queries
      like 'vda[1]' instead of the first backing store.
      
      This problem will not be present once we keep the disk indexes stable.
      
      Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1519745
      fac8724c
  15. 06 12月, 2017 1 次提交