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
pci passthrough
概念
允许guest排他使用host上的某个PCI设备,就像将该设备物理连接到guest上一样。
使用场景
提升性能(如直通网卡和显卡)
降低延迟(避免数据丢失或丢祯)
直接利用bare-metal上设备的驱动
用法1
需要CPU支持VT-d。主板也支持该技术。
预先配置:
打开bios中的VT-d设置。激活kernel...
分类:
其他好文 时间:
2014-07-15 10:31:59
阅读次数:
359
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
虚拟网卡由-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
[root@node2qemu-kvm.git]#./configureError:zlibcheckfailedMakesuretohavethezliblibsandheadersinstalled.解决上面报错需要安装zlib相关的软件[root@node2qemu-kvm.git]#yuminstallzlib*安装完上面软件后继续出现下面报错[root@node2qemu-kvm.git]#./configureglib-2.12requ..
分类:
其他好文 时间:
2014-07-14 12:08:30
阅读次数:
275
安装完kvm后生成一个qemu-system-x86_64文件目录,使用的KVM命令为qemu-system-x86_64,为了方便使用,把qemu-system-x86_64链接qemu-kvm[root@node2qemu-kvm.git]#whichqemu-system-x86_64/usr/local/bin/qemu-system-x86_64[root@node2qemu-kvm.git]#ln/usr/local/bin/qemu-s..
分类:
其他好文 时间:
2014-07-14 12:02:38
阅读次数:
712
在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
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
网络块设备是通过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
转载请注明出处:http://www.openext.org/2014/07/qemu-kvm-ques 网上有很多关于虚拟机克隆复制后eth0找不到或者eth0编程eth1等问题,也有很多的解决方法但是,都没有抓到实质:其实很简单只需要执行如下命令重新define虚拟机即可进入虚拟机:mv /etc/udev/rules.d/70-persistent-net.rules /etc/udev/r...
分类:
其他好文 时间:
2014-07-06 09:51:29
阅读次数:
192