- 02 9月, 2009 2 次提交
-
-
由 Miloslav Trmač 提交于
Sample session: >>> import libvirt >>> c = libvirt.open('qemu:///session') >>> c.listSecrets() ['12247729-47d2-a783-88ce-b329d4781cd3', 'reee', 'abc'] >>> s = c.secretDefineXML("<secret ephemeral='no' private='no'>\n<description>Something for use</description>\n<volume>/foo/bar</volume>\n</secret>\n") >>> s.UUIDString() '340c2dfb-811b-eda8-da9e-25ccd7bfd650' >>> s.XMLDesc() "<secret ephemeral='no' private='no'>\n <uuid>340c2dfb-811b-eda8-da9e-25ccd7bfd650</uuid>\n <description>Something for use</description>\n <volume>/foo/bar</volume>\n</secret>\n" >>> s.setValue('abc\0xx\xffx') 0 >>> s.value() 'abc\x00xx\xffx' >>> s.undefine() 0 * python/generator.py: Add rules for virSecret APIs * python/libvir.c, python/libvirt-python-api.xml: Manual impl of virSecretSetValue, virSecretGetValue$ and virConnectListSecrets APIs * python/libvirt_wrap.h, python/types.c: Wrapper for virSecret objects * docs/libvirt-api.xml, docs/libvirt-refs.xml, docs/html/libvirt-virterror.html, docs/html/libvirt-libvirt.html, docs/devhelp/libvirt-virterror.html, docs/devhelp/libvirt-libvirt.html: Re-generate with 'make api'
-
由 Miloslav Trmač 提交于
This patch adds a "secret" as a separately managed object, using a special-purpose API to transfer the secret values between nodes and libvirt users. * docs/schemas/secret.rng, docs/schemas/Makefilem.am: Add new schema for virSecret objects * docs/*html: Re-generated * docs/formatsecret.html.in, docs/sitemap.html.in: Add page describing the virSecret XML schema * include/libvirt/libvirt.h.in: Define the new virSecret public API * src/libvirt_public.syms: Export symbols for new public APIs * mingw32-libvirt.spec.in, libvirt.spec.in: Add secret.rng to files list
-
- 01 9月, 2009 1 次提交
-
-
由 Chris Lalancette 提交于
The documentation for virNodeGetCellsFreeMemory claims the values returned are in kilobytes, but that's actually wrong; the value returned is actually in bytes. Fix up the documentation to be correct. Signed-off-by: NChris Lalancette <clalance@redhat.com>
-
- 20 8月, 2009 1 次提交
-
-
由 Daniel P. Berrange 提交于
-
- 19 8月, 2009 1 次提交
-
-
由 Daniel P. Berrange 提交于
* docs/drvqemu.html.in: Document DAC usage, SELinux integration, Linux capabilities, and Cgroups device ACLs
-
- 14 8月, 2009 1 次提交
-
-
由 Daniel P. Berrange 提交于
-
- 11 8月, 2009 1 次提交
-
-
由 Mark McLoughlin 提交于
* docs/virsh.pod: don't reference format.html anymore, reference the formatdomain.html etc. pages * virsh.1: re-generate
-
- 07 8月, 2009 1 次提交
-
-
由 Daniel P. Berrange 提交于
-
- 06 8月, 2009 1 次提交
-
-
由 Amy Griffis 提交于
* docs/logging.html[.in] try to include a little more description about the corner cases, things someone might get hung up on on.
-
- 05 8月, 2009 2 次提交
-
-
由 Daniel Veillard 提交于
* configure.in NEWS docs/* libvirt.spec.in include/libvirt/libvirt.h: Release of 0.7.0 * po/*.po*: updated and regenerated the localization pool
-
由 Aron Griffis 提交于
* docs/schemas/*.rng: the comments were wrong * src/qemu_conf.c: typo in an error message
-
- 02 8月, 2009 1 次提交
-
-
由 Chris Lalancette 提交于
Signed-off-by: NChris Lalancette <clalance@redhat.com>
-
- 30 7月, 2009 1 次提交
-
-
由 Bryan Kearney 提交于
* docs/java.html[.in]: update the java bindings html page to reflect the new repositories, JNA usage, and maven access
-
- 29 7月, 2009 2 次提交
-
-
由 Mark McLoughlin 提交于
* docs/news.xsl: request UTF-8 as the output encoding * NEWS: re-generate with UTF-8 encoding
-
由 Mark McLoughlin 提交于
git wouldn't let me push without this
-
- 27 7月, 2009 2 次提交
-
-
由 Mark McLoughlin 提交于
e.g. <machine canonical='pc'>pc-0.11</machine> * src/capabilities.c: output the canonical machine names in the capabilities output, if available * docs/schemas/capabilities.rng: add the new attribute
-
由 Cole Robinson 提交于
-
- 25 7月, 2009 1 次提交
-
-
由 Guido Günther 提交于
-
- 24 7月, 2009 2 次提交
-
-
由 Eduardo Otubo 提交于
Features supported: - Connects to HMC/VIOS or IVM systems. - Life cycle commands (resume and shutdown). - dumpxml - 'list' and 'list --all' What is being implemented: - better and centralized control for UUID - definexml - CPU management commands * src/domain_conf.c src/domain_conf.h: first version of the driver * configure.in src/Makefile.am include/libvirt/virterror.h src/domain_conf.[ch] src/libvirt.c src/virterror.c: glue the driver in the general framework
-
由 Jim Meyering 提交于
* docs/downloads.html.in: but will remain for sake of old links.
-
- 22 7月, 2009 1 次提交
-
-
由 Jim Meyering 提交于
* docs/schemas/Makefile.am (schema_DATA): Add interface.rng.
-
- 17 7月, 2009 2 次提交
-
-
由 Jim Meyering 提交于
* docs/Makefile.am ($(top_builddir)/NEWS): Adjust rule to filter out any trailing blank lines when generating this file. * NEWS: Regenerate, so that it contains entries for 0.6.5.
-
由 Cole Robinson 提交于
-
- 16 7月, 2009 3 次提交
-
-
由 Paolo Bonzini 提交于
* src/virsh.c: adds cd and pwd commands to virsh useful for save and restore commands * docs/virsh.pod virsh.1: update the documentation * AUTHORS: add Paolo Bonzini
-
由 Jim Meyering 提交于
by running this command: git ls-files -z | xargs -0 perl -pi -0777 -e 's/\n\n+$/\n/' This is in preparation for a more strict make syntax-check rule that will detect trailing blank lines.
-
由 Daniel Veillard 提交于
* docs/schemas/interface.rng: schemas for the interface XML files directly imported from netcf-0.1.0 * tests/interfaceschemadata/*.xml: set of test files from netcf-0.1.0 changed to use single quote instead of double quote
-
- 15 7月, 2009 1 次提交
-
-
由 Garry Dolley 提交于
-
- 13 7月, 2009 1 次提交
-
-
由 Garry Dolley 提交于
* docs/bugs.html[.in]: general tickets are under the 'Virtualization Tools' product category and Fedora specific tickets are under the 'Fedora' product category.
-
- 11 7月, 2009 1 次提交
-
-
由 Cole Robinson 提交于
The 'pipe' character type wasn't documented. TCP uses a <protocol> element, not <wire> We weren't doing strict validation for protocol and source mode values.
-
- 08 7月, 2009 3 次提交
-
-
由 Jim Meyering 提交于
-
由 Jim Meyering 提交于
* docs/Makefile.am (xml): Distribute testpool.xml and testvol.xml, which are referenced from testnode.xml.
-
由 Daniel P. Berrange 提交于
* docs/schemas/domain.rng: Define <video> element schema * src/domain_conf.c, src/domain_conf.h, src/libvirt_private.syms: Add parsing and formatting for <video> element
-
- 07 7月, 2009 1 次提交
-
-
由 Daniel Veillard 提交于
* docs/downloads.html[.in]: update the secton about the server on git.et.redhat.com based on the plans Jim posted.
-
- 06 7月, 2009 2 次提交
-
-
由 Dan Kenigsberg 提交于
* docs/examples/python/domstart.py python/tests/create.py: The two example were broken as they needed full-access connection but only opened read-only connections
-
由 Daniel Veillard 提交于
* docs/downloads.html docs/downloads.html.in: update download informations after switch to git daniel
-
- 03 7月, 2009 1 次提交
-
-
由 Daniel Veillard 提交于
* configure.in libvirt.spec.in NEWS docs/* po/*: release of libvirt-0.6.5 * .gitignore: adding cscope files Daniel
-
- 02 7月, 2009 2 次提交
-
-
由 Daniel Veillard 提交于
* docs/schemas/network.rng: fix the network schemas to match new accepted elements, patch by Satoru SATOH * src/network_conf.c: fix network driver to save the domain name in XML if present, patch by Satoru SATOH * AUTHORS: adding Satoru SATOH Daniel
-
由 Daniel Veillard 提交于
* docs/drvone.html docs/drvone.html.in: small OpenNebula driver doc update by Abel Miguez Rodriguez daniel
-
- 01 7月, 2009 2 次提交
-
-
由 Daniel Veillard 提交于
* docs/drvone.html.in docs/drvone.html docs/drivers.html.in docs/hvsupport.html.in docs/sitemap.html.in docs/*: added documentation for OpenNebula driver by Abel Miguez Rodriguez and regenerated the docs Daniel
-
由 Daniel Veillard 提交于
* src/libvirt.c src/virterror.c: fix some missing comments in public modules. * docs/libvirt-api.xml docs/libvirt-refs.xml docs/devhelp/libvirt-libvirt.html docs/html/libvirt-libvirt.html: regenerated documentation * po/*: updated the polish localization and regenerated Daniel
-