qemu network config problem
Posted: Sat Oct 22, 2016 7:02 pm
I have run the ne2k code successfully on bochs ,but when i test it on qemu,it does not work.
my config of qemu is below:
The err log of qemu is
Who can help me to find any error?thanks
ray
my config of qemu is below:
Code: Select all
qemu-system-x86_64w.exe -L . -m 32 -localtime -fda fdimage0.bin -hda wood.img -net nic,vlan=0,macaddr=08:62:66:c7:9f:69,model=ne2k_pci
Code: Select all
WARNING: Image format was not specified for 'fdimage0.bin' and probing guessed raw.
Automatically detecting the format is dangerous for raw images, write operations on block 0 will be restricted.
Specify the 'raw' format explicitly to remove the restrictions.
WARNING: Image format was not specified for 'wood.img' and probing guessed raw.
Automatically detecting the format is dangerous for raw images, write operations on block 0 will be restricted.
Specify the 'raw' format explicitly to remove the restrictions.
Warning: vlan 0 is not connected to host network
ray