Difference between revisions of "LibVirt"

From OpenVZ Virtuozzo Containers Wiki
Jump to: navigation, search
m
(English, formatting etc.)
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. 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).
+
[http://libvirt.org/ 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 [http://libvirt.org/drvparallels.html driver for Virtuozzo]. Parallels driver is able to manage containers as well as virtual machines and available in LibVirt since [https://libvirt.org/news.html release 0.10.0] (August 29 2012).
  
 
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.
 
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.
  
 
+
== 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 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]

Revision as of 17:13, 3 June 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. 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 Parallels driver.

Contributions