只有偏执狂才能生存
发布时间:2013-09-20 10:42:26
The QCOW image format is one of the disk image formats supported by the QEMU processor emulator. It is a representation of a fixed size block device in a file. Benefits it offers over using raw dump representation include:Smaller file size, even on filesystems which don't support holes (i.e.........【阅读全文】
发布时间:2013-09-09 12:58:29
cat /etc/qemu-ifup #!/bin/bashswitch=virbr0/sbin/ifconfig $1 192.168.100.100 upbrctl addif ${switch} $1 改变权限: chomd 777 /etc/qemu-ifup /usr/libexec/qemu-kvm -M rhel6.2.0 -enable-kvm -m 2048 -smp 8,sockets=8,cores=1,threads=1 -name fedora -uuid f0f0f4b.........【阅读全文】