KVM
文章平均质量分 81
winceos
这个作者很懒,什么都没留下…
展开
-
Xen, KVM Compare
Xen the most established of the two, is a type-one bare metal hypervisor that is also the foundation of several commercial offerings, including Citrix Systems XenServer and Oracle VM. Proponents argue转载 2015-07-17 18:11:02 · 1004 阅读 · 0 评论 -
KVM Snapshot使用qemu-img, libvirt命令
实例一 使用qemu-img命令使用快照 kvm环境下qcow2的镜像支持快照1 确认镜像的格式 [root@nc1 boss]# qemu-img info test.qcow2 image: test.qcow2 file format: qcow2 virtual size: 10G (10737418240 bytes) disk size: 1转载 2015-07-17 19:21:50 · 2682 阅读 · 0 评论 -
QEMU 设备模拟
设备模拟目的我们好像不会干一件事而毫无目的,就算不停刷微信朋友圈也是为了打发你无聊的时间。其实最装B的回答是:设备模拟的目的就是模拟设备。这话是屁话,不过也能说明些什么,确实是模拟设备,用软件的方式提供硬件设备具备的功能。对于和PC机交互的硬件设备,主要要干两件事,一是提供IRQ中断,二是响应IO输入输出。IO包括PIO/MMIO/DMA等(DMA算不算IO?)以i8254.c转载 2015-11-19 17:24:51 · 6920 阅读 · 0 评论