1. 08 3月, 2019 1 次提交
  2. 20 11月, 2018 2 次提交
  3. 23 1月, 2018 1 次提交
  4. 26 10月, 2017 1 次提交
  5. 26 9月, 2017 1 次提交
  6. 18 7月, 2017 1 次提交
  7. 24 10月, 2016 1 次提交
  8. 23 9月, 2016 1 次提交
    • K
      qemu-iotests/067: Avoid blockdev-add with id · 522ce4ec
      Kevin Wolf 提交于
      We want to remove the 'id' option for blockdev-add. This removes one
      user of the option and makes it use only node names.
      
      In order to keep the test meaningful, some instances of query-block that
      want to check whether the node still exists and would now turn up empty
      must be converted to query-named-block-nodes (which also return the
      protocol level node, but that shouldn't hurt).
      Signed-off-by: NKevin Wolf <kwolf@redhat.com>
      Reviewed-by: NEric Blake <eblake@redhat.com>
      522ce4ec
  9. 15 4月, 2016 1 次提交
  10. 22 2月, 2016 1 次提交
    • S
      qemu-iotests: 067: ignore QMP events · f436c941
      Sascha Silbe 提交于
      The relative ordering of "device_del" return value and the
      "DEVICE_DELETED" QMP event depends on the architecture being
      tested. On x86 unplugging virtio disks is asynchronous
      (=qdev_unplug()= → =hotplug_handler_unplug_request()=) while on s390x
      it is synchronous (=qdev_unplug()= → =hotplug_handler_unplug()=). This
      leads to the actual output on s390x consistently differing from the
      reference output (that was probably produced on x86).
      
      The easiest way to address this is to filter out QMP events in
      067. The DEVICE_DELETED event is already getting explicitly tested by
      the Python-based test case 139, so the test coverage should be
      unaffected. Make use of the recently introduced _filter_qmp_events()
      to remove QMP events from the test case output and adjust the
      reference output accordingly.
      
      The tr / sed / tr trick used for filtering was suggested by Max Reitz
      <mreitz@redhat.com>.
      Signed-off-by: NSascha Silbe <silbe@linux.vnet.ibm.com>
      Message-id: 1455886869-139916-2-git-send-email-silbe@linux.vnet.ibm.com
      Signed-off-by: NMax Reitz <mreitz@redhat.com>
      f436c941
  11. 16 10月, 2015 1 次提交
  12. 05 9月, 2015 1 次提交
    • B
      qemu-iotests: disable default qemu devices for cross-platform compatibility · 2711fd33
      Bo Tu 提交于
      This patch fixes an io test suite issue that was introduced with the
      commit c88930a6 'qemu-char: Permit only
      a single "stdio" character device'. The option supresses the creation of
      default devices such as the floopy and cdrom. Output files for test case
      067, 071, 081 and 087 need to be updated to accommodate this change.
      Use virtio-blk instead of virtio-blk-pci as the device driver for test
      case 067. For virtio-blk-pci is the same with virtio-blk as device
      driver but other platform such as s390 may not recognize the virtio-blk-pci.
      
      The default devices differ across machines. As the qemu output often
      contains these devices (or events for them, like opening a CD tray on
      reset), the reference output currently is rather machine-specific.
      
      All existing qemu tests explicitly configure the devices they're working
      with, so just pass -nodefaults to qemu by default to disable the default
      devices. Update the reference outputs accordingly.
      Reviewed-by: NMax Reitz <mreitz@redhat.com>
      Reviewed-by: NMichael Mueller <mimu@linux.vnet.ibm.com>
      Reviewed-by: NSascha Silbe <silbe@linux.vnet.ibm.com>
      Signed-off-by: NXiao Guang Chen <chenxg@linux.vnet.ibm.com>
      Signed-off-by: NKevin Wolf <kwolf@redhat.com>
      2711fd33
  13. 10 3月, 2015 1 次提交
  14. 13 1月, 2015 1 次提交
  15. 10 12月, 2014 1 次提交
  16. 07 11月, 2013 1 次提交
  17. 11 10月, 2013 1 次提交