Difference between revisions of "LibVirt"

From OpenVZ Virtuozzo Containers Wiki
Jump to: navigation, search
(link to openstack page)
m
Line 10: Line 10:
 
* Commits to [http://libvirt.org/git/?p=libvirt.git;a=history;f=src/vz;h=a4a39cc5693c37a70b5ac810cea7c5c710f07c9f;hb=HEAD Virtuozzo driver]
 
* Commits to [http://libvirt.org/git/?p=libvirt.git;a=history;f=src/vz;h=a4a39cc5693c37a70b5ac810cea7c5c710f07c9f;hb=HEAD Virtuozzo driver]
 
* Per person: [http://libvirt.org/git/?p=libvirt.git;a=search;s=Maxim+Nestratov;st=author Maxim Nestratov], [http://libvirt.org/git/?p=libvirt.git;a=search;s=Dmitry+Guryanov;st=author Dmitry Guryanov], [http://libvirt.org/git/?p=libvirt.git;a=search;s=Alexander+Burluka;st=author Alexander Burluka], [http://libvirt.org/git/?p=libvirt.git;a=search;s=Mikhail+Feoktistov;st=author Mikhail Feoktistov], [http://libvirt.org/git/?p=libvirt.git;a=search;s=Nikolay+Shirokovskiy;st=author Nikolay Shirokovskiy]
 
* Per person: [http://libvirt.org/git/?p=libvirt.git;a=search;s=Maxim+Nestratov;st=author Maxim Nestratov], [http://libvirt.org/git/?p=libvirt.git;a=search;s=Dmitry+Guryanov;st=author Dmitry Guryanov], [http://libvirt.org/git/?p=libvirt.git;a=search;s=Alexander+Burluka;st=author Alexander Burluka], [http://libvirt.org/git/?p=libvirt.git;a=search;s=Mikhail+Feoktistov;st=author Mikhail Feoktistov], [http://libvirt.org/git/?p=libvirt.git;a=search;s=Nikolay+Shirokovskiy;st=author Nikolay Shirokovskiy]
 +
 +
== Additional links ==
 +
 
* [[OpenStack integration]] of Virtuozzo 7
 
* [[OpenStack integration]] of Virtuozzo 7
  
 
[[Category:Virtuozzo]]
 
[[Category:Virtuozzo]]
 
[[Category: Sub-projects]]
 
[[Category: Sub-projects]]

Revision as of 10:36, 9 September 2015

LibVirt is a toolkit to interact with the virtualization capabilities of recent versions of Linux (and other OSes), see our project goals for details. We are working on implementation of driver for Virtuozzo. Virtuozzo driver (former Parallels driver) is able to manage containers as well as virtual machines and available in LibVirt since release 0.10.0 (August 29 2012).

The driver is fully functional despite the fact in doesn't implement all LibVirt API calls. See status of supported API calls by Virtuozzo driver.

Contributions

Additional links