summaryrefslogtreecommitdiffstats
path: root/hw/ne2000.c
Commit message (Expand)AuthorAgeFilesLines
* Add bootindex for option roms.Gleb Natapov2010-12-111-1/+1
* Add bootindex parameter to net/block/fd deviceGleb Natapov2010-12-111-0/+3
* pci: don't overwrite multi functio bit in pci header type.Isaku Yamahata2010-07-111-1/+0
* ne2000: switch to symbolic names for pci registersMichael S. Tsirkin2009-12-231-1/+2
* Add "static" to please SparseBlue Swirl2009-12-041-1/+1
* savevm: Port to qdev.vmsd all devices that have qdevJuan Quintela2009-12-031-2/+1
* net: convert ne2000 to NICStateMark McLoughlin2009-12-031-14/+21
* pci: introduce pcibus_t to represent pci bus address/size instead of uint32_tIsaku Yamahata2009-11-091-1/+1
* pci: s/PCI_ADDRESS_SPACE_/PCI_BASE_ADDRESS_SPACE_/ to match pci_regs.hIsaku Yamahata2009-11-091-1/+1
* ne2000: port to vmstateJuan Quintela2009-10-271-85/+48
* ne2k_pci: use qdev properties for configuration.Gerd Hoffmann2009-10-271-8/+33
* ne2k_isa: use qdev properties for configuration.Gerd Hoffmann2009-10-271-3/+3
* Compile ne2000 only onceBlue Swirl2009-09-201-1/+0
* qdev/isa: convert ne2000Gerd Hoffmann2009-09-101-87/+12
* Add pci_ne2000_{save/load} functions, then remove pci_dev NE2000State fieldJuan Quintela2009-08-271-15/+28
* We need PCINE2000State for save/load functionsJuan Quintela2009-08-271-5/+5
* ne2000: Change casts to DO_UPCAST() for PCINE2000StateJuan Quintela2009-08-271-2/+2
* ne2000: pci_dev has this very value with the right typeJuan Quintela2009-08-271-1/+1
* ne2000: remove casts from void *Juan Quintela2009-08-271-2/+2
* qdev: add return value to init() callbacks.Gerd Hoffmann2009-08-271-1/+2
* Don't leak VLANClientState on PCI hot removeMark McLoughlin2009-07-091-3/+3
* qdev: update pci device registration.Gerd Hoffmann2009-07-091-1/+7
* Rename pci_register_io_region() to pci_register_bar()Avi Kivity2009-06-161-1/+1
* net: add return value to packet receive handlerMark McLoughlin2009-06-091-6/+9
* net: pass VLANClientState* as first arg to receive handlersMark McLoughlin2009-06-091-4/+4
* net: re-name vc->fd_read() to vc->receive()Mark McLoughlin2009-06-091-1/+1
* net: add fd_readv() handler to qemu_new_vlan_client() argsMark McLoughlin2009-06-091-2/+2
* PCI network qdev conversionPaul Brook2009-05-141-12/+10
* use PCI_HEADER_TYPE.Isaku Yamahata2009-05-031-1/+1
* Pci nic: pci_register_device can failChris Wright2009-05-011-0/+3
* Introduce VLANClientState::cleanup() (Mark McLoughlin)aliguori2009-04-171-2/+26
* Add and use remaining #defines for PCI device IDs (Stuart Brady)aliguori2009-03-131-1/+1
* qemu: return PCIDevice on net device init and record devfn (Marcelo Tosatti)aliguori2009-02-111-1/+3
* hw: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori2009-02-051-2/+0
* Add and use #defines for PCI device classesblueswir12009-02-011-2/+1
* Update #defines for PCI vendor and device IDs from OpenBIOS and Linuxblueswir12009-02-011-1/+1
* Define PCI vendor and device IDs in pci.h (Stuart Brady)aliguori2009-01-261-4/+2
* Check NIC model in some NIC init functions (Mark McLoughlin)aliguori2009-01-131-0/+2
* Add a -net name=foo parameter (Mark McLoughlin)aliguori2009-01-071-2/+2
* Add qemu_format_nic_info_str() (Mark McLoughlin)aliguori2009-01-071-16/+2
* Add a model string to VLANClientState (Mark McLoughlin)aliguori2009-01-071-4/+4
* Various NICs: Fix suspend/resume of multiple instances, by Jan Kiszka.ths2008-07-181-3/+2
* Revert "Fix ne2000_can_receive() function".aurel322008-03-281-1/+1
* Fix ne2000_can_receive() functionaurel322008-03-281-1/+1
* Fix wrong signedness, by Andre Przywara.ths2007-12-161-2/+2
* Add statics and missing #includes for prototypes.pbrook2007-11-181-0/+1
* Break up vl.h.pbrook2007-11-171-1/+3
* find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths2007-09-171-13/+13
* find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths2007-09-161-31/+31
* Insufficient input validation in NE2000 card, written by Tavis Ormandy,ths2007-06-251-2/+5
OpenPOWER on IntegriCloud