]> git.proxmox.com Git - qemu.git/history - hw/ne2000.c
user: Restore debug usage message for '-d ?' in user mode emulation
[qemu.git] / hw / ne2000.c
2011-07-01 Blue SwirlMerge branch 'ppc-next' of git://repo.or.cz/qemu/agraf
2011-06-27 Anthony LiguoriMerge remote-tracking branch 'riku/linux-user-for-upstr...
2011-06-22 Anthony LiguoriMerge remote-tracking branch 'qmp/for-anthony' into...
2011-06-22 Anthony LiguoriMerge remote-tracking branch 'qemu-kvm/uq/master' into...
2011-06-22 Anthony LiguoriMerge remote-tracking branch 'mst/for_anthony' into...
2011-06-15 Michael S. TsirkinMerge remote-tracking branch 'origin/master' into pci
2011-06-12 Isaku Yamahatahw/ne2000.c: convert to PCIDeviceInfo to initialize ids
2011-05-05 Michael S. TsirkinMerge remote branch 'origin/master' into pci
2011-04-25 Anthony LiguoriMerge remote-tracking branch 'awilliam/ipxe' into staging
2011-04-18 Alex WilliamsonPXE: Use consistent naming for PXE ROMs
2010-12-27 Aurelien JarnoMerge branch 'spice.v23.pull' of git://anongit.freedesk...
2010-12-17 Anthony LiguoriMerge remote branch 'arm/for-anthony' into staging
2010-12-17 Anthony LiguoriMerge remote branch 'qmp/for-anthony' into staging
2010-12-17 Anthony LiguoriMerge remote branch 'jvrao/for-anthony' into staging
2010-12-17 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2010-12-11 Gleb NatapovAdd bootindex for option roms.
2010-12-11 Gleb NatapovAdd bootindex parameter to net/block/fd device
2010-07-11 Isaku Yamahatapci: don't overwrite multi functio bit in pci header...
2010-01-06 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2009-12-23 Michael S. Tsirkinne2000: switch to symbolic names for pci registers
2009-12-04 Blue SwirlAdd "static" to please Sparse
2009-12-03 Juan Quintelasavevm: Port to qdev.vmsd all devices that have qdev
2009-12-03 Mark McLoughlinnet: convert ne2000 to NICState
2009-11-09 Isaku Yamahatapci: introduce pcibus_t to represent pci bus address...
2009-11-09 Isaku Yamahatapci: s/PCI_ADDRESS_SPACE_/PCI_BASE_ADDRESS_SPACE_/...
2009-10-27 Juan Quintelane2000: port to vmstate
2009-10-27 Gerd Hoffmannne2k_pci: use qdev properties for configuration.
2009-10-27 Gerd Hoffmannne2k_isa: use qdev properties for configuration.
2009-09-20 Blue SwirlCompile ne2000 only once
2009-09-10 Gerd Hoffmannqdev/isa: convert ne2000
2009-08-28 Anthony LiguoriMerge commit 'linux-user/linux-user-for-upstream' into...
2009-08-28 Juan QuintelaAdd pci_ne2000_{save/load} functions, then remove pci_d...
2009-08-28 Juan QuintelaWe need PCINE2000State for save/load functions
2009-08-28 Juan Quintelane2000: Change casts to DO_UPCAST() for PCINE2000State
2009-08-28 Juan Quintelane2000: pci_dev has this very value with the right...
2009-08-28 Juan Quintelane2000: remove casts from void *
2009-08-28 Gerd Hoffmannqdev: add return value to init() callbacks.
2009-07-09 Mark McLoughlinDon't leak VLANClientState on PCI hot remove
2009-07-09 Anthony LiguoriMerge commit 'linux-user/linux-user-for-upstream' into...
2009-07-09 Gerd Hoffmannqdev: update pci device registration.
2009-06-16 Avi KivityRename pci_register_io_region() to pci_register_bar()
2009-06-10 Anthony LiguoriMerge branch 'net-queue'
2009-06-09 Mark McLoughlinnet: add return value to packet receive handler
2009-06-09 Mark McLoughlinnet: pass VLANClientState* as first arg to receive...
2009-06-09 Mark McLoughlinnet: re-name vc->fd_read() to vc->receive()
2009-06-09 Mark McLoughlinnet: add fd_readv() handler to qemu_new_vlan_client...
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