summaryrefslogtreecommitdiffstats
path: root/hw/pcnet.c
Commit message (Expand)AuthorAgeFilesLines
* qdev: update pci device registration.Gerd Hoffmann2009-07-091-1/+7
* Rename pci_register_io_region() to pci_register_bar()Avi Kivity2009-06-161-2/+2
* Remove io_index argument from cpu_register_io_memory()Avi Kivity2009-06-161-2/+2
* net: add return value to packet receive handlerMark McLoughlin2009-06-091-2/+5
* net: pass VLANClientState* as first arg to receive handlersMark McLoughlin2009-06-091-5/+5
* 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-1/+1
* Remove qdev irq sink handlingPaul Brook2009-05-261-1/+1
* Fix lance segfaultsPaul Brook2009-05-221-3/+6
* PCI network qdev conversionPaul Brook2009-05-141-69/+64
* use PCI_HEADER_TYPE.Isaku Yamahata2009-05-031-1/+1
* Pci nic: pci_register_device can failChris Wright2009-05-011-0/+4
* Introduce VLANClientState::cleanup() (Mark McLoughlin)aliguori2009-04-171-9/+49
* pcnet: Avoid double conversion via PHYSADDRaurel322009-04-081-10/+10
* qemu: return PCIDevice on net device init and record devfn (Marcelo Tosatti)aliguori2009-02-111-1/+2
* 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
* Define PCI vendor and device IDs in pci.h (Stuart Brady)aliguori2009-01-261-2/+2
* Remove unused info_str parameter to pcnet_common_init()blueswir12009-01-171-3/+3
* 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-1/+1
* Add qemu_format_nic_info_str() (Mark McLoughlin)aliguori2009-01-071-8/+1
* Add a model string to VLANClientState (Mark McLoughlin)aliguori2009-01-071-2/+2
* Remove address maskingblueswir12008-12-021-2/+2
* Resurrect the safe part of r5274blueswir12008-10-021-12/+12
* Revert r5274 which breaks savevm/loadvmblueswir12008-09-251-12/+12
* Add signed versions of save/load functionsblueswir12008-09-201-12/+12
* hw/pcnet: use qemu_socket.haurel322008-09-041-6/+1
* hw/pcnet.c: windows compile fixaurel322008-09-021-0/+4
* pcnet: add loopback mode emulationaurel322008-09-021-30/+59
* Fix debug message address formatsblueswir12008-07-201-8/+15
* Fix wrong function names in debug messages (Stefan Weil)blueswir12008-07-201-2/+2
* Various NICs: Fix suspend/resume of multiple instances, by Jan Kiszka.ths2008-07-181-1/+1
* PCnet: Allow more then two TMDs (Jan Kiszka)blueswir12008-04-201-7/+6
* Register only valid register access widthsblueswir12008-01-011-4/+4
* Fix miscellaneous minor things, by Andre Przywara.ths2007-12-171-4/+4
* qemu_put signedness fixes, by Andre Przywara.ths2007-12-161-12/+12
* Break up vl.h.pbrook2007-11-171-1/+5
* find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths2007-09-171-35/+35
* find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths2007-09-161-74/+74
* Remove obsolete comment.ths2007-08-181-2/+0
* Use qemu_irq for a reset signal between DMA and ESP/Lanceblueswir12007-08-161-2/+9
* Fix Lance on 32-bit hostsblueswir12007-06-281-6/+29
* Handle unconnected vlan case in lanceblueswir12007-05-271-14/+19
* Use qemu_irqs between dma controllers and esp, lanceblueswir12007-05-271-4/+2
* Split DMA controller in twoblueswir12007-05-261-1/+3
* Use full 36-bit physical address space on SS10blueswir12007-05-191-1/+2
* Unify IRQ handling.pbrook2007-04-071-19/+5
* Fix unportable bitfields use which broke pcnet for big endian hosts.ths2007-03-061-269/+339
* Devfn number for network PCI cards, by Aurelien Jarno.ths2007-01-101-2/+2
OpenPOWER on IntegriCloud