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
Setting up networking on Qemu
Setting up networking on Qemu
H Technology Solutions - Business Operating System Specialists
-
- 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
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.
You can also specify "pcnet", "e1000", or "ne2k_pci" (ne2k_isa if you're nostalgic) as well.
Re: Setting up networking on Qemu
Awesome! thanks.
H Technology Solutions - Business Operating System Specialists