1. 22 5月, 2017 2 次提交
    • W
      util: Don't leak @reply in virSystemdGetMachineNameByPID · c4a4c01e
      Wang King 提交于
      @reply is a DBusMessage object returned by virDBusCallMethod in
      get machine object call path, dereference it before calling
      virDBusCallMethod again to get machine name.
      Signed-off-by: NMichal Privoznik <mprivozn@redhat.com>
      c4a4c01e
    • J
      test: fixing variable names for test suite inside configure.ac. · f7c7f450
      Julio Faracco 提交于
      Both variables for gcov and oom have wrong names inside configure.ac.
      For this reason, the Test Suite configuration is not showing the current
      configuration.
      
      Before patching:
      configure:    windres: no
      configure:
      configure: Test suite
      configure:
      configure:          Coverage:
      configure:         Alloc OOM:
      configure:
      configure: Miscellaneous
      
      After patching (using --enable-test-coverage and --enable-test-oom):
      configure:    windres: no
      configure:
      configure: Test suite
      configure:
      configure:          Coverage: yes
      configure:         Alloc OOM: yes
      configure:
      configure: Miscellaneous
      Signed-off-by: NJulio Faracco <jcfaracco@gmail.com>
      f7c7f450
  2. 19 5月, 2017 9 次提交
  3. 18 5月, 2017 29 次提交