1. 15 8月, 2018 1 次提交
    • K
      block: Remove deprecated -drive geometry options · b24ec3c4
      Kevin Wolf 提交于
      This reinstates commit a7aff6dd,
      which was temporarily reverted for the 3.0 release so that libvirt gets
      some extra time to update their command lines.
      
      The -drive options cyls, heads, secs and trans were deprecated in
      QEMU 2.10. It's time to remove them.
      
      hd-geo-test tested both the old version with geometry options in -drive
      and the new one with -device. Therefore the code using -drive doesn't
      have to be replaced there, we just need to remove the -drive test cases.
      This in turn allows some simplification of the code.
      Signed-off-by: NKevin Wolf <kwolf@redhat.com>
      Reviewed-by: NMarkus Armbruster <armbru@redhat.com>
      b24ec3c4
  2. 10 7月, 2018 1 次提交
  3. 15 6月, 2018 1 次提交
  4. 01 3月, 2017 1 次提交
  5. 08 9月, 2016 1 次提交
  6. 07 6月, 2016 1 次提交
  7. 16 2月, 2016 1 次提交
  8. 18 12月, 2015 1 次提交
  9. 15 1月, 2015 1 次提交
  10. 10 12月, 2014 1 次提交
  11. 19 11月, 2013 1 次提交
    • A
      qtest: Use -display none by default · 2ad645d2
      Andreas Färber 提交于
      This avoids each test needing to add it to suppress windows popping up.
      
      [Commit 7ceeedd0 ("blockdev-test: add
      test case for drive_add duplicate IDs") and commit
      43cd2098 ("qdev-monitor-test: add
      device_add leak test cases") added qtest tests without specifying
      -display none.
      
      As a result, "make check" now tries to use graphics (GTK or SDL).  Since
      graphics are not used by the test and inappropriate for headless "make
      check" runs, add the missing -display none.
      
      This fixes "make check" in the QEMU buildbot.
      -- Stefan]
      Signed-off-by: NAndreas Färber <afaerber@suse.de>
      Signed-off-by: NStefan Hajnoczi <stefanha@redhat.com>
      2ad645d2
  12. 19 7月, 2013 1 次提交
  13. 17 7月, 2012 4 次提交