1. 24 12月, 2010 1 次提交
  2. 21 12月, 2010 1 次提交
  3. 03 12月, 2010 1 次提交
  4. 13 11月, 2010 1 次提交
  5. 22 10月, 2010 1 次提交
  6. 20 10月, 2010 1 次提交
  7. 12 10月, 2010 1 次提交
    • D
      Add automatic generation of a todo item page · 1938bc69
      Daniel P. Berrange 提交于
      This adds a script to generate the todo item page from
      bugzilla. This requires a valid username+password for
      bugzilla, so it is intended that this only be run on
      the libvirt.org website via cron. Normal usage will just
      generate an empty stub page.
      
      * docs/todo.pl: Script to extract todo items from bugzilla
      * docs/todo.cfg-example: Example config file
      * docs/sitemap.html.in: Add todo page
      * docs/Makefile.am: Generation rules for todo items
      1938bc69
  8. 10 9月, 2010 1 次提交
    • J
      docs: add the app dev guide · 7ebe2149
      Justin Clift 提交于
      Added a workable initial page for the libvirt Application
      Development Guide, giving the online viewable options +
      the available download ones (pdf, epub, srpm).
      
      Added a link to the PDF to the main Downloads page, plus
      neatened the html tags throughout the page as they
      were a bit of a mess.
      
      Added --enable-compile-warnings=error to the autogen line,
      as suggested by Eric Blake.
      7ebe2149
  9. 28 7月, 2010 1 次提交
    • C
      docs: Link wiki FAQ to main page · f8b76f41
      Cole Robinson 提交于
      Since DV recommended keeping the build instructions distributed with the
      source, move them from the old FAQ to the downloads page.
      f8b76f41
  10. 10 7月, 2010 1 次提交
  11. 25 5月, 2010 1 次提交
    • S
      nwfilter: documentation · f36eb693
      Stefan Berger 提交于
      This patch adds documentation of the nwfilter subsystem of libvirt to
      the existing (web) docs.
      f36eb693
  12. 13 4月, 2010 1 次提交
  13. 06 4月, 2010 1 次提交
  14. 26 1月, 2010 1 次提交
  15. 15 11月, 2009 1 次提交
    • M
      esx: Add documentation to the website · 57dbe08e
      Matthias Bolte 提交于
      * docs/drivers.html.in: list the ESX driver
      * docs/drvesx.html.in: the new ESX driver documentation
      * docs/hvsupport.html.in: add the ESX driver to the matrix
      * docs/index.html.in, docs/sitemap.html.in: list the ESX driver
      * src/esx/esx_driver.c: fix and cleanup some comments
      57dbe08e
  16. 06 11月, 2009 1 次提交
    • M
      Cleanup whitespace in docs · c6d5ac17
      Matthew Booth 提交于
      This patch is the result of running the following command in the docs
      directory: sed -i 's/\t/        /g; s/\s*$//' *.html.in
      
      * docs/*.html.in:convert tabs into 8 spaces and remove trailing whitespace
      c6d5ac17
  17. 02 9月, 2009 2 次提交
    • M
      Add volume encryption information handling. · 05b9b8fd
      Miloslav Trmač 提交于
      Define an <encryption> tag specifying volume encryption format and
      format-depenedent parameters (e.g. passphrase, cipher name, key
      length, key).
      
      Currently the only defined parameter is a reference to a "secret"
      (passphrase/key) managed using the virSecret* API.
      
      Only the qcow/qcow2 encryption format, and a "default" format used to
      let libvirt choose the format during volume creation, is currently
      supported.
      
      This patch does not add any users; the <encryption> tag is added in
      the following patches to both volumes (to support encrypted volume
      creation) and domains.
      
      * docs/*.html: Re-generate
      * docs/formatstorageencryption.html.in, docs/sitemap.html.in:
        Add page describing storage encryption data format
      * docs/schemas/Makefile.am, docs/schemas/storageencryption.rng:
        Add RNG schema for storage encryption format
      * po/POTFILES.in: Add src/storage_encryption_conf.c
      * src/libvirt_private.syms: Export virStorageEncryption* functions
      * src/storage_encryption_conf.h, src/storage_encryption_conf.c: Internal
        helper APIs for dealing with storage encryption format
      * libvirt.spec.in, mingw32-libvirt.spec.in: Add storageencryption.rng
        RNG schema
      05b9b8fd
    • M
      Secret manipulation public API · 6acc17af
      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
      6acc17af
  18. 01 7月, 2009 1 次提交
    • D
      OpenNebula driver documentation · 9dfcca03
      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
      9dfcca03
  19. 29 6月, 2009 1 次提交
  20. 09 6月, 2009 1 次提交
  21. 21 4月, 2009 1 次提交
    • D
      VirtualBox Documentation · b4ee10df
      Daniel Veillard 提交于
      * docs/drvvbox.html.in docs/hvsupport.html.in docs/drivers.html.in
        docs/sitemap.html.in docs/*.html: VirtualBox Documentation by
        Pritesh Kothari
      Daniel
      b4ee10df
  22. 16 4月, 2009 1 次提交
    • D
      Api documentation · 316befbb
      Daniel Veillard 提交于
      * docs/Makefile.am docs/api.html docs/api.html.in docs/archdomain.html
       docs/archnetwork.html docs/archnode.html docs/archstorage.html
       docs/goals.html docs/intro.html
       docs/libvirt-daemon-arch.fig docs/libvirt-daemon-arch.png
       docs/libvirt-driver-arch.fig docs/libvirt-driver-arch.png
       docs/libvirt-object-model.fig docs/libvirt-object-model.png
       docs/page.xsl docs/sitemap.html docs/sitemap.html.in:
       adding a new api page, extending the stylesheet to allow references
       and including images from Dan Berrange
      daniel
      316befbb
  23. 02 4月, 2009 1 次提交
  24. 23 12月, 2008 1 次提交
  25. 20 11月, 2008 1 次提交
  26. 22 7月, 2008 1 次提交
  27. 24 4月, 2008 1 次提交