You need to sign in or sign up before continuing.
  1. 26 11月, 2015 8 次提交
  2. 25 11月, 2015 9 次提交
  3. 24 11月, 2015 2 次提交
    • P
      qemu: monitor: Explain logic of qemuMonitorGetCPUInfo · 0076d8db
      Peter Krempa 提交于
      The return value has non-obvious semantics. Document it.
      0076d8db
    • J
      qemu: pass the asyncJob to qemuProcessStartCPUs · 668a0fef
      Ján Tomko 提交于
      Now that new domains are started inside a QEMU_ASYNC_JOB_START job,
      we need to pass it down to qemuProcessStartCPUs too.
      
      This removes the warning:
      qemuDomainObjEnterMonitorInternal:1750 : This thread seems to be the
      async job owner; entering monitor without asking for a nested job is
      dangerous
      
      Introduced by commit 04c721f2, before that this code path was only
      executed with QEMU_ASYNC_JOB_NONE.
      
      (This code is not executed on migration, because qemuMigrationPrepareAny
       sets the VIR_QEMU_PROCESS_START_PAUSED flag.)
      668a0fef
  4. 23 11月, 2015 4 次提交
  5. 20 11月, 2015 4 次提交
  6. 19 11月, 2015 13 次提交