1. 09 11月, 2017 4 次提交
  2. 06 11月, 2017 1 次提交
    • P
      qemu_disk_img: Drop the temporary image from boot list · ae481f69
      Ping Li 提交于
      The temproray image new.qcow2 is used to test the scenario qemu-img
      rebase, Should not be booted up. Since qemu 2.10, image locking is
      enabled which make multiple QEMU processes cannot write to the same
      image, even if boot snapshot and backing file at the same time are
      not allowed.
      Signed-off-by: NPing Li <pingl@redhat.com>
      ae481f69
  3. 30 10月, 2017 2 次提交
  4. 26 10月, 2017 1 次提交
  5. 24 10月, 2017 1 次提交
  6. 19 10月, 2017 1 次提交
  7. 18 10月, 2017 5 次提交
  8. 16 10月, 2017 1 次提交
  9. 11 10月, 2017 1 次提交
  10. 29 9月, 2017 1 次提交
  11. 25 9月, 2017 1 次提交
  12. 22 9月, 2017 1 次提交
  13. 20 9月, 2017 2 次提交
  14. 19 9月, 2017 2 次提交
  15. 15 9月, 2017 1 次提交
  16. 14 9月, 2017 4 次提交
  17. 11 9月, 2017 1 次提交
  18. 08 9月, 2017 1 次提交
  19. 06 9月, 2017 3 次提交
  20. 04 9月, 2017 1 次提交
  21. 21 8月, 2017 1 次提交
  22. 18 8月, 2017 1 次提交
  23. 16 8月, 2017 2 次提交
  24. 14 8月, 2017 1 次提交
    • J
      qmp_command:updated qmp_cpu test steps · 73c14db9
      jinzhao 提交于
      Updated steps through checked "CPU,qom_path,halted,thread_id" exist.
      Deleted qmp command "cpu" since "cpu" actually does nothing in qmp,
      and "query-cpus" always show CPU #0 as current, member "current" exists
      only for backward compatibility, and should be ignored.  This mess is
      due to some confused QMP development history, and can't be changed.
      Signed-off-by: Njinzhao <jinzhao@redhat.com>
      73c14db9