aboutsummaryrefslogtreecommitdiffstats
path: root/hw/e1000.c
AgeCommit message (Expand)AuthorFilesLines
2010-01-06Merge remote branch 'mst/for_anthony' into stagingAnthony Liguori1-4/+7
2009-12-23e1000: add link to data sheetMichael S. Tsirkin1-0/+3
2009-12-23e1000: switch to symbolic names for pci registersMichael S. Tsirkin1-4/+7
2009-12-19e1000: Don't muck with PCI commmand registerAnthony Liguori1-1/+0
2009-12-18pci romfiles: add property, add default to PCIDeviceInfoGerd Hoffmann1-8/+1
2009-12-18Support PCI based option rom loadingAnthony Liguori1-1/+1
2009-12-03e1000: Fix warning from code reviewStefan Weil1-1/+3
2009-12-03savevm: Port to qdev.vmsd all devices that have qdevJuan Quintela1-3/+1
2009-12-03net: convert e1000 to NICStateMark McLoughlin1-21/+26
2009-11-12e1000 fix: read access to some registers is missing.Kay Ackermann1-0/+2
2009-11-09pci: introduce FMT_PCIBUS for printf format for pcibus_t.Isaku Yamahata1-2/+4
2009-11-09pci: introduce pcibus_t to represent pci bus address/size instead of uint32_tIsaku Yamahata1-3/+3
2009-11-09pci: s/PCI_ADDRESS_SPACE_/PCI_BASE_ADDRESS_SPACE_/ to match pci_regs.hIsaku Yamahata1-2/+2
2009-11-07v3: don't call reset functions on cpu initializationGlauber Costa1-1/+0
2009-10-30Remove e1000 rom loading hackAnthony Liguori1-2/+0
2009-10-30net: move net-checksum.c under net/Mark McLoughlin1-0/+1
2009-10-27e1000: port to vmstateJuan Quintela1-163/+81
2009-10-27e1000: unfold mac_regarraystosave arrayJuan Quintela1-16/+14
2009-10-27e1000: unfold mac_reg_tosave arrayJuan Quintela1-13/+74
2009-10-27e1000: use qdev properties for configuration.Gerd Hoffmann1-11/+38
2009-10-05pci: move unregister from PCIDevice to PCIDeviceInfoGerd Hoffmann1-1/+1
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori1-9/+9
2009-10-01Get rid of _t suffixmalc1-9/+9
2009-08-27e1000 cleanupJuan Quintela1-5/+5
2009-08-27qdev: add return value to init() callbacks.Gerd Hoffmann1-1/+2
2009-08-25Make CPURead/WriteFunc structure 'const'Blue Swirl1-2/+2
2009-07-30e1000.c doesn't properly emulate EERD and ICS registersBill Paul1-4/+9
2009-07-16fix for bad macaddr of e1000 in Windows 2003 server with original MS driverNaphtali Sprei1-0/+5
2009-07-16Update to a hopefully more future proof FSF addressBlue Swirl1-2/+1
2009-07-09qdev: update pci device registration.Gerd Hoffmann1-1/+7
2009-06-29Revert "Introduce reset notifier order"Jan Kiszka1-1/+1
2009-06-17Revert "Update irqs on reset and device load"Blue Swirl1-9/+1
2009-06-16Rename pci_register_io_region() to pci_register_bar()Avi Kivity1-2/+2
2009-06-16Remove io_index argument from cpu_register_io_memory()Avi Kivity1-1/+1
2009-06-10Merge branch 'net-queue'Anthony Liguori1-14/+16
2009-06-09Update irqs on reset and device loadBlue Swirl1-1/+9
2009-06-09Register reset functions for e1000 and rtl8139Blue Swirl1-7/+14
2009-06-09net: add return value to packet receive handlerMark McLoughlin1-6/+8
2009-06-09net: pass VLANClientState* as first arg to receive handlersMark McLoughlin1-4/+4
2009-06-09net: re-name vc->fd_read() to vc->receive()Mark McLoughlin1-3/+3
2009-06-09net: add fd_readv() handler to qemu_new_vlan_client() argsMark McLoughlin1-2/+2
2009-05-27e1000: Ignore reset commandKevin Wolf1-2/+9
2009-05-14PCI network qdev conversionPaul Brook1-13/+13
2009-05-13Replace gcc variadic macro extension with C99 version (missed one)Blue Swirl1-3/+3
2009-05-08e1000: Do not reinit pci config space to 0Amit Shah1-1/+0
2009-05-01Pci nic: pci_register_device can failChris Wright1-0/+3
2009-04-17Introduce VLANClientState::cleanup() (Mark McLoughlin)aliguori1-1/+10
2009-04-17Remove NICInfo from e1000 and mipsnet state (Mark McLoughlin)aliguori1-3/+1
2009-03-20e1000: Fix RX descriptor low threshold interrupt logic (Alex Williamson)aliguori1-2/+2
2009-02-11qemu: LSI SCSI and e1000 unregister callbacks (Marcelo Tosatti)aliguori1-0/+11