- 26 11月, 2007 14 次提交
-
-
由 Daniel Veillard 提交于
-
由 Daniel Veillard 提交于
-
由 Daniel Veillard 提交于
added the Ruby binding link to all pages Daniel
-
由 Richard W.M. Jones 提交于
* configure.in, src/console.c: Replace cfmakeraw if not in standard library.
-
由 Richard W.M. Jones 提交于
* tests/Makefile.am, tests/nodeinfotest.c, tests/qemuxml2argvtest.c, tests/qemuxml2xmltest.c, tests/sexpr2xmltest.c, tests/virshtest.c, tests/xencapstest.c, tests/xmconfigtest.c, tests/xml2sexprtest.c: Miscellaneous fixes to the tests to compile under Cygwin.
-
由 Richard W.M. Jones 提交于
* qemud/qemud.c: If AF_INET6 not defined, don't test for it.
-
由 Richard W.M. Jones 提交于
* qemud/internal.h: Miscellaneous header file fixes to allow libvirtd to build under Cygwin.
-
由 Richard W.M. Jones 提交于
* configure.in, proxy/Makefile.am: Disable building of the Xen proxy if configured --without-xen.
-
由 Richard W.M. Jones 提交于
* src/bridge.c, src/bridge.h, src/qemu_conf.c, src/qemu_conf.h, src/qemu_driver.c, src/qemu_driver.h, src/test.c: Disable more of qemu if configured --without-qemu.
-
由 Richard W.M. Jones 提交于
* src/remote_internal.c: Miscellaneous header file fixes for Cygwin.
-
由 Richard W.M. Jones 提交于
* configure.in, qemud/Makefile.am: Check for buggy glibc rpcgen and only run Perl fix-up script for that.
-
由 Richard W.M. Jones 提交于
* configure.in: Check if -lrpc is needed to get XDR functions.
-
由 Richard W.M. Jones 提交于
* configure.in, src/internal.h, src/xml.c: <sys/syslimits.h> is needed on Cygwin to get PATH_MAX. HOST_NAME_MAX and IF_NAMESIZE defined if not in header files.
-
由 Richard W.M. Jones 提交于
* configure.in: Minimum version of GnuTLS we support is 1.0.25.
-
- 22 11月, 2007 2 次提交
-
-
由 Jim Meyering 提交于
* qemud/qemud.c: Check crl_file, not ca_file, for revocation list, in remoteInitializeGnuTLS. Author: Jim Meyering <meyering@redhat.com>
-
由 Daniel Veillard 提交于
xen prior to 3.1 to take into accound the fact that disk can be shareable. Daniel
-
- 21 11月, 2007 4 次提交
-
-
由 Richard W.M. Jones 提交于
* docs/libvir.html, docs/site.xsl: Fix the link to OCaml bindings.
-
由 Richard W.M. Jones 提交于
* src/bridge.c, src/qemu_driver.c: Incorrect call to brSetForwardDelay changed to brSetEnableSTP.
-
由 Daniel Veillard 提交于
suggested by Bruce Montague Daniel
-
由 Daniel Veillard 提交于
-
- 20 11月, 2007 3 次提交
-
-
由 Richard W.M. Jones 提交于
* src/virterror.c, src/stats_linux.c, include/libvirt/virterror.h: Renamed the VIR_FROM_LINUX error as VIR_FROM_STATS_LINUX for consistency.
-
由 Daniel Veillard 提交于
src/stats_linux.c src/virterror.c src/xm_internal.c: patch from Saori Fukuta cleaning up various problems in the error reporting layers Daniel
-
由 Daniel Veillard 提交于
if the path environment variable is missing, add the tests for <shareable/> from/to w! ode for disk * tests/sexpr2xmldata/sexpr2xml-disk-block-shareable.sexpr tests/sexpr2xmldata/sexpr2xml-disk-block-shareable.xml tests/xml2sexprdata/xml2sexpr-disk-block-shareable.sexpr tests/xml2sexprdata/xml2sexpr-disk-block-shareable.xml: the new tests data Daniel
-
- 18 11月, 2007 1 次提交
-
-
由 Daniel P. Berrange 提交于
-
- 17 11月, 2007 4 次提交
-
-
由 Daniel P. Berrange 提交于
-
由 Daniel P. Berrange 提交于
-
由 Daniel P. Berrange 提交于
-
由 Daniel P. Berrange 提交于
-
- 16 11月, 2007 3 次提交
-
-
由 Richard W.M. Jones 提交于
* src/stats_linux.c: Fix parsing of short interface names occurring in the /proc/net/dev file. * src/qemu_driver.c: Collect interface stats for QEMU & KVM domains.
-
由 Richard W.M. Jones 提交于
* docs/hvsupport.html, docs/libvir.html: Document HV support for virNodeGetFreeMemory and virNodeGetCellsFreeMemory. * src/libvirt.c: Add DEBUG to virNodeGetFreeMemory and virNodeGetCellsFreeMemory. * src/xen_internal.c: virXenError* functions now take an additional virConnectPtr argument, and set it where possible.
-
由 Daniel Veillard 提交于
daemon startup when using QEmu/KVM. Daniel
-
- 15 11月, 2007 4 次提交
-
-
由 Jim Meyering 提交于
* Makefile.am: Expand some "*" wildcards, and (for now) disable the relatively unimportant, distuninstallcheck target. Fix a few redirect-directly-to-target bugs. Add a few $(srcdir)/ prefixes and add an uninstall-local rule. * docs/Makefile.am: More of the same. Split some long lines. * python/Makefile.am: Likewise. * python/tests/Makefile.am: Likewise. * qemud/Makefile.am: Likewise. * tests/Makefile.am: Remove the directories already listed in SUBDIRS. * docs/examples/index.py: Adapt to produce the desired changes in docs/examples/Makefile.am. Also, sort *.c, so results are reproducible, and emit a comment telling emacs and vi that the file is read-only. * docs/examples/Makefile.am: Regenerate. Author: Jim Meyering <meyering@redhat.com>
-
由 Daniel Veillard 提交于
when Xen isn't installed * src/qemu_conf.h: small cleanup of signedness of bitfields from Jim Paris Daniel
-
由 Daniel Veillard 提交于
<shareable/> on disk devices * src/Makefile.am: fix the tst build rule for missing libraries Daniel
-
由 Jim Meyering 提交于
* src/remote_internal.c: Don't dereference NULL after failed strdup or malloc in doRemoteOpen.
-
- 14 11月, 2007 4 次提交
-
-
由 Richard W.M. Jones 提交于
* src/stats_linux.c, src/stats_linux.h, src_xen_internal.c: Abstract out the Linux-specific statistics. Fixed parsing of 64 bit numbers. * src/Makefile.am: Updated Makefile for new files.
-
由 Richard W.M. Jones 提交于
* src/libvirt.c and all internal driver interfaces: Parse the URI only once and pass it to virDrvOpen instead of the unparsed name string.
-
由 Jim Meyering 提交于
* qemud/qemud.c: Replace uses of strtol with uses of xstrtol_i. Avoid overflow for very large --timeout=N values. * src/nodeinfo.c: In linuxNodeInfoMemPopulate and linuxNodeInfoCPUPopulate, use xstrtol_i rather than strtol. Unlike in qemud.c, here we allow trailing "isspace", and in the case of "cpuinfo cpu MHz", also allow a "." terminator, since we ignore the decimal and any following digits. * src/internal.h: Define xstrtol_ui, too. Author: Jim Meyering <meyering@redhat.com>
-
由 Jim Meyering 提交于
* tests/Makefile.am: Include the contents of the *data directories in the make-dist-built tarball by adding each of that *data directories to EXTRA_DIST. Also add int-overflow (via $(test_scripts)) to EXTRA_DIST. * tests/nodeinfotest.c: Prepend "$abs_top_srcdir/tests" to each input file name. * tests/qemuxml2argvtest.c: Likewise. * tests/qemuxml2xmltest.c: Likewise. * tests/sexpr2xmltest.c: Likewise. * tests/test_conf.sh: Likewise. * tests/virshtest.c: Likewise. * tests/xencapstest.c: Likewise. * tests/xmconfigtest.c: Likewise. * tests/xml2sexprtest.c: Likewise. Author: Jim Meyering <meyering@redhat.com>
-
- 13 11月, 2007 1 次提交
-
-
由 Jim Meyering 提交于
-