1. 15 1月, 2013 11 次提交
    • J
      25812705
    • J
      parallels: Resolve issues with uninitialized 'ret' value · bbf1806f
      John Ferlan 提交于
      Added some messaging to indicate possible failure from virXPathULongLong()
      as well
      bbf1806f
    • J
      storage: Need to also VIR_FREE(reg) · 71da3b66
      John Ferlan 提交于
      Commit-id 'afc4631b' added the regfree(reg) to free resources alloc'd
      during regcomp; however, reg still needed to be VIR_FREE()'d. The call
      to regfree() also didn't account for possible NULL value.  Reformatted
      the call to be closer to usage.
      71da3b66
    • E
      build: further fixes for broken if_bridge.h · 1bf661ca
      Eric Blake 提交于
      Commit c308a9ae was incomplete; it resolved the configure failure,
      but not a later build failure.
      
      * src/util/virnetdevbridge.c: Include pre-req header.
      * configure.ac (AC_CHECK_HEADERS): Prefer standard in.h over
      non-standard ip6.h.
      1bf661ca
    • E
      docs: remove extra " · c726d9ec
      Eric Blake 提交于
      * tools/virsh.pod: Fix typo.
      c726d9ec
    • J
      securityselinuxhelper.c: Don't try to include xattr.h if not available · 7ae3f2d5
      John Ferlan 提交于
      Commit 907a39e7 missed adding the WITH_ATTR around #include <attr/xattr.h>
      resulting in a build failure:
      
        CC     libsecurityselinuxhelper_la-securityselinuxhelper.lo
        securityselinuxhelper.c:27:24: fatal error: attr/xattr.h: No such file or directory
        compilation terminated.
        make[2]: *** [libsecurityselinuxhelper_la-securityselinuxhelper.lo] Error 1
        make[2]: Leaving directory `/home/jferlan/libvirt.work/tests'
        make[1]: *** [all-recursive] Error 1
        make[1]: Leaving directory `/home/jferlan/libvirt.work'
        make: *** [all] Error 2
      7ae3f2d5
    • D
      Add missing stubs to securityselinuxhelper.c · 7184af13
      Daniel P. Berrange 提交于
      Make sure we override both the raw and non-raw stubs in
      securityselinuxhelper.c. Also add diagnostics if
      securityselinuxlabeltest fails a test item
      7184af13
    • D
      Fix typo LIBCURL_{CFLAGS,LIBS} to CURL_{CFLAGS,LIBS} · 688b3ecf
      Daniel P. Berrange 提交于
      Some places missed the conversion from LIBCURL_{CFLAGS,LIBS} to
      CURL_{CFLAGS,LIBS}, and a part of curl check was left in
      configure.ac instead of m4/virt-curl.m4 by mistake
      688b3ecf
    • E
      build: work around broken kernel header · c308a9ae
      Eric Blake 提交于
      I got this scary warning during ./configure on rawhide:
      
      checking linux/if_bridge.h usability... no
      checking linux/if_bridge.h presence... yes
      configure: WARNING: linux/if_bridge.h: present but cannot be compiled
      configure: WARNING: linux/if_bridge.h:     check for missing prerequisite headers?
      configure: WARNING: linux/if_bridge.h: see the Autoconf documentation
      configure: WARNING: linux/if_bridge.h:     section "Present But Cannot Be Compiled"
      configure: WARNING: linux/if_bridge.h: proceeding with the compiler's result
      configure: WARNING:     ## ------------------------------------- ##
      configure: WARNING:     ## Report this to libvir-list@redhat.com ##
      configure: WARNING:     ## ------------------------------------- ##
      checking for linux/if_bridge.h... no
      
      * configure.ac (AC_CHECK_HEADERS): Provide struct in6_addr, since
      linux/if_bridge.h uses it without declaring it.
      c308a9ae
    • D
      Fix build due to previous LXC patch · 2ec48f7a
      Daniel P. Berrange 提交于
      Mark virDomainLxcEnterNamespace as skipped in python binding
      and remove reference to lxcDomainOpenNamespace which doesn't
      arrive until a later patch
      2ec48f7a
    • E
      maint: typo fix · cc453bb5
      Eric Blake 提交于
      I noticed this typo while configuring on a freshly-installed machine.
      
      * m4/virt-udev.m4: Correct pciaccess name.
      cc453bb5
  2. 14 1月, 2013 29 次提交