1. 02 8月, 2013 5 次提交
    • P
      qemuagenttest: Fix checking of shutdown mode · baebb341
      Peter Krempa 提交于
      Coverity complained about unused variable that contains the shutdown
      mode. The original intention was to check it against the requested mode.
      
      Also the fixed check revealed a mistake in the expected shutdown mode.
      
      Reported by John Ferlan.
      baebb341
    • R
      bridge driver: extract platform specifics · 4ac708f2
      Roman Bogorodskiy 提交于
      * Move platform specific things (e.g. firewalling and route
        collision checks) into bridge_driver_platform
      * Create two platform specific implementations:
          - bridge_driver_linux: Linux implementation using iptables,
            it's actually the code moved from bridge_driver.c
          - bridge_driver_nop: dumb implementation that does nothing
      Signed-off-by: NEric Blake <eblake@redhat.com>
      4ac708f2
    • J
      valgrind: Adjust filter for _dl_allocate_tls · 6e69166e
      John Ferlan 提交于
      More tests are now using the path - adjust the filter to include any
      path from a test through pthread_create to _dl_allocate_tls
      6e69166e
    • J
      tests: Coverity found new NULL_RETURNS · 3b4b1214
      John Ferlan 提交于
      Coverity reported the existing missing check of the return value and
      subsequent use from a call to virJSONValueFromString() in testJSONAddRemove().
      3b4b1214
    • J
      build: fix qemuagenttest build with -O0 in fedora 19. · a320730a
      Jincheng Miao 提交于
      When building libvirt with -O0 flag in fedora 19, it will fail to
      generate qemuagenttest, a link error occurs like:
      
      ./.libs/libqemumonitortestutils.a(qemumonitortestutils.o): In function `qemuMonitorTestFree':
      libvirt/tests/qemumonitortestutils.c:346: undefined reference to `qemuMonitorClose'
      ./.libs/libqemumonitortestutils.a(qemumonitortestutils.o): In function `qemuMonitorTestNew':
      libvirt/tests/qemumonitortestutils.c:870: undefined reference to `qemuMonitorOpen'
      collect2: error: ld returned 1 exit status
      
      Fix it by listing libraries in the correct order to avoid lazy linkage.
      Signed-off-by: NEric Blake <eblake@redhat.com>
      a320730a
  2. 01 8月, 2013 10 次提交
  3. 31 7月, 2013 23 次提交
  4. 30 7月, 2013 2 次提交