1. 03 8月, 2017 1 次提交
  2. 19 12月, 2016 1 次提交
  3. 23 11月, 2016 1 次提交
  4. 11 11月, 2016 2 次提交
  5. 26 8月, 2015 1 次提交
  6. 25 8月, 2015 1 次提交
  7. 02 3月, 2014 1 次提交
  8. 04 2月, 2014 1 次提交
  9. 03 5月, 2013 1 次提交
    • D
      Fix multiple formatting problems in HTML docs · f2f9742d
      Daniel P. Berrange 提交于
      The rule generating the HTML docs passing the --html flag
      to xsltproc. This makes it use the legacy HTML parser, which
      either ignores or tries to fix all sorts of broken XML tags.
      There's no reason why we should be writing broken XML in
      the first place, so removing --html and adding the XHTML
      doctype to all files forces us to create good XML.
      
      This adds the XHTML doc type and fixes many, many XML tag
      problems it exposes.
      Signed-off-by: NDaniel P. Berrange <berrange@redhat.com>
      f2f9742d
  10. 05 3月, 2013 1 次提交
  11. 26 8月, 2011 1 次提交
  12. 16 7月, 2011 1 次提交
    • D
      website: Point main page links to libvirt driver pages · e5adda7e
      Dave Allan 提交于
      The "libvirt supports:" section on the main page of libvirt.org
      contains a list of hypervisors with links that point to the sites of
      the underlying virt technologies.  The entry for KVM points to
      http://www.linux-kvm.org/, for example.  People coming to libvirt.org
      for the first time are likely to know about those sites, and they're
      probably interested in how libvirt manages those technologies.  This
      patch points those links to the libvirt driver pages instead.  It also
      consolidates KVM and QEMU as there is only one libvirt driver page for
      them.  Finally, it adds a line about networking support.
      
      v2: incorporate Eric's feedback adding project links to driver pages.
      
      website: Add project links to KVM/QEMU driver page
      website: Add project links to Xen driver page
      website: Add project links to LXC driver page
      website: Add project links to OpenVZ driver page
      website: Add project links to UML driver page
      website: Add project links to Virtualbox driver page
      website: Add project links to ESX driver page
      website: Add project links to VMware driver page
      e5adda7e
  13. 28 3月, 2011 1 次提交
    • D
      Update on the goal page · 50d8ad82
      Daniel Veillard 提交于
      Some things to note in this patch:
         - we do extend libvirt scope beyond purely managing domains, there is
           already a number of blocks which are here as helpr functions to
           manage the resources on the host.
         - we are expanding in the direction of libvirt being sufficient to do
           most of the management on the Host (but within the limits of the need
           for virtualization, e.g. managing users on the host is out of scope)
         - we don't require anymore APIs to be supported by multiple
           hypervisors to get in, it's already the case in practice, but we
           should still make sure the semantic of those APIs are clear. We
           added quite a bit for QEmu, but for example I saw on IRC that VBox
           could emulate a network unplug/replug on a domain interface, and
           that would be a good addition even if a priori no other hypervisor
           supports it.
         - Make clear that all libvirt APIs are available remotely, which is
           key to use libvirt for building management tools.
         - link the goal page from the project main page
      
      As for libvirt project directions, I think it just reflects the natural
      evolution in the last couple of years. We are less hypervisor agnostic
      and extending in the Host management. Clearly there is interest in
      making sure libvirt is complete in term of features for the hypervisors
      supported, especially the ones like KVM or LXC which don't really have
      integrated management library.
      
      * docs/goals.html.in: update the goals page
      * docs/index.html.in: link it from the top page
      50d8ad82
  14. 08 2月, 2011 1 次提交
  15. 04 2月, 2011 1 次提交
  16. 23 12月, 2010 1 次提交
  17. 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
  18. 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
  19. 24 4月, 2009 1 次提交
    • D
      release of 0.6.3 · 9cae1d5e
      Daniel Veillard 提交于
      * NEWS configure.in libvirt.spec.in docs/*: release of 0.6.3
      * po/*: regenerated
      * src/libvirt.c src/virterror.c: fixed some function comments
      Daniel
      9cae1d5e
  20. 27 1月, 2009 1 次提交
  21. 13 1月, 2009 1 次提交
    • D
      fix the QEmu links · 89091505
      Daniel Veillard 提交于
      * docs/index.html docs/index.html.in docs/relatedlinks.html
        docs/relatedlinks.html.in: fix the QEmu links
      daniel
      89091505
  22. 24 4月, 2008 2 次提交