Difference between revisions of "LibVirt"

From OpenVZ Virtuozzo Containers Wiki
Jump to: navigation, search
(added link to all commits for parallels driver)
m
Line 1: Line 1:
[http://libvirt.org/ LibVirt] - a toolkit to interact with the virtualization capabilities of recent versions of Linux (and other OSes), see our project goals for details.
+
[http://libvirt.org/ LibVirt] - 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 under implementation of [http://libvirt.org/drvparallels.html driver for Virtuozzo]. Parallels driver is able manage containers as well as virtual machines and available in LibVirt since [https://libvirt.org/news.html release 0.10.0] (August 29 2012).
  
We are working under implementation of [http://libvirt.org/drvparallels.html driver for Virtuozzo].
+
The driver is fully functional despite the fact in doesn't implement all LibVirt API calls. See [https://libvirt.org/hvsupport.html status of supported API calls] by Parallels driver.
  
[https://libvirt.org/hvsupport.html Status of support Parallels Hypervisor] per feature.
 
  
 
== Contributions: ==
 
== Contributions: ==
  
 
* Commits to [http://libvirt.org/git/?p=libvirt.git;a=history;f=src/parallels;h=a4a39cc5693c37a70b5ac810cea7c5c710f07c9f;hb=HEAD Parallels driver]
 
* Commits to [http://libvirt.org/git/?p=libvirt.git;a=history;f=src/parallels;h=a4a39cc5693c37a70b5ac810cea7c5c710f07c9f;hb=HEAD Parallels driver]
* Per people: [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 people: [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]

Revision as of 06:59, 29 May 2015

LibVirt - 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 under implementation of driver for Virtuozzo. Parallels driver is able 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 Parallels driver.


Contributions: