- 06 12月, 2007 6 次提交
-
-
由 Daniel P. Berrange 提交于
-
由 Daniel P. Berrange 提交于
-
由 Daniel P. Berrange 提交于
-
由 Daniel P. Berrange 提交于
-
由 Richard W.M. Jones 提交于
* src/Makefile.am, tests/Makefile.am: Remove LIBOBJS/LTLIBOBJS which were incorrectly committed earlier.
-
由 Daniel P. Berrange 提交于
Quit virsh immediately if connection open fails, rather than giving a non-functional interactive shell
-
- 05 12月, 2007 5 次提交
-
-
由 Daniel P. Berrange 提交于
-
由 Daniel P. Berrange 提交于
-
由 Daniel P. Berrange 提交于
-
由 Richard W.M. Jones 提交于
* python/libvir.c, python/libvirt_wrap.h, qemud/qemud.c, qemud/remote.c, src/internal.h, src/openvz_conf.c, src/openvz_driver.c, src/proxy_internal.h, src/qemu_conf.c, src/qemu_driver.c, src/remote_internal.h, src/test.h, src/util.c, src/xen_unified.c, src/xen_unified.h, tests/nodeinfotest.c, tests/qemuxml2argvtest.c, tests/qemuxml2xmltest.c, tests/reconnect.c, tests/sexpr2xmltest.c, tests/virshtest.c, tests/xencapstest.c, tests/xmconfigtest.c, tests/xml2sexprtest.c: Change #include <> to #include "" for local includes. Removed many includes from src/internal.h and put them in the C files which actually use them. Removed <ansidecl.h> - unused. Added a comment around __func__. Removed a clashing redefinition of VERSION symbol. All limits (PATH_MAX etc) now done in src/internal.h, so we don't need to include those headers in other files.
-
由 Richard W.M. Jones 提交于
* configure.in: curses is not actually required to build libvirt * configure.in, src/virsh.c: Make readline optional. If not available then virsh is built without support for command line editing.
-
- 04 12月, 2007 1 次提交
-
-
由 Richard W.M. Jones 提交于
* src/util.c: Fix header files for Windows builds.
-
- 03 12月, 2007 2 次提交
-
-
由 Daniel P. Berrange 提交于
-
由 Daniel Veillard 提交于
src/xend_internal.c src/xm_internal.c src/xs_internal.c: cleanup the xen subdriver table, remove the type entry and always return "Xen" from the unified entry point. Daniel
-
- 01 12月, 2007 3 次提交
-
-
由 Daniel P. Berrange 提交于
-
由 Daniel P. Berrange 提交于
-
由 Daniel P. Berrange 提交于
-
- 30 11月, 2007 2 次提交
-
-
由 Jim Meyering 提交于
* qemud/qemud.c (tls_port, tcp_port, mdns_name, tls_allowed_ip_list): (tls_allowed_dn_list): Remove "const", now that we free these. (unix_sock_rw_mask): Rename from unix_sock_rw_perms, so that the latter name can be used as a local string variable, so that the variable name matches the config attribute name. (unix_sock_ro_mask): Rename from unix_sock_ro_perms, likewise. (remoteCheckDN, remoteCheckAccess): Adapt to const removal. (qemudDispatchServer): Check for heap allocation failure. (remoteConfigGetStringList): New function, based on code from Dan Berrangé. (CHECK_TYPE): Remove macro. (checkType): New function. (GET_CONF_INT, GET_CONF_STR): New macros. (remoteReadConfigFile): Use new macros to avoid duplication and to check for allocation failure. * src/conf.h (virConfTypeName): New static inline function.
-
由 Richard W.M. Jones 提交于
* configure.in: Added CYGWIN_EXTRA_LDFLAGS, CYGWIN_EXTRA_LIBADD, CYGWIN_EXTRA_PYTHON_LIBADD, CYGWIN automake conditional. * src/Makefile.am: Extra flags required to build DLL of libvirt for Cygwin. * python/Makefile.am: Extra flags and rule required to build Python module for Cygwin.
-
- 29 11月, 2007 1 次提交
-
-
由 Richard W.M. Jones 提交于
* src/virsh.c: Added #include <time.h> so it can compile on CentOS 4 (Carl Jones).
-
- 28 11月, 2007 4 次提交
-
-
由 Richard W.M. Jones 提交于
* src/virsh.c: Missing comma.
-
由 Jim Meyering 提交于
-
由 Richard W.M. Jones 提交于
* src/xm_internal.c, src/xm_internal.h: Added support for pinning inactive domains for Xen 3.0.3 (Saori Fukuta).
-
由 Jim Meyering 提交于
* src/remote_internal.c: change all error (NULL, ... to error (conn, ... (check_cert_file): Add+use parameter, conn. Adjust callers. (initialise_gnutls): The "conn" parameter *is* used, so remove ATTRIBUTE_UNUSED. Author: Jim Meyering <meyering@redhat.com>
-
- 27 11月, 2007 1 次提交
-
-
由 Daniel Veillard 提交于
prefix as the installed libvirt, use the same localstatedir /var (instead of /usr/var) and sysconfdir /etc (instead of /usr/etc) to be able to connect to the system daemon, and use the system local options * src/xs_internal.c: avoid error message when non-root cannot open xenstore * src/xend_internal.c: avoid error message when non-root cannot directly access xend, in those 2 cases the proxy (or remote code) should implement the access so there is no need to raise the error there. Daniel
-
- 26 11月, 2007 4 次提交
-
-
由 Richard W.M. Jones 提交于
* configure.in, src/console.c: Replace cfmakeraw if not in standard library.
-
由 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, 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.
-
- 22 11月, 2007 1 次提交
-
-
由 Daniel Veillard 提交于
xen prior to 3.1 to take into accound the fact that disk can be shareable. Daniel
-
- 21 11月, 2007 2 次提交
-
-
由 Richard W.M. Jones 提交于
* src/bridge.c, src/qemu_driver.c: Incorrect call to brSetForwardDelay changed to brSetEnableSTP.
-
由 Daniel Veillard 提交于
-
- 20 11月, 2007 2 次提交
-
-
由 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
-
- 17 11月, 2007 2 次提交
-
-
由 Daniel P. Berrange 提交于
-
由 Daniel P. Berrange 提交于
-
- 16 11月, 2007 2 次提交
-
-
由 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.
-
- 15 11月, 2007 2 次提交
-
-
由 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
-