summaryrefslogtreecommitdiffstats
path: root/hw/e1000.c
Commit message (Expand)AuthorAgeFilesLines
* Add bootindex parameter to net/block/fd deviceGleb Natapov2010-12-111-0/+4
* e1000: Make little endianAlexander Graf2010-12-111-9/+2
* Add endianness as io mem parameterAlexander Graf2010-12-111-1/+1
* Merge remote branch 'origin/master' into pciMichael S. Tsirkin2010-12-011-5/+8
|\
| * Add missing bracesJes Sorensen2010-11-161-5/+8
| * e1000: Fix TCP checksum overflow with TSOAlex Williamson2010-11-161-1/+4
* | pci: Replace unneeded type casts in calls of pci_register_barStefan Weil2010-11-221-2/+2
* | e1000: Fix TCP checksum overflow with TSOAlex Williamson2010-11-131-1/+4
|/
* e1000: Pad short frames to minimum size (60 bytes)Stefan Hajnoczi2010-09-201-0/+10
* qemu: e1000 fix TOR mathMichael S. Tsirkin2010-09-061-3/+8
* Merge remote branch 'mst/for_anthony' into stagingAnthony Liguori2010-07-261-2/+10
|\
| * e1000: secrc supportMichael S. Tsirkin2010-07-191-1/+10
| * e1000: fix access 4 bytes beyond buffer endMichael S. Tsirkin2010-07-191-2/+1
* | e1000: Fix wrong microwire EEPROM state initializationIzumi Tsutsui2010-07-221-9/+8
|/
* Change #define DEBUG to #define E1000_DEBUG in hw/e1000.cJes Sorensen2010-06-141-2/+2
* e1000: make some tables 'const'Blue Swirl2010-05-141-2/+2
* e1000: fix build on Ubuntu with _FORTIFY_SOURCEThomas Monjalon2010-04-081-1/+1
* Merge remote branch 'mst/for_anthony' into stagingAnthony Liguori2010-01-061-4/+7
|\
| * e1000: switch to symbolic names for pci registersMichael S. Tsirkin2009-12-231-4/+7
* | e1000: add link to data sheetMichael S. Tsirkin2009-12-231-0/+3
|/
* e1000: Don't muck with PCI commmand registerAnthony Liguori2009-12-191-1/+0
* pci romfiles: add property, add default to PCIDeviceInfoGerd Hoffmann2009-12-181-8/+1
* Support PCI based option rom loadingAnthony Liguori2009-12-181-1/+1
* e1000: Fix warning from code reviewStefan Weil2009-12-031-1/+3
* savevm: Port to qdev.vmsd all devices that have qdevJuan Quintela2009-12-031-3/+1
* net: convert e1000 to NICStateMark McLoughlin2009-12-031-21/+26
* e1000 fix: read access to some registers is missing.Kay Ackermann2009-11-121-0/+2
* pci: introduce FMT_PCIBUS for printf format for pcibus_t.Isaku Yamahata2009-11-091-2/+4
* pci: introduce pcibus_t to represent pci bus address/size instead of uint32_tIsaku Yamahata2009-11-091-3/+3
* pci: s/PCI_ADDRESS_SPACE_/PCI_BASE_ADDRESS_SPACE_/ to match pci_regs.hIsaku Yamahata2009-11-091-2/+2
* v3: don't call reset functions on cpu initializationGlauber Costa2009-11-071-1/+0
* Remove e1000 rom loading hackAnthony Liguori2009-10-301-2/+0
* net: move net-checksum.c under net/Mark McLoughlin2009-10-301-0/+1
* e1000: port to vmstateJuan Quintela2009-10-271-163/+81
* e1000: unfold mac_regarraystosave arrayJuan Quintela2009-10-271-16/+14
* e1000: unfold mac_reg_tosave arrayJuan Quintela2009-10-271-13/+74
* e1000: use qdev properties for configuration.Gerd Hoffmann2009-10-271-11/+38
* pci: move unregister from PCIDevice to PCIDeviceInfoGerd Hoffmann2009-10-051-1/+1
* Revert "Get rid of _t suffix"Anthony Liguori2009-10-011-9/+9
* Get rid of _t suffixmalc2009-10-011-9/+9
* e1000 cleanupJuan Quintela2009-08-271-5/+5
* qdev: add return value to init() callbacks.Gerd Hoffmann2009-08-271-1/+2
* Make CPURead/WriteFunc structure 'const'Blue Swirl2009-08-251-2/+2
* e1000.c doesn't properly emulate EERD and ICS registersBill Paul2009-07-301-4/+9
* fix for bad macaddr of e1000 in Windows 2003 server with original MS driverNaphtali Sprei2009-07-161-0/+5
* Update to a hopefully more future proof FSF addressBlue Swirl2009-07-161-2/+1
* qdev: update pci device registration.Gerd Hoffmann2009-07-091-1/+7
* Revert "Introduce reset notifier order"Jan Kiszka2009-06-291-1/+1
* Revert "Update irqs on reset and device load"Blue Swirl2009-06-171-9/+1
* Rename pci_register_io_region() to pci_register_bar()Avi Kivity2009-06-161-2/+2
OpenPOWER on IntegriCloud