1. 12 1月, 2020 1 次提交
  2. 18 12月, 2019 1 次提交
    • P
      vl: configure accelerators from -accel options · 6f6e1698
      Paolo Bonzini 提交于
      Drop the "accel" property from MachineState, and instead desugar
      "-machine accel=" to a list of "-accel" options.
      
      This has a semantic change due to removing merge_lists from -accel.
      For example:
      
      - "-accel kvm -accel tcg" all but ignored "-accel kvm".  This is a bugfix.
      
      - "-accel kvm -accel thread=single" ignored "thread=single", since it
        applied the option to KVM.  Now it fails due to not specifying the
        accelerator on "-accel thread=single".
      
      - "-accel tcg -accel thread=single" chose single-threaded TCG, while now
        it will fail due to not specifying the accelerator on "-accel
        thread=single".
      
      Also, "-machine accel" and "-accel" become incompatible.
      Signed-off-by: NPaolo Bonzini <pbonzini@redhat.com>
      6f6e1698
  3. 21 5月, 2019 2 次提交
  4. 01 2月, 2019 1 次提交
  5. 18 1月, 2019 1 次提交
  6. 21 12月, 2018 1 次提交
  7. 17 12月, 2018 2 次提交
  8. 16 8月, 2018 1 次提交
  9. 04 5月, 2018 1 次提交
  10. 14 2月, 2018 1 次提交
  11. 09 2月, 2018 1 次提交
  12. 18 12月, 2017 1 次提交
  13. 17 11月, 2017 1 次提交
  14. 20 10月, 2017 1 次提交
    • E
      libqtest: Add qtest_[v]startf() · 78b27bad
      Eric Blake 提交于
      We have several callers that were formatting the argument strings
      themselves; consolidate this effort by adding new convenience
      functions directly in libqtest, and update some call-sites that
      can benefit from it.
      
      Note that the new functions qtest_startf() and qtest_vstartf()
      behave more like qtest_init() (the caller must assign global_qtest
      after the fact, rather than getting it implicitly set).  This helps
      us prepare for future patches that get rid of the global variable,
      by explicitly highlighting which tests still depend on it now.
      Signed-off-by: NEric Blake <eblake@redhat.com>
      [thuth: Dropped the hunks that do not apply cleanly to qemu master
       yet and added the missing g_free(args) in qtest_vstartf()]
      Signed-off-by: NThomas Huth <thuth@redhat.com>
      Message-Id: <1508336428-20511-2-git-send-email-thuth@redhat.com>
      Acked-by: NMichael S. Tsirkin <mst@redhat.com>
      Signed-off-by: NCornelia Huck <cohuck@redhat.com>
      78b27bad
  15. 06 9月, 2017 1 次提交
  16. 02 8月, 2017 1 次提交
  17. 15 7月, 2017 1 次提交
  18. 04 7月, 2017 1 次提交