ndlli 发表于 2015-4-10 14:52:53

KVM virtio

  网络和磁盘I/O均可以virtio吗?
  
  Virtio:针对 Linux 的 I/O 虚拟化框架
  http://www.ibm.com/developerworks/cn/linux/l-virtio/index.html?ca=drs-cn-0304
  文章大体的介绍了virtio,和留下了一些其他资源的链接(比如libvirt如何使用virtio等)
  
  http://www.unxmail.com/read.php?92
  介绍了使用iso 格式的virtio
  
  http://www.linux-kvm.org/page/Virtio
  官方链接
  使用virtio的方式:
  Get Linux kernel with virtio drivers for the guest需要编译内核?
  As an alternative one can use a standard guest kernel for the guest > 2.6.18 and make use sync backward compatibility option 只在后台装驱动?
  Use virtio-net-pci device for the network devices (or model=virtio for old -net..-net syntax) and if=virtio for disk
  
  操作系统虚拟化之KVM
  http://www.heboliang.cn/archive/kvm-windows.html
  这篇文章介绍了创建虚拟机,并在xp 和windows7 中使用virtio
页: [1]
查看完整版本: KVM virtio