1. 05 7月, 2016 1 次提交
  2. 01 7月, 2016 1 次提交
  3. 29 6月, 2016 1 次提交
  4. 27 6月, 2016 1 次提交
    • L
      Change the path of floppy images · e480d847
      Lin Ma 提交于
      First, The original relative path of floppy images are not exist. There is no
      'data/images/' folders under 'shared' folder by default, It causes 'dd' command
      failures.
      
      If adding code into 'pre_command' of readonly_floppy.cfg to check/create
      'shared/data/images/', Then the second issue jumps out:
      Because 'process_command' function in env_process.py will perform
      ... "cd %s; %s" % (test.bindir, pre_command) ...
      The test.bindir's value is assigned to '/usr/share/avocado-plugins-vt',
      So we got 2 fl images under /usr/share/avocado-plugins-vt/shared/data/images/.
      But in the final qemu command line parameters which generating by avocado,
      The path of floppy image is /usr/share/avocado/data/avocado-vt/images/...
      
      So I think that we insert 'cd /usr/share/avocado' to pre_command for ignoring
      the effect of 'cd /usr/share/avocado-plugins-vt' and change the original
      relative path info from 'shared/data/images/' to 'data/avocado-vt/images/' may
      be a better choice.
      Signed-off-by: NLin Ma <lma@suse.com>
      e480d847
  5. 24 6月, 2016 3 次提交
  6. 22 6月, 2016 1 次提交
  7. 14 6月, 2016 2 次提交
  8. 07 6月, 2016 1 次提交
  9. 31 5月, 2016 1 次提交
  10. 30 5月, 2016 1 次提交
  11. 28 5月, 2016 1 次提交
  12. 27 5月, 2016 1 次提交
  13. 23 5月, 2016 1 次提交
  14. 20 5月, 2016 1 次提交
  15. 18 5月, 2016 2 次提交
  16. 17 5月, 2016 2 次提交
  17. 16 5月, 2016 1 次提交
  18. 13 5月, 2016 2 次提交
  19. 11 5月, 2016 1 次提交
  20. 10 5月, 2016 1 次提交
  21. 09 5月, 2016 2 次提交
  22. 05 5月, 2016 2 次提交
  23. 04 5月, 2016 2 次提交
  24. 29 4月, 2016 3 次提交
  25. 28 4月, 2016 1 次提交
  26. 26 4月, 2016 1 次提交
  27. 20 4月, 2016 1 次提交
    • X
      fix lack_flag_check.unknown_flag · b65d99b6
      Xueqiang Wei 提交于
      1. The behavior is different after run "-cpu 'model_name',+unknown,check"
         between RHEL7 and RHEL6
         (after qemu output "CPU feature unknown not found" qemu exit in RHEL7,
          but qemu not exit in RHEL6)
      2. The behavior in RHEL6 is not the one we really want, but it's
         just an usability issue (as using invalid flag names is not supported),
         so developper didn't backport the fix to RHEL6.
      3. in auto script, add check point:
         qemu output "CPU feature unknown not found"
      Signed-off-by: NXueqiang Wei <xuwei@redhat.com>
      b65d99b6
  28. 18 4月, 2016 1 次提交
  29. 15 4月, 2016 1 次提交