1. 05 9月, 2017 2 次提交
  2. 04 9月, 2017 1 次提交
    • L
      smbios_table: Support for arm · f557856d
      Lukáš Doktor 提交于
      The smbios_table test sets machine type, but arm is a bit different and
      it requires the `arm64*` prefix to correctly detect the machine. Let's
      allow that by inheriting the prefix from the original `machine_type` if
      traversal_machine_emulated is not set (as that preserves the original
      machine_type).
      Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
      f557856d
  3. 30 8月, 2017 1 次提交
  4. 29 8月, 2017 2 次提交
  5. 24 8月, 2017 1 次提交
  6. 21 8月, 2017 5 次提交
  7. 19 8月, 2017 1 次提交
    • W
      zero_copy: Check nettype for zero_copy test · 859ac71f
      Wei Huang 提交于
      In current qemu, user networking (i.e. "-netdev user") doesn't
      support "vhost" option. This patch checks the nettype in
      configuration. If nettype="user", it will give a warning and
      cancel zero_copy test instead of flaging it as an error.
      Signed-off-by: NWei Huang <wei@redhat.com>
      859ac71f
  8. 18 8月, 2017 8 次提交
  9. 17 8月, 2017 2 次提交
  10. 16 8月, 2017 9 次提交
  11. 14 8月, 2017 2 次提交
    • C
      Merge pull request #1035 from jingzhao84/bz1214161 · 0ad8c3b9
      Cong 提交于
      qemu.tests.qmp_command:updated qmp_cpu test steps
      0ad8c3b9
    • J
      qmp_command:updated qmp_cpu test steps · 73c14db9
      jinzhao 提交于
      Updated steps through checked "CPU,qom_path,halted,thread_id" exist.
      Deleted qmp command "cpu" since "cpu" actually does nothing in qmp,
      and "query-cpus" always show CPU #0 as current, member "current" exists
      only for backward compatibility, and should be ignored.  This mess is
      due to some confused QMP development history, and can't be changed.
      Signed-off-by: Njinzhao <jinzhao@redhat.com>
      73c14db9
  12. 11 8月, 2017 4 次提交
  13. 10 8月, 2017 2 次提交