1. 13 4月, 2018 5 次提交
  2. 12 4月, 2018 6 次提交
  3. 11 4月, 2018 8 次提交
  4. 10 4月, 2018 5 次提交
  5. 09 4月, 2018 3 次提交
  6. 04 4月, 2018 6 次提交
  7. 03 4月, 2018 1 次提交
  8. 02 4月, 2018 2 次提交
  9. 29 3月, 2018 1 次提交
  10. 28 3月, 2018 1 次提交
  11. 27 3月, 2018 2 次提交
    • L
      qemu.migrate: Quote the paths in gzip command · 249dab80
      Lukáš Doktor 提交于
      The path in gzip command might contain spaces or "weird" characters.
      Migrate command already uses double-quotes so let's use the single
      quotes to avoid the need to escape characters in the src/dst path.
      
      Tested with:
      
          exec:gzip -c > '/var/tmp/avocado_u8sHJg/avocado_job_OHWFL5/1-\
          functional_rpm_dvd type_specific.io-github-autotest-qemu.migrate\
          .with_reboot.exec.gzip_exec;-e630/migrateE8PDpZ/migrate_file'
      Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
      249dab80
    • P
      qemu_img_negative: Refine the case · 010decbe
      Ping Li 提交于
      Refine the negative case to create the images using the
      API provided by avocado. Then it will be easy to run any
      other backends, once avocado supports it.
      Signed-off-by: NPing Li <pingl@redhat.com>
      010decbe