qemu Qemu: I can't download qemu from the Internet

The host OS is freebsd 12.2 realese, the guest OS is windows 7 in qemu. I run qemu with the command:
Code:
# qemu-system-x86_64 -machine type=q35 -m 4096 -cpu qemu64 -smp 2 -vga std \
-usb -device usb-tablet -soundhw hda -hda /home/clios/qemu/windows-7-vm.qcow2 \
-rtc base=utc -name virtual-7
Files are not downloaded from the Internet.
In the guest OS: IP address 10.0.2.15,
Gateway 10.0.2.2,
DHCP Server 10.0.2.2,
DNS Server 10.0.2.3
 
Back
Top