1. 10 12月, 2014 1 次提交
  2. 18 2月, 2014 1 次提交
  3. 15 2月, 2014 1 次提交
  4. 23 12月, 2013 4 次提交
  5. 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
  6. 17 4月, 2013 2 次提交
    • A
      i440fx-test: add test for PAM functionality · a875711a
      Anthony Liguori 提交于
      This tests PAM settings for the i440fx.  This test does a lot of
      byte MMIO which is fairly slow with qtest today.  But the test
      does complete in under 2 seconds.
      
      We don't fully emulate PAM largely because of limitations with
      KVM so we #if 0 that part of the test case.
      Signed-off-by: NAnthony Liguori <aliguori@us.ibm.com>
      Message-id: 1366123521-4330-7-git-send-email-aliguori@us.ibm.com
      a875711a
    • A
      i440fx-test: add test to compare default register values · 9bda413c
      Anthony Liguori 提交于
      This test compares all of the default register values against the
      spec.  It turns out we deviate in quite a few places.  These
      places are really only visible to the BIOS though which is why
      this hasn't created any problems.
      
      The deviation actually happens in the core PCI layer so I suspect
      it's not a simple fix if we really care to fix it.  For now, just
      disable the affected checks.
      Signed-off-by: NAnthony Liguori <aliguori@us.ibm.com>
      Message-id: 1366123521-4330-6-git-send-email-aliguori@us.ibm.com
      9bda413c