- 19 4月, 2008 2 次提交
-
-
由 Daniel P. Berrange 提交于
-
由 Jim Meyering 提交于
* python/libvir.c (HAVE_PTHREAD_H): #undef. Without this, we'd get a redefinition warning.
-
- 18 4月, 2008 5 次提交
-
-
由 Daniel P. Berrange 提交于
-
由 Daniel P. Berrange 提交于
-
由 Jim Meyering 提交于
* src/internal.h (HAVE_PTHREAD_H): Test with "#ifdef", not "#if".
-
由 Richard W.M. Jones 提交于
* configure.in: Fix pkg-config detection of libxml2, add -lgcrypt to gnutls lib. * src/Makefile.am: If compiling --without-libvirtd then don't compile any part of the storage driver. * configure.in, src/hash.c, src/internal.h: Detect availability of pthread library and compile out mutex code if not available. * src/storage_driver.c, src/util.c: Ignore some missing headers on MinGW.
-
由 Daniel P. Berrange 提交于
-
- 17 4月, 2008 1 次提交
-
-
由 Jim Meyering 提交于
-
- 15 4月, 2008 2 次提交
-
-
由 Daniel Veillard 提交于
* virsh.1 docs/virsh.pod: fix missing entries and small cleanups in the man page, should fix #442429 Daniel
-
由 Daniel P. Berrange 提交于
-
- 11 4月, 2008 5 次提交
-
-
由 Richard W.M. Jones 提交于
* src/virsh.c: Remove unused uid field in virsh control structure.
-
由 Jim Meyering 提交于
-
由 Jim Meyering 提交于
* Makefile.maint (sc_TAB_in_indentation): New rule.
-
由 Jim Meyering 提交于
Done using this command (also includes .c.in and .h.in files): for i in $(g ls-files|grep -E '\.[ch](\.in)?$'|grep -v gnulib); do expand -i $i > j && mv j $i;done
-
由 Jim Meyering 提交于
Done with these commands: git grep -l Local.variab|xargs \ perl -0x3b -pi -e 's,\n+/\*\n \* vim:(.|\n)*,\n,' git grep -l Local.variab|xargs \ perl -0x3b -pi -e 's,\n+/\*\n \* Local variables:\n(.|\n)*,\n,'
-
- 10 4月, 2008 3 次提交
-
-
由 Daniel Veillard 提交于
* AUTHORS: adding Dave Leskovec and Ryan Scott to the authors list * po/*: rebuilt daniel
-
由 Daniel Veillard 提交于
* src/xend_internal.c: applied a patch from Ryan Scott to ask xend to save the device removal change in the config file Daniel
-
由 Daniel Veillard 提交于
src/lxc_container.h src/lxc_driver.c: Applied second set of linux container patches from Dave Leskovec adding start/stop of domains Daniel
-
- 09 4月, 2008 6 次提交
-
-
由 Richard W.M. Jones 提交于
* docs/Makefile.am: Add virsh.pod to EXTRA_DIST.
-
由 Richard W.M. Jones 提交于
* src/libvirt.c: Remove a Xen-ism from the core code, the assumption that dom0's UUID is all zeroes.
-
由 Richard W.M. Jones 提交于
* include/libvirt/virterror.h: Warn about the use of conn, dom and net fields in virterror.
-
由 Richard W.M. Jones 提交于
* src/openvz_conf.c: Remove extraneous underscore which stopped file from compiling (Anton Protopopov).
-
由 Daniel Veillard 提交于
-
由 Daniel Veillard 提交于
* configure.in NEWS doc/* po/*: making libvirt-0.4.2 release daniel
-
- 08 4月, 2008 6 次提交
-
-
由 Jim Meyering 提交于
-
由 Jim Meyering 提交于
* src/util.c (fread_file_lim): New function. (__virFileReadAll): Use fread_file_lim, rather than requiring that stat.st_size provide a usable file size. * tests/read-non-seekable: New test, for the above. * tests/Makefile.am (test_scripts): Add read-non-seekable. * tests/test-lib.sh (mkfifo_or_skip_): New helper function.
-
由 Richard W.M. Jones 提交于
system calls when creating qemu subprocess.
-
由 Daniel Veillard 提交于
translations. daniel
-
由 Daniel Veillard 提交于
* src/test.c: patch from Cole Robinson adding xen and hvm guest types to the test driver's capabilities. Daniel
-
由 Daniel Veillard 提交于
* python/generator.py: fix an infinite loop bug Daniel
-
- 07 4月, 2008 2 次提交
-
-
由 Jim Meyering 提交于
-
由 Daniel Veillard 提交于
* docs/bugs.html docs/libvir.html: update the page bugzilla URIs depending on the set the user is running. Daniel
-
- 04 4月, 2008 6 次提交
-
-
由 Daniel P. Berrange 提交于
-
由 Daniel Veillard 提交于
* src/virsh.c: patch from Shigeki Sakamoto adding message on vcpupin Daniel
-
由 Daniel Veillard 提交于
* docs//* po/*: regenerated the documentation and reextracted the full set of localization strings to push to the translation team. Daniel
-
由 Daniel Veillard 提交于
* docs//* src/conf.c src/hash.c src/libvirt.c src/proxy_internal.c src/remote_internal.c src/virsh.c src/xen_internal.c src/xend_internal.c src/xml.c: applied patch from Atsushi SAKAI fixing a lot of typos Daniel
-
由 Daniel Veillard 提交于
Daniel
-
由 Daniel Veillard 提交于
* src/test.c: patch from Cole Robinson to add virNodeGetCellsFreeMemory to the test driver Daniel
-
- 03 4月, 2008 1 次提交
-
-
由 Richard W.M. Jones 提交于
* src/virterror.c: Use C99 initializers to make initialization of __lastErr clearer (Guido Günther).
-
- 01 4月, 2008 1 次提交
-
-
由 Daniel Veillard 提交于
access I introduced yesterday Daniel
-