- 01 8月, 2008 15 次提交
-
-
由 Jim Meyering 提交于
-
由 Richard W.M. Jones 提交于
-
由 Richard W.M. Jones 提交于
* src/virsh.c: Implement 'virsh edit', 'virsh net-edit' and 'virsh pool-edit' commands. These edit the XML for domains, networks and storage pools respectively, and are the equivalent of doing 'virsh dumpxml; vi foo.xml; virsh define' * src/Makefile.am, src/.cvsignore: Auto-generate the net-edit and pool-edit commands. * docs/virsh.pod: Updated the documentation.
-
由 Daniel P. Berrange 提交于
-
由 Jim Meyering 提交于
-
由 Daniel P. Berrange 提交于
-
由 Daniel P. Berrange 提交于
-
由 Richard W.M. Jones 提交于
* src/virsh.c: Const-correctness.
-
由 Richard W.M. Jones 提交于
* HACKING: Link to external document which describes how to contribute to open source projects.
-
由 Daniel Veillard 提交于
carriage returns to logs Daniel
-
由 Daniel P. Berrange 提交于
-
由 Richard W.M. Jones 提交于
* src/domain_conf.c, src/network_conf.c, src/storage_conf.c: Improve error messages from commands such as 'virsh define' when the XML is not well-formed by passing libxml2 errors back out through virterror.
-
由 Daniel Veillard 提交于
docs/libvirt-refs.xml docs/html/libvirt-libvirt.html src/libvirt.c: fixed somedocs and API entry point descriptions as suggested by Charles Duffy and regenerated the API descriptions. Daniel
-
由 Daniel Veillard 提交于
-
由 Daniel Veillard 提交于
messages when trying to crate a domain already defined. Daniel
-
- 31 7月, 2008 2 次提交
-
-
由 Daniel P. Berrange 提交于
-
由 Chris Lalancette 提交于
Per subject; if autoport is in use for a host, the current virDomainGraphicsDefFormat code always emits "port=-1", even if a port is assigned to the host; this leaves no way for a client to find the VNC port assigned to the host in question. This patches fixes it by putting the vncport in place if there is one, and only putting "-1" if we fail that test.
-
- 30 7月, 2008 3 次提交
-
-
由 Daniel Veillard 提交于
not crash on interfaces without an ifname. Daniel
-
由 Daniel Veillard 提交于
small differences of behaviour for 'lvs' and 'vgs' on SLES Daniel
-
由 Daniel Veillard 提交于
config file check is done. Daniel
-
- 29 7月, 2008 2 次提交
-
-
由 Chris Lalancette 提交于
handling code. In particular, if you had a section of XML like: <disk type='file' device='cdrom'> <target dev='hdc' bus='ide'/> <readonly/> </disk> This used to work with older libvirt, but now fails. This is because we are actually passing the literal string (null) to the qemu command-line, which qemu barfs on. This patch fixes it up by making it blank, which allows qemu to continue on it's merry way. Signed-off-by: NChris Lalancette <clalance@redhat.com>
-
由 Daniel Veillard 提交于
* src/openvz_conf.c: fix compilation with new XPath interface signatures * configure.in: build OpenVZ and LXC support by default Daniel
-
- 28 7月, 2008 2 次提交
-
-
由 Daniel Veillard 提交于
* src/domain_conf.[ch] src/openvz_conf.[ch] src/openvz_driver.c: patch from Evgeniy Sokolov doing the OpenVZ xml refactoring, still needs to be ported to the new XML parsing code but implements the new format. Daniel
-
由 Daniel Veillard 提交于
doesn't override an existing domain definition or UUID Daniel
-
- 26 7月, 2008 2 次提交
-
-
由 Daniel P. Berrange 提交于
-
由 Daniel P. Berrange 提交于
-
- 25 7月, 2008 14 次提交
-
-
由 Daniel P. Berrange 提交于
-
由 Daniel P. Berrange 提交于
-
由 Daniel P. Berrange 提交于
-
由 Daniel P. Berrange 提交于
-
由 Daniel P. Berrange 提交于
-
由 Daniel P. Berrange 提交于
-
由 Daniel Veillard 提交于
* python/generator.py: skip generation for virDomainBlockPeek and virDomainMemoryPeek as they break the build Daniel
-
由 Daniel P. Berrange 提交于
-
由 Daniel P. Berrange 提交于
-
由 Daniel P. Berrange 提交于
-
由 Daniel P. Berrange 提交于
-
由 Daniel Veillard 提交于
patch from Guido Günther Daniel
-
由 Daniel Veillard 提交于
* include/libvirt/libvirt.h include/libvirt/libvirt.h.in: remove Xen centric comments patch from Guido Günther * docs/apibuild.py: ignore VIR_DEPRECATED * docs/libvirt-*.xml docs/html/libvirt-*.html: regenerated the documentation for the API Daniel
-
由 Daniel Veillard 提交于
* src/qemu_driver.c: Guido Trotter pointed out a wrong open() failure detection Daniel
-