“38e82a41115c8bf1b54d8bb939bbb50cbfa6ca0b”上不存在“projects/Kenshin/imports.yml”
  1. 24 6月, 2016 35 次提交
  2. 23 6月, 2016 5 次提交
    • C
      storage: Remove redundant refreshPool check · e808d3f2
      Cole Robinson 提交于
      Every driver provides a refreshPool impl, and many other critical
      places in the code unconditionally call it without checking if
      it exists, so this check is pointless
      e808d3f2
    • C
      qemu: command: Error on accel2d · 7490fdec
      Cole Robinson 提交于
      qemu doesn't have any accel2d support wired up. Explicitly error
      if a user tries it out, or typos the accel3d option
      7490fdec
    • C
      qemu: command: Error on accel3d with non-virtio · 9a4703a3
      Cole Robinson 提交于
      We should be raising an error if accel3d is present for any
      non-virtio video as well, incase someone tries it for say 'qxl'
      9a4703a3
    • N
      qemu: make monitor command API available during async jobs · 6606ea96
      Nikolay Shirokovskiy 提交于
        One can not issue monitor commands manually during async calls thru
      designated API while this could be useful for testing/debugging purposes.
      qemuDomainQemuMonitorCommand uses job of type QEMU_JOB_MODIFY and any async
      call disable parallel execution of this type of job. The only state that is
      changed is taint variable. AFAIU the only place we can mess is resetting
      taint flag in qemuProcessStop routine under some async job. But this can not
      happen thanx to both virDomainObjIsActive check in qemuDomainQemuMonitorCommand
      and resetting active status in qemuProcessStop before taint flag.
      
        Change job type to QEMU_JOB_QUERY and thus make the API call available for
      most of async jobs.
      Signed-off-by: NNikolay Shirokovskiy <nshirokovskiy@virtuozzo.com>
      6606ea96
    • J
      prohibit-duplicate-header: print file name and line · 43d2b6f2
      Ján Tomko 提交于
      This way :make syntax-check in ViM will point you at the offending line.
      43d2b6f2