1. 02 9月, 2013 36 次提交
  2. 23 8月, 2013 2 次提交
  3. 22 8月, 2013 2 次提交
    • 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
    • E
      qemu_cpu.cfg: remove "no 486" line · e8583ec7
      Eduardo Habkost 提交于
      I don't know why 486 was being excluded, as the CPUID instruction really
      works, and QEMU has CPUID data being set for 486, too. The tests keep
      working after removing the "no 486" line from the config file.
      Signed-off-by: NEduardo Habkost <ehabkost@redhat.com>
      e8583ec7