1. 09 5月, 2013 2 次提交
  2. 02 5月, 2013 1 次提交
    • M
      virutil: Move string related functions to virstring.c · 7c9a2d88
      Michal Privoznik 提交于
      The source code base needs to be adapted as well. Some files
      include virutil.h just for the string related functions (here,
      the include is substituted to match the new file), some include
      virutil.h without any need (here, the include is removed), and
      some require both.
      7c9a2d88
  3. 24 4月, 2013 3 次提交
  4. 27 2月, 2013 1 次提交
  5. 26 2月, 2013 1 次提交
    • D
      interface: Fix udev backend bridge device display · 65bb1b97
      Doug Goldstein 提交于
      The bridge device was showing the vnet devices created for the domains
      as connected to the bridge. libvirt should only show host devices when
      trying to get the interface definition rather than the domain devices as
      well.
      65bb1b97
  6. 22 2月, 2013 6 次提交
  7. 18 2月, 2013 1 次提交
  8. 23 1月, 2013 1 次提交
  9. 16 1月, 2013 1 次提交
  10. 15 1月, 2013 1 次提交
  11. 04 1月, 2013 1 次提交
  12. 21 12月, 2012 2 次提交
  13. 29 11月, 2012 1 次提交
  14. 17 10月, 2012 1 次提交
    • D
      interface: add virInterfaceGetXMLDesc() in udev · 1e7ec88d
      Doug Goldstein 提交于
      Added support for retrieving the XML defining a specific interface via
      the udev based backend to virInterface. Implement the following APIs
      for the udev based backend:
      * virInterfaceGetXMLDesc()
      
      Note: Does not support bond devices.
      1e7ec88d
  15. 16 10月, 2012 1 次提交
  16. 10 10月, 2012 1 次提交
  17. 09 10月, 2012 2 次提交
    • D
      interface: always build all available backends · 43dbcb15
      Doug Goldstein 提交于
      Always build all available backends to avoid bit-rot. At run time we
      select the correct backend and load it by attempting netcf first and
      then udev.
      43dbcb15
    • D
      interface: add udev based backend for virInterface · 5a33366f
      Doug Goldstein 提交于
      Add a read-only udev based backend for virInterface. Useful for distros
      that do not have netcf support yet. Multiple libvirt based utilities use
      a HAL based fallback when virInterface is not available which is less
      than ideal. This implements:
      * virConnectNumOfInterfaces()
      * virConnectListInterfaces()
      * virConnectNumOfDefinedInterfaces()
      * virConnectListDefinedInterfaces()
      * virConnectListAllInterfaces()
      * virConnectInterfaceLookupByName()
      * virConnectInterfaceLookupByMACString()
      5a33366f