1. 09 12月, 2015 5 次提交
  2. 30 11月, 2015 3 次提交
  3. 27 11月, 2015 2 次提交
  4. 25 11月, 2015 2 次提交
    • D
      Allow multiple panic devices · 59fc0d06
      Dmitry Andreev 提交于
      'model' attribute was added to a panic device but only one panic
      device is allowed. This patch changes panic device presence
      from 'optional' to 'zeroOrMore'.
      59fc0d06
    • D
      qemu: add support for hv_crash feature as a panic device · ca6ddffe
      Dmitry Andreev 提交于
      Panic device type used depends on 'model' attribute.
      
      If no model is specified then device type depends on hypervisor
      and guest arch. 'pseries' model is used for pSeries guest and
      'isa' model is used in other cases.
      
      XML:
      <devices>
        <panic model='hyperv'/>
      </devices>
      
      QEMU command line:
      qemu -cpu <cpu_model>,hv_crash
      ca6ddffe
  5. 23 11月, 2015 1 次提交
  6. 20 11月, 2015 1 次提交
  7. 19 11月, 2015 3 次提交
  8. 18 11月, 2015 5 次提交
  9. 10 11月, 2015 17 次提交
  10. 21 10月, 2015 1 次提交