1. 06 9月, 2013 1 次提交
  2. 22 8月, 2013 1 次提交
    • X
      qemu.tests: fix some small bugs · 97239be7
      Xu Tian 提交于
      1). update pre_command: used scsi_debug parm to add_host instead write
      sys filesystem to avoid device create delay;
      
      2). fix passthrough scsi device cache to writethrough to avoid fail to
      open /dev/sg* when drive_cache=none; do this because /dev/sg* is
      emulated by scsI_debug module, backend of these device is memery, open
      with O_DRIECT is not supported;
      
      3). removed useless import module 'qemu_monitor'
      Signed-off-by: NXu Tian <xutian@redhat.com>
      97239be7
  3. 03 7月, 2013 1 次提交
  4. 06 6月, 2013 1 次提交
  5. 15 5月, 2013 3 次提交
  6. 08 5月, 2013 2 次提交
  7. 27 2月, 2013 1 次提交
  8. 02 2月, 2013 1 次提交
    • L
      multi_disk: Fix incorrect params · ba876db6
      Lukáš Doktor 提交于
      * max_disk must not have any usbs, otherwise there are not enough
        slots in PCI
      * default image_boot = yes which generates in multi_disk test
        multiple disks with index = 1 and test failure. By forcing default
        value stg_image_boot = 'no' we can keep the default value (and index
        of image1) and let the other disk to have their own indexes.
      Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
      ba876db6
  9. 25 12月, 2012 1 次提交
  10. 19 12月, 2012 1 次提交
  11. 18 12月, 2012 1 次提交