aboutsummaryrefslogtreecommitdiffstats
path: root/hw/e1000.c
AgeCommit message (Expand)AuthorFilesLines
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
2009-02-11qemu: return PCIDevice on net device init and record devfn (Marcelo Tosatti)aliguori1-1/+3
2009-02-01Add and use #defines for PCI device classesblueswir11-2/+1
2009-01-26Define PCI vendor and device IDs in pci.h (Stuart Brady)aliguori1-2/+2
2009-01-08Implement e1000 link status (Mark McLoughlin)aliguori1-0/+16
2009-01-07Add a -net name=foo parameter (Mark McLoughlin)aliguori1-1/+1
2009-01-07Add qemu_format_nic_info_str() (Mark McLoughlin)aliguori1-4/+1
2009-01-07Add a model string to VLANClientState (Mark McLoughlin)aliguori1-2/+2
2009-01-04Update FSF address in GPL/LGPL boilerplateaurel321-1/+1
2008-12-22Use the ARRAY_SIZE() macro where appropriate.malc1-4/+4
2008-12-09KVM: Coalesced MMIO supportaliguori1-0/+12
2008-12-01Change MMIO callbacks to use offsets, not absolute addresses.pbrook1-6/+4