- 04 7月, 2007 1 次提交
-
-
由 Richard W.M. Jones 提交于
* src/conf.c, src/test.c, src/xen_internal.c: Readd checking of errors from virBuffer functions. * src/sexpr.c: Add comment about use of _GNU_SOURCE. * src/virsh.c: Remove use of _GNU_SOURCE / isblank. * src/xml.c, tests/Makefile.am: Minor cleanup.
-
- 29 6月, 2007 1 次提交
-
-
由 Daniel Veillard 提交于
of domains references in some commands. Daniel
-
- 26 6月, 2007 1 次提交
-
-
由 Richard W.M. Jones 提交于
* include/libvirt/libvirt.h.in, src/libvirt.c: (and numerous other files) Added support for virConnectGetHostname and virConnectGetURI calls.
-
- 21 6月, 2007 1 次提交
-
-
由 Richard W.M. Jones 提交于
* src/virsh.c: 'virsh help command' now works even if we could not get a connection to the hypervisor. Rearranged the list of commands to be in alphabetical order.
-
- 19 6月, 2007 2 次提交
-
-
由 Richard W.M. Jones 提交于
* src/virsh.c: vcpupin command now documented properly and gives clearer error messages if the cpulist is wrong (Masayuki Sunou).
-
由 Daniel Veillard 提交于
is usually garbage ending up polluting minor and major numbers. * src/virsh.c: applied patch from Masayuki Sunou providing a pair of alternate attach/detach commands Daniel
-
- 18 6月, 2007 1 次提交
-
-
由 Daniel Veillard 提交于
Daniel
-
- 15 6月, 2007 3 次提交
-
-
由 Richard W.M. Jones 提交于
* configure.in: Solaris header file fixes (Mark Johnson).
-
由 Richard W.M. Jones 提交于
* src/test.c, src/virsh.c, src/xend_internal.c, src/xm_internal.c: Replace calls to deprecated {,r}index with str{,r}chr.
-
由 Richard W.M. Jones 提交于
* src/internal.h, src/virsh.c: Replace _N with N_ so that Solaris builds work (Mark Johnson). * src/virsh.c: Add a couple of missing error messages (Mark Johnson). * python/types.c: Fix NULL pointer deref on DEBUG build (Mark Johnson). * src/virsh.c: Spelling fix (Mark Johnson).
-
- 13 6月, 2007 2 次提交
-
-
由 Daniel Veillard 提交于
-
由 Daniel Veillard 提交于
* *.po: updated with the patch from Saori Fukuta and merge from the i18n CVS base. Daniel
-
- 06 6月, 2007 1 次提交
-
-
由 Daniel Veillard 提交于
Nobuhiro Itou patch * src/xen_internal.c: small TODO comment from Atsushi SAKAI Daniel
-
- 05 6月, 2007 1 次提交
-
-
由 Daniel Veillard 提交于
src/driver.h src/libvirt.c src/libvirt_sym.version src/proxy_internal.c src/qemu_internal.c src/test.c src/virsh.c src/xen_internal.c src/xen_internal.h src/xen_unified.c src/xend_internal.c src/xm_internal.c src/xs_internal.c: Applied patches from Atsushi SAKAI to add the scheduler API, with patch from Rich Jones for error handing, and a number of cleanups and more error checking from me Daniel
-
- 29 5月, 2007 1 次提交
-
-
由 Daniel Veillard 提交于
fixed by a patch from Masayuki Sunou Daniel
-
- 23 5月, 2007 1 次提交
-
-
由 Richard W.M. Jones 提交于
* src/virsh.c: Add attach-device and detach-device commands to virsh, and tidy up the way it reads whole files. Patch from Masayuki Sunou, Mark McLoughlin, Richard Jones.
-
- 04 5月, 2007 1 次提交
-
-
由 Daniel Veillard 提交于
based on Chris Wright feedback Daniel
-
- 26 4月, 2007 1 次提交
-
-
由 Daniel Veillard 提交于
Daniel
-
- 13 4月, 2007 1 次提交
-
-
由 Daniel Veillard 提交于
and raised by Thomas Canniot Daniel
-
- 11 4月, 2007 1 次提交
-
-
由 Daniel Veillard 提交于
Nikolay Sivov should fix #235904 Daniel
-
- 02 4月, 2007 1 次提交
-
-
由 Daniel Veillard 提交于
that memory values are in kilobytes Daniel
-
- 24 3月, 2007 1 次提交
-
-
由 Daniel Veillard 提交于
replaced all sprintf instances by snprintf ones Daniel
-
- 23 3月, 2007 1 次提交
-
-
由 Daniel Veillard 提交于
src/virsh.c src/xm_internal.c: change malloc/memset(0) pairs to using calloc() Daniel
-
- 22 3月, 2007 1 次提交
-
-
由 Daniel Veillard 提交于
when using a wrong CPU number in vcpupin and report the error Daniel
-
- 20 3月, 2007 1 次提交
-
-
由 Daniel Veillard 提交于
pointed out by Masayuki Sunou Daniel
-
- 19 3月, 2007 2 次提交
-
-
由 Daniel Veillard 提交于
function checking in virsh.c and fix one warning raised Daniel
-
由 Daniel Veillard 提交于
values passed to virsh memory commands are positive. Daniel
-
- 16 3月, 2007 1 次提交
-
-
由 Daniel Veillard 提交于
proxy/libvirt_proxy.c qemud/Makefile.am qemud/conf.c qemud/conf.h qemud/dispatch.c qemud/internal.h qemud/protocol.h src/driver.h src/internal.h src/libvirt.c src/libvirt_sym.version src/proxy_internal.c src/proxy_internal.h src/qemu_internal.c src/test.c src/virsh.c src/virterror.c src/xen_internal.c src/xen_internal.h src/xend_internal.c src/xm_internal.c src/xml.h src/xs_internal.c: applied patch from Richard Jones adding virConnectGetCapabilities(), plus various small little fixes * docs/*: fixed the api extractor script and regenerated Daniel
-
- 15 3月, 2007 1 次提交
-
-
由 Daniel Veillard 提交于
to better handle the case where there is no limit in the domain upper memory size * docs/architecture.html docs/format.html docs/intro.html docs/libvir.html: started to update the documentation to reflect the current state Daniel
-
- 09 3月, 2007 1 次提交
-
-
由 Daniel Veillard 提交于
daniel
-
- 08 3月, 2007 2 次提交
-
-
由 Daniel P. Berrange 提交于
-
由 Daniel Veillard 提交于
src/driver.h src/libvirt.c src/libvirt_sym.version src/proxy_internal.c src/qemu_internal.c src/test.c src/virsh.c src/xen_internal.c src/xen_internal.h src/xend_internal.c src/xm_internal.c src/xs_internal.c: applied patch from Masayuki Sunou to add and entry point to check the maximum number of virtual CPU supported by a virtualization mechanism * doc/*.html doc/libvirt-*.xml: regenerated the interfaces descriptions and associated docs. Daniel
-
- 07 3月, 2007 1 次提交
-
-
由 Daniel P. Berrange 提交于
-
- 02 3月, 2007 1 次提交
-
-
由 Daniel P. Berrange 提交于
-
- 27 2月, 2007 2 次提交
-
-
由 Daniel P. Berrange 提交于
-
由 Daniel P. Berrange 提交于
-
- 23 2月, 2007 2 次提交
-
-
由 Mark McLoughlin 提交于
* src/virsh.c: in "start" and "net-start" use e.g. vshCommandOptDomainBy() so that we actually get an error message if the domain/network isn't found.
-
由 Mark McLoughlin 提交于
* src/virsh.c: add "autostart" and "net-autostart" commands and cleanup the "list" and "net-list" commands a bit.
-
- 21 2月, 2007 1 次提交
-
-
由 Mark McLoughlin 提交于
* virsh.c: cmdNetworkList() re-indent this.
-
- 15 2月, 2007 1 次提交
-
-
由 Mark McLoughlin 提交于
Fix from Richard W.M. Jones <rjones@redhat.com> * virsh.c: add a colon after the connect arg to getopt_long()
-