1. 18 1月, 2019 22 次提交
  2. 20 7月, 2018 1 次提交
  3. 13 6月, 2018 1 次提交
  4. 10 5月, 2018 1 次提交
  5. 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
  6. 06 12月, 2017 2 次提交
  7. 05 10月, 2017 2 次提交
  8. 27 4月, 2017 1 次提交
  9. 27 3月, 2017 1 次提交
  10. 09 2月, 2017 1 次提交
  11. 11 1月, 2017 1 次提交
  12. 05 2月, 2016 1 次提交
  13. 04 2月, 2016 1 次提交
    • J
      conf: add caps to virDomainSaveConfig · cd57b7c7
      Joao Martins 提交于
      virDomainSaveConfig calls virDomainDefFormat which was setting the caps
      to NULL, thus keeping the old behaviour (i.e. not looking at
      netprefix). This patch adds the virCapsPtr to the function and allows
      the configuration to be saved and skipping interface names that were
      registered with virCapabilitiesSetNetPrefix().
      Signed-off-by: NJoao Martins <joao.m.martins@oracle.com>
      cd57b7c7
  14. 18 9月, 2015 1 次提交
  15. 19 6月, 2015 3 次提交