1. 01 9月, 2014 1 次提交
  2. 06 5月, 2014 1 次提交
  3. 29 9月, 2013 1 次提交
  4. 30 4月, 2013 2 次提交
  5. 05 4月, 2013 1 次提交
  6. 23 3月, 2013 1 次提交
  7. 19 12月, 2012 1 次提交
  8. 30 10月, 2012 1 次提交
  9. 16 8月, 2012 1 次提交
  10. 11 8月, 2012 1 次提交
  11. 28 7月, 2012 1 次提交
  12. 11 5月, 2012 1 次提交
  13. 21 12月, 2011 2 次提交
  14. 11 9月, 2011 1 次提交
  15. 08 5月, 2011 1 次提交
    • A
      Introduce -machine command option. · 303d4e86
      Anthony PERARD 提交于
      This option gives the ability to switch one "accelerator" like kvm, xen
      or the default one tcg. We can specify more than one accelerator by
      separate them by a colon. QEMU will try each one and use the first whose
      works.
      
      So,
      ./qemu -machine accel=xen:kvm:tcg
      
      which would try Xen support first, then KVM and finally TCG if none of
      the other works.
      
      By default, QEMU will use TCG. But we can specify another default in the
      global configuration file.
      Signed-off-by: NAnthony PERARD <anthony.perard@citrix.com>
      Signed-off-by: NAlexander Graf <agraf@suse.de>
      303d4e86
  16. 16 4月, 2011 1 次提交
  17. 07 3月, 2011 1 次提交
  18. 25 1月, 2011 1 次提交
  19. 30 3月, 2010 1 次提交