Setting up networking on Qemu

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
jasonc122
Member
Member
Posts: 27
Joined: Fri Jan 01, 2010 7:51 am

Setting up networking on Qemu

Post by jasonc122 »

Hi,

Can anybody tell me what network controller Qemu emulates?

The network device PCI ID is 0x8029 which according to pcidatabase.com translates to "PCI Full-Duplex Ethernet Controller with PnP Function from Realtek". Specifically, what is the make/model of this network device?

thanks
H Technology Solutions - Business Operating System Specialists
pcmattman
Member
Member
Posts: 2566
Joined: Sun Jan 14, 2007 9:15 pm
Libera.chat IRC: miselin
Location: Sydney, Australia (I come from a land down under!)
Contact:

Re: Setting up networking on Qemu

Post by pcmattman »

If you do not specify any sort of "-net nic,model=<something>" parameter, it'll emulate an RTL8139.

You can also specify "pcnet", "e1000", or "ne2k_pci" (ne2k_isa if you're nostalgic) as well.
jasonc122
Member
Member
Posts: 27
Joined: Fri Jan 01, 2010 7:51 am

Re: Setting up networking on Qemu

Post by jasonc122 »

Awesome! thanks.
H Technology Solutions - Business Operating System Specialists
Post Reply