- 06 1月, 2009 5 次提交
-
-
由 Jim Meyering 提交于
* src/Makefile.am (EXTRA_DIST): Distribute all libvirt_*.syms files, not just those that happen to be selected at configure time.
-
由 Jim Meyering 提交于
* Makefile.maint (po-check): Exclude .m4 files.
-
由 Daniel Veillard 提交于
daniel
-
由 Daniel Veillard 提交于
Daniel
-
由 Daniel Veillard 提交于
backend, patch by John Levon daniel
-
- 05 1月, 2009 12 次提交
-
-
由 Jim Meyering 提交于
* src/libvirt_private.syms: Remove virStorageBackend* symbol names. They're linked into qemud, not libvirt. Author: John Levon
-
由 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
-
由 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
-
由 Jim Meyering 提交于
* src/Makefile.am (PRIVSYMFILES): Append libvirt_driver_modules.syms. * src/libvirt_private.syms: Move virDriverLoadModule into... * src/libvirt_driver_modules.syms: ... this new file. Author: John Levon
-
由 Jim Meyering 提交于
* src/Makefile.am (PRIVSYMFILES): Define. (EXTRA_DIST): Append $(PRIVSYMFILES). (libvirt.syms): New rule. Reflect renaming: s/libvirt_sym.version/libvirt.syms/. (BUILT_SOURCES): Depend on libvirt.syms. * configure.in: Define ENABLE_DEBUG as an automake conditional. (AC_OUTPUT): Remove src/libvirt_sym.version. * src/.cvsignore: s/libvirt_sym.version/libvirt.syms/. * src/.gitignore: Regenerate. * src/libvirt_public.syms: Renamed from src/libvirt_sym.version.in. * src/libvirt_debug.syms: New file. * src/libvirt_private.syms: New file. Author: John Levon
-
由 Jim Meyering 提交于
* po/Makevars (MSGID_BUGS_ADDRESS): Set, to avoid xgettext warning. * po/libvirt.pot: Set bug-reporting address.
-
由 Jim Meyering 提交于
* src/virsh.c: Use `""', not `gettext_noop("")', in numerous vshCmdInfo definitions. The latter provokes a warning from gettext.
-
由 Jim Meyering 提交于
-
由 Daniel P. Berrange 提交于
-
由 Jim Meyering 提交于
-
由 Jim Meyering 提交于
* src/xen_inotify.c (xenInotifyXendDomainsDirLookup): Mark a diagnostic. (xenInotifyXendDomainsDirRemoveEntry, xenInotifyOpen): Likewise.
-
由 Jim Meyering 提交于
-
- 26 12月, 2008 1 次提交
-
-
由 Guido Günther 提交于
-
- 23 12月, 2008 6 次提交
-
-
由 Daniel Veillard 提交于
the logging system * docs/auth.html docs/deployment.html docs/remote.html docs/sitemap.html docs/sitemap.html.in docs/uri.html docs/windows.html: integration in the existing set Daniel
-
由 Guido Günther 提交于
-
由 Guido Günther 提交于
-
由 Cole Robinson 提交于
-
由 Cole Robinson 提交于
-
由 Daniel Veillard 提交于
* qemud/qemud.c qemud/test_libvirtd_qemu.aug tests/Makefile.am tests/daemon-conf: fix make check with the new logging support the messages now carry a timestamp which need to be removed, the daemon needs to exit if the log configuration informations are wrong and we also look at the LIBVIRT_DEBUG environment variable Daniel
-
- 22 12月, 2008 13 次提交
-
-
由 Daniel Veillard 提交于
daniel
-
由 Daniel Veillard 提交于
* qemud/libvirtd.aug qemud/libvirtd.conf: document the new options in the config file and augment the Augeas description daniel
-
由 Daniel Veillard 提交于
* qemud/event.c qemud/mdns.c qemud/remote.c: switch other pieces of the daemon to the new logging infrastructure daniel
-
由 Daniel Veillard 提交于
* qemud/qemud.c qemud/qemud.h: replace the daemon old logging infrastructure with the new one and parse configuration options daniel
-
由 Daniel Veillard 提交于
daniel
-
由 Daniel Veillard 提交于
* src/node_device_devkit.c src/uml_driver.c src/virterror.c: convert old logging to the new API daniel
-
由 Daniel Veillard 提交于
daniel
-
由 Daniel Veillard 提交于
with function name and line number daniel
-
由 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
-
由 Daniel Veillard 提交于
and fix the indentation daniel
-
由 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.
-
由 Jim Meyering 提交于
-
由 Daniel P. Berrange 提交于
-
- 21 12月, 2008 1 次提交
-
-
由 Guido Günther 提交于
-
- 20 12月, 2008 2 次提交
-
-
由 Guido Günther 提交于
-
由 Guido Günther 提交于
-