摘要:
Administrating Virtual Machines with QEMU MonitorWhen QEMU is running, a monitor console is provided for performing interaction with the user. Using t... 阅读全文
摘要:
安装对虚拟化的支持通常在BIOS中是禁掉的,必须开启才可以。对于Intel CPU,我们可以通过下面的命令查看是否支持虚拟化。# grep "vmx" /proc/cpuinfo flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge... 阅读全文
摘要:
QEMU Networking QEMU has a number of really nice ways to set up networking for its guests. It can be a little bewildering to figure out how each of the options work, so I thought I'd write up what I f... 阅读全文