As far as I can tell, the default NIC hasn't been changed yet in qemu.
hw/pc.c still says:
if (!nd->model) {
if (pci_enabled) {
nd->model = "ne2k_pci";
} else {
nd->model = "ne2k_isa";
}
However, it has been changed in kvm, and should be changed in qemu.
One problem this creates is network-manager works by default in the
guest OS running under kvm but fails under qemu
Here is the patch posted to the kvm mailing list back in January
http://marc.info/?l=kvm&m=119935370726551&w=2
KVM has the docs fixed too:
$man kvm-qemu
reports " The NIC is an rtl8139 by default on the PC tarāget."
--
qemu man page incorrectly specifies default emulated nic
https://bugs.launchpad.net/bugs/210495
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs