1. 05 10月, 2017 1 次提交
  2. 25 9月, 2017 1 次提交
  3. 14 9月, 2017 1 次提交
  4. 07 9月, 2017 9 次提交
  5. 29 8月, 2017 1 次提交
  6. 18 8月, 2017 1 次提交
  7. 20 7月, 2017 1 次提交
  8. 19 7月, 2017 1 次提交
  9. 26 6月, 2017 1 次提交
  10. 14 6月, 2017 1 次提交
  11. 13 6月, 2017 1 次提交
  12. 07 6月, 2017 4 次提交
  13. 03 5月, 2017 1 次提交
    • J
      qemu: Fix persistent migration of transient domains · 59307fad
      Jiri Denemark 提交于
      While fixing a bug with incorrectly freed memory in commit
      v3.1.0-399-g5498aa29, I accidentally broke persistent migration of
      transient domains. Before adding qemuDomainDefCopy in the path, the code
      just took NULL from vm->newDef and used it as the persistent def, which
      resulted in no persistent XML being sent in the migration cookie. This
      scenario is perfectly valid and the destination correctly handles it by
      using the incoming live definition and storing it as the persistent one.
      
      After the mentioned commit libvirtd would just segfault in the described
      scenario.
      
      https://bugzilla.redhat.com/show_bug.cgi?id=1446205Signed-off-by: NJiri Denemark <jdenemar@redhat.com>
      59307fad
  14. 02 5月, 2017 1 次提交
  15. 27 4月, 2017 4 次提交
  16. 18 4月, 2017 1 次提交
    • P
      qemu: migration: Skip cache=none check for disks which are storage-migrated · 41e9f54d
      Peter Krempa 提交于
      Since the disks are copied by qemu, there's no need to enforce
      cache=none. Thankfully the code that added qemuMigrateDisk did not break
      existing configs, since if you don't select any disk to migrate
      explicitly the code behaves sanely.
      
      The logic for determining whether a disk should be migrated is
      open-coded since using qemuMigrateDisk twice would be semantically
      incorrect.
      41e9f54d
  17. 13 4月, 2017 2 次提交
  18. 07 4月, 2017 6 次提交
  19. 05 4月, 2017 2 次提交