码迷,mamicode.com
首页 >  
搜索关键字:libvirt    ( 452个结果
QEMU KVM Libvirt手册(10):Managing Virtual Machines with libvirt
libvirt is a library that provides a common API for managing popular virtualization solutions, among them KVM and Xen. 使用virt-install创建image qemu-img ...
分类:其他好文   时间:2014-07-16 18:35:42    阅读次数:273
Virtual Networking
How the virtual networks used by guests work Networking using libvirt is generally fairly simple, and in this section you'll learn the concepts you ne...
分类:Web程序   时间:2014-07-16 18:27:29    阅读次数:311
QEMU KVM Libvirt手册(10): KVM的各种限制
Overcommits KVM allows for both memory and disk space overcommit. However, hard errors resulting from exceeding available resources will result in gue...
分类:其他好文   时间:2014-07-14 23:36:34    阅读次数:385
QEMU KVM Libvirt手册(9): network
虚拟网卡由-net nic定义 # qemu-system-x86_64 -enable-kvm -name ubuntutest -m 2048 -hda ubuntutest.img -vnc :19 -net nic 如果我们在monitor中查看info network 可以看到下面的 有时...
分类:Web程序   时间:2014-07-14 14:26:14    阅读次数:271
QEMU KVM Libvirt手册(7): 硬件虚拟化
在openstack中,如果我们启动一个虚拟机,我们会看到非常复杂的参数 qemu-system-x86_64 -enable-kvm -name instance-00000024 -S -machine pc-i440fx-trusty,accel=kvm,usb=off -cpu SandyB...
分类:其他好文   时间:2014-07-14 00:04:00    阅读次数:634
QEMU KVM Libvirt手册(8): 半虚拟化设备virtio
KVM本身并不提供半虚拟化功能,是通过virtio来实现的 The benefits of virtio drivers are of lower overhead and higher performance. Memory Ballooning (virtio_balloon) memory b...
分类:其他好文   时间:2014-07-13 22:08:16    阅读次数:571
Anatomy of the libvirt virtualization library
The libvirt library is a Linux API over the virtualization capabilities of Linux that supports a variety of hypervisors, including Xen and KVM, as wel...
分类:其他好文   时间:2014-07-13 10:51:01    阅读次数:445
External Snapshot management
External Snapshot management Symptom As of at least libvirt 1.1.1, external snapshot support is incomplete. For example, with 1.0.5 or later, an exter...
分类:其他好文   时间:2014-07-09 23:15:20    阅读次数:401
更新linux kernel到3.14.10 LTS版后,virt-manager无法识别qemu hypervisor的问题
系统:ubuntu12.04LTS 内核:3.14.10 最近在做一个虚拟机安全的问题,使用KVM来实现虚拟化,昨天重新编译升级内核到3.14.10后,发现virt-manager无法识别qemu hypervisor了,在新建虚拟机的界面卡住了,在/etc/libvirt/qemu下用vi...
分类:系统相关   时间:2014-07-09 22:45:08    阅读次数:355
QEMU KVM Libvirt手册(6) – Network Block Device
网络块设备是通过NBD Server将虚拟块设备通过TCP/IP export出来,可以远程访问。 NBD Server通常是qemu-nbd 可以提供unix socket qemu-nbd -t -k /home/cliu8/images/ubuntutest-nbd ubuntutest.im...
分类:Web程序   时间:2014-07-08 22:16:46    阅读次数:348
452条   上一页 1 ... 41 42 43 44 45 46 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!