Make the e1000 the default network adapter for the pc target.
authorAnthony Liguori <aliguori@us.ibm.com>
Fri, 14 Aug 2009 16:20:47 +0000 (11:20 -0500)
committerAnthony Liguori <aliguori@us.ibm.com>
Mon, 24 Aug 2009 13:46:48 +0000 (08:46 -0500)
commit0d6b0b1d8190738b820955bf749741c1ae60e7d7
treec2b6aa158de3ecf67ac9c8c533c6697354041e12
parent5ec4d682d27afad912a3f7866fa0d87d37912aa3
Make the e1000 the default network adapter for the pc target.

The ne2k is an ancient card that performs pretty terribly under QEMU.  In many
modern OSes, there is no longer drivers available for the ne2k.

Switch the default network adapter to e1000.  This card is more widely
suppported and performs rather well under QEMU.  There may be very old OSes
that had a ne2k driver but not an e1000 driver but I think this is likely the
exception.

I think the average user is better served with an e1000 vs ne2k.

Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
hw/pc.c
qemu-options.hx