1. 18 11月, 2017 3 次提交
  2. 14 11月, 2017 1 次提交
  3. 27 10月, 2017 1 次提交
    • M
      qemu: Fix memory leak in virQEMUCapsLoadCPUModels · a50b45a2
      Marc Hartmayer 提交于
      Don't leak @blockNodes in the loop.
      
      ==226576== 7,120 bytes in 60 blocks are definitely lost in loss record 122 of 125
      ==226576==    at 0x4835214: calloc (vg_replace_malloc.c:711)
      ==226576==    by 0x4950D7B: virAllocN (viralloc.c:191)
      ==226576==    by 0x49EB5BB: virXPathNodeSet (virxml.c:676)
      ==226576==    by 0x104DB67: virQEMUCapsLoadCPUModels (qemu_capabilities.c:3738)
      ==226576==    by 0x105510D: virQEMUCapsLoadCache (qemu_capabilities.c:3929)
      ==226576==    by 0x104459F: qemuTestParseCapabilities (testutilsqemu.c:498)
      ==226576==    by 0x1040DC9: testQemuCapsCopy (qemucapabilitiestest.c:105)
      ==226576==    by 0x1041F07: virTestRun (testutils.c:180)
      ==226576==    by 0x1040B45: mymain (qemucapabilitiestest.c:181)
      ==226576==    by 0x104320F: virTestMain (testutils.c:1119)
      ==226576==    by 0x1041149: main (qemucapabilitiestest.c:193)
      Signed-off-by: NMarc Hartmayer <mhartmay@linux.vnet.ibm.com>
      Reviewed-by: NBjoern Walk <bwalk@linux.vnet.ibm.com>
      Reviewed-by: NBoris Fiuczynski <fiuczy@linux.vnet.ibm.com>
      Signed-off-by: NJiri Denemark <jdenemar@redhat.com>
      a50b45a2
  4. 18 10月, 2017 1 次提交
  5. 16 10月, 2017 6 次提交
  6. 04 10月, 2017 1 次提交
  7. 22 9月, 2017 1 次提交
  8. 20 9月, 2017 1 次提交
    • J
      qemu: Detect support for vxhs · fa6159dd
      John Ferlan 提交于
      Using the query-qmp-schema introspection - look for the 'vxhs'
      blockdevOptions type.
      
      NB: This is a "best effort" type situation as there is not a
          mechanism to determine whether the running QEMU has been
          built with '--enable-vxhs'. All we can do is check if the
          option to use vxhs for a blockdev-add exists in the command
          infrastructure which does not take that into account when
          building its table of commands and options.
      Signed-off-by: NJohn Ferlan <jferlan@redhat.com>
      fa6159dd
  9. 18 9月, 2017 2 次提交
  10. 14 9月, 2017 1 次提交
  11. 29 8月, 2017 2 次提交
  12. 18 8月, 2017 2 次提交
  13. 02 8月, 2017 1 次提交
  14. 27 7月, 2017 1 次提交
  15. 26 7月, 2017 4 次提交
  16. 24 7月, 2017 1 次提交
  17. 22 7月, 2017 1 次提交
  18. 21 7月, 2017 1 次提交
  19. 20 7月, 2017 6 次提交
  20. 15 7月, 2017 1 次提交
  21. 13 7月, 2017 1 次提交
  22. 11 7月, 2017 1 次提交