1. 29 6月, 2009 1 次提交
  2. 27 6月, 2009 1 次提交
    • D
      allow to create storage volumes on disk backend · fd90b67a
      Daniel Veillard 提交于
      * src/libvirt_private.syms src/parthelper.c src/storage_backend_disk.c
        src/storage_conf.c src/storage_conf.h: allow to create storage
        volumes on disk backend, patches by Henrik Persson
      * AUTHORS: add Henrik Persson
      Daniel
      fd90b67a
  3. 26 6月, 2009 1 次提交
    • D
      big cleanup of the debug configuration option · 173c230e
      Daniel Veillard 提交于
      * src/Makefile.am src/libvirt.c src/libvirt_private.syms src/logging.c
        src/logging.h src/util.c src/libvirt_debug.syms: big cleanup of
        the debug configuration option and code by Amy Griffis
      daniel
      173c230e
  4. 23 6月, 2009 1 次提交
  5. 16 6月, 2009 2 次提交
  6. 12 6月, 2009 1 次提交
  7. 11 6月, 2009 1 次提交
  8. 03 6月, 2009 1 次提交
  9. 20 5月, 2009 1 次提交
    • D
      Add the Interface config APIs · 73bc0114
      Daniel Veillard 提交于
      * configure.in include/libvirt/libvirt.h[.in]
        include/libvirt/virterror.h qemud/remote.c
        qemud/remote_dispatch_args.h qemud/remote_dispatch_prototypes.h
        qemud/remote_dispatch_ret.h qemud/remote_dispatch_table.h
        qemud/remote_protocol.[chx] src/Makefile.am src/datatypes.c
        src/datatypes.h src/driver.h src/libvirt.c src/remote_internal.c
        src/virterror.c src/libvirt_private.syms src/libvirt_public.syms:
        Add the Interface config APIs and remote stubs for those, patch
        by Laine Stump
      * AUTHORS: add Laine
      daniel
      73bc0114
  10. 11 5月, 2009 1 次提交
    • C
      Add helper function virExecDaemonize · 79d9d243
      Cole Robinson 提交于
      Wraps __virExec with the VIR_EXEC_DAEMON flag. Waits on the intermediate
      process to ensure we don't end up with any zombies, and differentiates between
      original process errors and intermediate process errors.
      79d9d243
  11. 24 4月, 2009 1 次提交
  12. 22 4月, 2009 1 次提交
  13. 18 4月, 2009 1 次提交
    • D
      drop the pool lock when allocating fs volumes · 2cd9b2d8
      Daniel Veillard 提交于
      * src/libvirt_private.syms src/storage_backend.h
        src/storage_backend_fs.c src/storage_conf.h src/storage_driver.c:
        drop the pool lock when allocating fs volumes, patch by Cole Robinson
      daniel
      2cd9b2d8
  14. 03 4月, 2009 1 次提交
  15. 01 4月, 2009 1 次提交
  16. 20 3月, 2009 1 次提交
  17. 03 3月, 2009 5 次提交
  18. 27 2月, 2009 1 次提交
  19. 24 2月, 2009 1 次提交
    • M
      Add virNodeDeviceDefParseString() · c4c5e9db
      Mark McLoughlin 提交于
      Add support for parsing node device XML descriptions.
      
      This will be used by PCI passthrough related functions to
      obtain the PCI device address for a given node device.
      c4c5e9db
  20. 14 2月, 2009 1 次提交
    • M
      Add virFileWriteStr() · 0bb6f816
      Mark McLoughlin 提交于
      Re-factor the code from networkEnableIpForwarding() into a
      utility function in preparation for code which writes to
      sysfs files.
      0bb6f816
  21. 06 2月, 2009 2 次提交
    • J
      remove duplicate *SetCloseExec and *SetNonBlock functions · b0d49913
      Jim Meyering 提交于
      * src/qemu_driver.c: Use virSetCloseExec and virSetNonBlock,
      rather than qemuSet* functions.  Suggested by Daniel P. Berrange.
      * src/util.c (virSetCloseExec): Publicize.
      * src/util.h (virSetCloseExec): Declare
      * src/libvirt_private.syms: Add virSetCloseExec.
      b0d49913
    • J
      publicize virStrerror · 7bc569dd
      Jim Meyering 提交于
      * src/virterror.c (virStrerror): Remove "static".
      * src/virterror_internal.h (virStrerror): Declare it.
      * src/libvirt_private.syms: Add virStrerror;
      7bc569dd
  22. 28 1月, 2009 1 次提交
  23. 23 1月, 2009 2 次提交
  24. 21 1月, 2009 3 次提交
  25. 20 1月, 2009 1 次提交
  26. 16 1月, 2009 1 次提交
  27. 07 1月, 2009 2 次提交
  28. 05 1月, 2009 3 次提交
    • J
      Remove storage backend symbols from version script · 34ac4c1f
      Jim Meyering 提交于
      * src/libvirt_private.syms: Remove virStorageBackend* symbol names.
      They're linked into qemud, not libvirt.
      Author: John Levon
      34ac4c1f
    • J
      migrate linux-specific symbol names into their own sym file · b0119de8
      Jim Meyering 提交于
      * configure.in (WITH_LINUX): New automake conditional.
      * src/Makefile.am (PRIVSYMFILES) [WITH_LINUX]: Append libvirt_linux.syms.
      * src/libvirt_private.syms: Move two symbol names into...
      * src/libvirt_linux.syms: ...this new file.
      Author: John Levon
      b0119de8
    • J
      Move bridge symbols into a separate syms file · 83dfc25c
      Jim Meyering 提交于
      * configure.in: Provide a new --with-bridge option.
      * src/Makefile.am (PRIVSYMFILES) [WITH_BRIDGE]: Append libvirt_bridge.syms.
      * src/bridge.c: Test WITH_BRIDGE rather than particular drivers.
      * src/libvirt_private.syms: Move bridge-related symbols into...
      * src/libvirt_bridge.syms: ...this new file.
      Author: John Levon
      83dfc25c