qemu-system-x86_64.exe -cpu kvm64 -smp cpus=16,cores=8,threads=2 -m 8G,slots=2,maxmem=24G -soundhw pcspk,hda -net nic,model=e1000 -boot once=d -boot menu=on -net user -drive file="C:\Hyper-V\Virtual Hard Disks\work.vmdk",index=0,media=disk -drive file="F:\VMPC\DATA.vmdk",index=1,media=disk -drive file="E:\!E\軟體\WINDOWS\Windows 7\tw_windows_7_x64.iso",index=2,media=cdrom
qemu指令求健檢
-smp [cpus=]n[,cores=cores][,threads=threads][,sockets=sockets][,maxcpus=maxcpus]
Simulate an SMP system with n CPUs. On the PC target, up to 255 CPUs are supported. On Sparc32 target, Linux limits the number of usable CPUs to 4. For the PC target, the number of cores per socket, the number of threads per cores and the total number of sockets can be specified. Missing values will be computed. If any on the three values is given, the total number of CPUs n can be omitted. maxcpus specifies the maximum number of hotpluggable CPUs.