close
Warning:
Can't synchronize with repository "(default)" (Unsupported version control system "svn": /usr/lib/python2.7/dist-packages/libsvn/_fs.so: failed to map segment from shared object: Cannot allocate memory). Look in the Trac log for more information.
libvirt
【libvirt 介紹】
- libvirt 支援各種 VMM 程序(Xen, KVM, VirtualBox, Qemu, OpenVZ, UML, LXC...),以提供統一的虛擬化上層管理介面
- libvirt 有兩種運作模式:
- local: 直接使用 libvirt API
- Remote: 必須額外啟動 libvirtd 來 remote communication
- libvirt API 主要可分為五種類型:
- VMM 連接 API
- Domain 管理 API
- 網路管理 API
- Storage volume API
- Storage pool API
- libvirt API 支援的語言
- python
- C/C++
- Ruby
- JAVA
- perl
- variety of scripting languages, and even a unified functional language (Objective caml)
【libvirt 操作】
【使用 libvirt 開發的應用】
- virt-install
- virt-clone
- virt-manager
- virt-viewer
- oVirt
【References】
Download in other formats: