1. 22 12月, 2008 10 次提交
    • D
      Switch daemon to new logging APIs · 53f5386a
      Daniel Veillard 提交于
      * qemud/qemud.c qemud/qemud.h: replace the daemon old logging
        infrastructure with the new one and parse configuration options
      daniel
      53f5386a
    • D
      * src/uml_conf.c: another logging conversion · 0d575be4
      Daniel Veillard 提交于
      daniel
      0d575be4
    • D
      convert old logging to the new API · 0b05f6c2
      Daniel Veillard 提交于
      * src/node_device_devkit.c src/uml_driver.c src/virterror.c:
        convert old logging to the new API
      daniel
      0b05f6c2
    • D
      * src/libvirt.c: convert entry points to new logging · f99b202f
      Daniel Veillard 提交于
      daniel
      f99b202f
    • D
      * src/logging.h src/logging.c: commited the more recent version · 698d80a8
      Daniel Veillard 提交于
        with function name and line number
      daniel
      698d80a8
    • D
      new internal logging APIs · 9fcbbd92
      Daniel Veillard 提交于
      * src/logging.h src/logging.c: add the infrastructure and internal
        APIs for logging, some of those APIs should be made public later
      * src/libvirt_sym.version.in: flag the internal APIs as such
      daniel
      9fcbbd92
    • D
      * src/xen_internal.h: remove tabs to fix make syntax-check · 0ff5cea5
      Daniel Veillard 提交于
        and fix the indentation
      daniel
      0ff5cea5
    • J
      make NUMA-initialization code more portable and more robust · d010b689
      Jim Meyering 提交于
      qemudCapsInitNUMA and umlCapsInitNUMA were identical, so this change
      factors them into a new function, virCapsInitNUMA, and puts it in
      nodeinfo.c.
      
      In addition to factoring out the duplicates, this change also
      adjusts that function definition (along with its macros) so
      that it works with Fedora 9's numactl version 1, and makes it
      so the code will work even if someone builds the kernel with
      CONFIG_NR_CPUS > 4096.
      
      Finally, also perform this NUMA initialization for the lxc
      and openvz drivers.
      
      * src/nodeinfo.c: Include <stdint.h>, <numa.h> and "memory.h".
      (virCapsInitNUMA): Rename from qemudCapsInitNUMA and umlCapsInitNUMA.
      (NUMA_MAX_N_CPUS): Define depending on NUMA API version.
      (n_bits, MASK_CPU_ISSET): Define, adjust, use uint64 rather than long.
      * src/nodeinfo.h: Include "capabilities.h".
      (virCapsInitNUMA): Declare it.
      * examples/domain-events/events-c/Makefile.am:
      * src/Makefile.am: Add $(NUMACTL_CFLAGS) and $(NUMACTL_LIBS) to various
      compile/link-related variables.
      * src/qemu_conf.c: Include "nodeinfo.h".
      (qemudCapsInitNUMA): Remove duplicate code.  Adjust caller.
      * src/uml_conf.c (umlCapsInitNUMA): Likewise.
      Include "nodeinfo.h".
      * src/lxc_conf.c: Include "nodeinfo.h".
      (lxcCapsInit): Perform NUMA initialization here, too.
      * src/openvz_conf.c (openvzCapsInit): And here.
      Include "nodeinfo.h".
      * src/libvirt_sym.version.in: Add virCapsInitNUMA so that libvirtd
      can link to this function.
      d010b689
    • J
      337dce1e
    • D
      Re-generated doc · 9604a461
      Daniel P. Berrange 提交于
      9604a461
  2. 21 12月, 2008 1 次提交
  3. 20 12月, 2008 2 次提交
  4. 19 12月, 2008 2 次提交
  5. 18 12月, 2008 25 次提交