1. 18 7月, 2018 2 次提交
  2. 13 7月, 2018 3 次提交
  3. 10 7月, 2018 1 次提交
  4. 03 7月, 2018 2 次提交
  5. 12 6月, 2018 1 次提交
  6. 05 6月, 2018 1 次提交
  7. 17 5月, 2018 1 次提交
  8. 11 5月, 2018 1 次提交
  9. 30 4月, 2018 1 次提交
  10. 18 4月, 2018 4 次提交
  11. 17 4月, 2018 5 次提交
  12. 23 3月, 2018 3 次提交
  13. 19 2月, 2018 1 次提交
    • D
      qemu: stop passing virConnectPtr into qemuMonitorStartCPUs · aed679da
      Daniel P. Berrangé 提交于
      There is a long standing hack to pass a virConnectPtr into the
      qemuMonitorStartCPUs method, so that when the text monitor prompts
      for a disk password, we can lookup virSecretPtr objects. This causes
      us to have to pass a virConnectPtr around through countless methods
      up the call chain....except some places don't have any virConnectPtr
      available so have always just passed NULL. We can finally fix this
      disastrous design by using virGetConnectSecret() to open a connection
      to the secret driver at time of use.
      Reviewed-by: NJohn Ferlan <jferlan@redhat.com>
      Signed-off-by: NDaniel P. Berrangé <berrange@redhat.com>
      aed679da
  14. 06 2月, 2018 1 次提交
  15. 03 11月, 2017 7 次提交
  16. 20 10月, 2017 1 次提交
  17. 17 10月, 2017 1 次提交
  18. 28 7月, 2017 1 次提交
    • P
      tests: qemumonitorjson: Old and empty test case for node name detection · 772a6e36
      Peter Krempa 提交于
      Prior to qemu 2.5 the node names would not be generated, thus would be
      missing from 'query-blockstats' and 'query-named-block-nodes'. Test that
      the code correctly detects nothing.
      
      Additionally make sure that a VM without disks does not cause problems.
      
      The test case change is necessary as our test file checker does not play
      well with empty files.
      772a6e36
  19. 27 7月, 2017 3 次提交