Fix a warning in sparc64-linux-user build
[qemu] / hw / rtl8139.c
2009-04-17 aliguoriIntroduce VLANClientState::cleanup() (Mark McLoughlin)
2009-02-11 aliguoriqemu: return PCIDevice on net device init and record...
2009-02-01 blueswir1Add and use #defines for PCI device classes
2009-01-26 aliguoriDefine PCI vendor and device IDs in pci.h (Stuart Brady)
2009-01-13 aliguoriRTL8139: Latch C+ mode state instead of inferring it...
2009-01-07 aliguoriAdd a -net name=foo parameter (Mark McLoughlin)
2009-01-07 aliguoriAdd qemu_format_nic_info_str() (Mark McLoughlin)
2009-01-07 aliguoriAdd a model string to VLANClientState (Mark McLoughlin)
2008-12-13 blueswir1Remove unnecessary trailing newlines
2008-10-26 blueswir1Fix undeclared symbol warnings from sparse
2008-09-06 blueswir1Fix most warnings that would be caused by gcc flag...
2008-08-06 thsAdd qemu_realloc(), by Gerd Hoffmann.
2008-07-18 thsVarious NICs: Fix suspend/resume of multiple instances...
2008-03-13 aurel32rtl8139: fix endianness on big endian targets
2007-12-16 thsqemu_put signedness fixes, by Andre Przywara.
2007-12-16 thsFix wrong signedness, by Andre Przywara.
2007-11-18 pbrookAdd statics and missing #includes for prototypes.
2007-11-17 pbrookBreak up vl.h.
2007-11-09 thsFix typo, spotted by Samuel Thibault.
2007-09-17 thsfind -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again...
2007-09-16 thsfind -type f | xargs sed -i 's/[\t ]$//g' # on most...
2007-08-01 thsFix rtl8139 checksum calculation, by Tim Deegan.
2007-07-11 thsSpelling fixes, by Stefan Weil.
2007-04-07 pbrookUnify IRQ handling.
2007-04-07 pbrookRemove dead code.
2007-03-19 thsFix big endian host operation, by Ben Taylor and Igor...
2007-01-10 thsDevfn number for network PCI cards, by Aurelien Jarno.
2006-08-17 bellardPCI save/restore changes
2006-07-10 bellardfixed for TCP segmentation offloading - removed depende...
2006-07-04 bellardrtl8139 fixes (Igor Kovalenko)
2006-07-01 bellarddisable unimplemented C+ mode (aka windows xp 64 fix)
2006-02-05 pbrookAllow selection of emulated network card.