从用法说起
tcp传输
sudo qemu-system-x86_64 -m 4G,slots=4,maxmem=128G -smp 4,maxcpus=16 --enable-kvm \
-drive file=fedora29.img,format=raw -nographicsudo qemu-system-x86_64 -m 4G,slots=4,maxmem=128G -smp 4,maxcpus=16 --enable-kvm \
-drive file=fedora29.img,format=raw -nographic \
-incoming tcp:0:4444migrate -d tcp:0:4444exec传输
Last updated