Install keymaps from new location
[qemu] / hw / ne2000.c
2009-05-14 Paul BrookPCI network qdev conversion
2009-05-03 Isaku Yamahatause PCI_HEADER_TYPE.
2009-05-01 Chris WrightPci nic: pci_register_device can fail
2009-04-17 aliguoriIntroduce VLANClientState::cleanup() (Mark McLoughlin)
2009-03-13 aliguoriAdd and use remaining #defines for PCI device IDs ...
2009-02-11 aliguoriqemu: return PCIDevice on net device init and record...
2009-02-05 aliguorihw: remove error handling from qemu_malloc() callers...
2009-02-01 blueswir1Add and use #defines for PCI device classes
2009-02-01 blueswir1Update #defines for PCI vendor and device IDs from...
2009-01-26 aliguoriDefine PCI vendor and device IDs in pci.h (Stuart Brady)
2009-01-13 aliguoriCheck NIC model in some NIC init functions (Mark McLoug...
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-07-18 thsVarious NICs: Fix suspend/resume of multiple instances...
2008-03-28 aurel32Revert "Fix ne2000_can_receive() function".
2008-03-28 aurel32Fix ne2000_can_receive() function
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-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-06-25 thsInsufficient input validation in NE2000 card, written...
2007-06-03 thsSpelling fixes, by Stefan Weil.
2007-04-07 pbrookUnify IRQ handling.
2007-04-02 thsne2k buffer full bug fix, by Marcel Block.
2007-01-10 thsDevfn number for network PCI cards, by Aurelien Jarno.
2006-12-07 thsSpelling fixes, thanks to Stefan Weil.
2006-08-17 bellardPCI save/restore changes
2006-05-14 bellardne2000 buffer fulness fix (Han Zhu)
2006-02-04 pbrookAvoid buffer overflow when sending slirp packets.
2006-02-01 bellardrxcr save/restore (initial patch by Jürgen Pfennig
2005-11-22 bellardRTL8029 IDs support (Warner Losh)
2005-11-15 bellardnew network emulation
2005-04-28 bellardne2000 reset fix - start/stop registers read access...
2005-04-10 bellardpacket fix for for netware 3.11 (initial patch by Mark...
2004-10-03 bellardne2000 savevm support (Johannes Schindelin)
2004-07-10 bellardodd memory access fix
2004-06-21 bellardadded PCI bus
2004-06-07 bellardallow 32 but unaligned access (aka Win PCI network...
2004-05-22 bellardreceive status register support (aka GRUB netboot fix)
2004-05-20 bellardPCI irq support
2004-05-18 bellardPCI support
2004-04-21 bellardNE2000 fixes for windows (Renzo Davoli)
2004-04-12 bellardPowerPC system emulation fixes (Jocelyn Mayer)
2004-03-31 bellardwin32 port (initial patch by kazu)
2004-03-31 bellarduse new timer API
2004-03-14 bellardio port API change
2004-03-14 bellardseparated more devices from emulator