码迷,mamicode.com
首页 >  
搜索关键字:qemu    ( 922个结果
QEMU KVM Libvirt手册(11): Managing Storage
When managing a VM Guest on the VM Host Server itself, it is possible to access the complete file system of the VM Host Server in order to attach or c...
分类:其他好文   时间:2014-07-22 22:57:53    阅读次数:347
qemu qcow2 disk enlarge
1。? [root@?kvm]#?qemu-img?info?new.qcow2? image:?new.qcow2 file?format:?qcow2 virtual?size:?60G?(64424509440?bytes) disk?size:?7.0G cluster_size:?65536 qemu-img?resize??filenam...
分类:其他好文   时间:2014-07-21 10:33:18    阅读次数:217
设置qemu网络连接之桥接方式
转载请注明出处谢谢:http://www.openext.org/2014/07/qemu-kvm-bridge-00  安装桥接工具:sudo apt-get install bridge-utils 安装创建TAP界面的工具sudo apt-get install uml-utilities 编辑网络界面配置文件sudo vim /etc/network/interfacesauto eth0...
分类:其他好文   时间:2014-07-19 08:16:30    阅读次数:236
virsh 查看hypervisor特性
[root@opennebula var]# virsh -c qemu:///system nodeinfoCPU model: x86_64CPU(s): 4CPU frequency: 2394 MHzCPU socket(s): ...
分类:其他好文   时间:2014-07-18 17:25:38    阅读次数:268
QEMU KVM Libvirt(12): Live Migration
由于KVM的架构为 Libvirt –> qemu –> KVM 所以对于live migration有两种方式,一种是qemu + KVM自己的方式,一种是libvirt的方式,当然libvirt也是基于qemu+kvm的方式 qemu + KVM自己的方式为使用monitor KVM Migra...
分类:其他好文   时间:2014-07-18 16:15:11    阅读次数:322
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
Guest CPU model configuration in libvirt with QEMU/KVM
Many of the management problems in virtualization are caused by the annoyingly popular & desirable host migration feature! I previously talked about P...
分类:其他好文   时间:2014-07-16 18:23:52    阅读次数:296
KVM,QEMU核心分析
目前正在学习虚拟化软件KVM相关运行原理、过程,对源码的分析进行了总结,只是为了学习交流使用,若有不正确的地方,希望大家提出。 总入口:我的个人blog  文章列表 1. kvm安装与启动过程说明 2. kvm安装与启动过程说明-Kernel源码编译方式 3. KVM硬件辅助虚拟化之 EPT(Extended Page Table) 4. KVM硬件辅助虚拟...
分类:其他好文   时间:2014-07-16 13:45:22    阅读次数:192
虚拟机设备直通的两种方式(Working in Progress)
pci passthrough 概念 允许guest排他使用host上的某个PCI设备,就像将该设备物理连接到guest上一样。 使用场景 提升性能(如直通网卡和显卡) 降低延迟(避免数据丢失或丢祯) 直接利用bare-metal上设备的驱动 用法1 需要CPU支持VT-d。主板也支持该技术。 预先配置: 打开bios中的VT-d设置。激活kernel...
分类:其他好文   时间:2014-07-15 10:31:59    阅读次数:359
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
922条   上一页 1 ... 85 86 87 88 89 ... 93 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!