summaryrefslogtreecommitdiff
path: root/hw/net/rtl8139.c
AgeCommit message (Expand)AuthorFilesLines
2015-06-12migration: Use normal VMStateDescriptions for SubsectionsJuan Quintela1-7/+4
2015-02-26pci: Trivial device model conversions to realizeMarkus Armbruster1-4/+2
2015-02-10rtl8139: g_malloc() can't fail, bury dead error handlingMarkus Armbruster1-14/+0
2015-02-06rtl8139: simplify timer logicPaolo Bonzini1-50/+27
2015-01-12net: remove all cleanup methods from NIC NetClientInfosPaolo Bonzini1-8/+0
2014-11-21rtl8139: fix Pointer to local outside scopeGonglei1-0/+4
2014-10-15bootindex: move calling add_boot_device_patch to bootindex setter functionGonglei1-2/+0
2014-10-15rtl8139: add bootindex to qom propertyGonglei1-0/+10
2014-08-18memory: remove memory_region_destroyPaolo Bonzini1-2/+0
2014-06-16savevm: Remove all the unneeded version_minimum_id_old (x86)Juan Quintela1-6/+3
2013-11-21Revert "e1000/rtl8139: update HMP NIC when every bit is written"Michael S. Tsirkin1-1/+4
2013-11-06e1000/rtl8139: update HMP NIC when every bit is writtenAmos Kong1-4/+1
2013-10-31Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori1-1/+1
2013-10-18net/rtl8139: update network information when macaddr is changed in guestAmos Kong1-1/+5
2013-10-18net: update nic info during device resetAmos Kong1-0/+1
2013-10-14hw: set interrupts using pci irq wrappersMarcel Apfelbaum1-1/+1
2013-08-22aio / timers: Switch entire codebase to the new timer APIAlex Bligh1-14/+14
2013-07-29devices: Associate devices to their logical categoryMarcel Apfelbaum1-0/+1
2013-07-23net/rtl8139: QOM parent field cleanupAndreas Färber1-39/+49
2013-07-23net/rtl8139: QOM Upcast SweepPeter Crosthwaite1-8/+18
2013-07-04hw/n*: pass owner to memory_region_init* functionsPaolo Bonzini1-2/+4
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini1-2/+2
2013-05-24rtl8139: flush queued packets when RxBufPtr is writtenStefan Hajnoczi1-0/+3
2013-04-08hw: move target-independent files to subdirectoriesPaolo Bonzini1-0/+3555