aboutsummaryrefslogtreecommitdiffstats
path: root/hw/pcnet.c
AgeCommit message (Expand)AuthorFilesLines
2009-09-11Unexport ticks_per_sec variable. Create get_ticks_per_sec() functionJuan Quintela1-1/+1
2009-08-27pcnet: Add pci_pcnet_{save/load} functions, then remove PCNetState pci_dev fieldJuan Quintela1-13/+26
2009-08-27pcnet: remove useless casts This are casts to the very type of the functionJuan Quintela1-6/+6
2009-08-27pcnet: Change casts to DO_UPCAST() for PCIPCNetStateJuan Quintela1-4/+4
2009-08-27qdev: add return value to init() callbacks.Gerd Hoffmann1-5/+6
2009-08-25Make CPURead/WriteFunc structure 'const'Blue Swirl1-10/+10
2009-08-10qdev/prop: convert pcnet.c to helper macros.Gerd Hoffmann1-6/+2
2009-07-16qdev: rework device properties.Gerd Hoffmann1-3/+16
2009-07-09qdev: update pci device registration.Gerd Hoffmann1-1/+7
2009-06-16Rename pci_register_io_region() to pci_register_bar()Avi Kivity1-2/+2
2009-06-16Remove io_index argument from cpu_register_io_memory()Avi Kivity1-2/+2
2009-06-09net: add return value to packet receive handlerMark McLoughlin1-2/+5
2009-06-09net: pass VLANClientState* as first arg to receive handlersMark McLoughlin1-5/+5
2009-06-09net: re-name vc->fd_read() to vc->receive()Mark McLoughlin1-1/+1
2009-06-09net: add fd_readv() handler to qemu_new_vlan_client() argsMark McLoughlin1-1/+1
2009-05-26Remove qdev irq sink handlingPaul Brook1-1/+1
2009-05-22Fix lance segfaultsPaul Brook1-3/+6
2009-05-14PCI network qdev conversionPaul Brook1-69/+64
2009-05-03use PCI_HEADER_TYPE.Isaku Yamahata1-1/+1
2009-05-01Pci nic: pci_register_device can failChris Wright1-0/+4
2009-04-17Introduce VLANClientState::cleanup() (Mark McLoughlin)aliguori1-9/+49
2009-04-08pcnet: Avoid double conversion via PHYSADDRaurel321-10/+10
2009-02-11qemu: return PCIDevice on net device init and record devfn (Marcelo Tosatti)aliguori1-1/+2
2009-02-05hw: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori1-2/+0
2009-02-01Add and use #defines for PCI device classesblueswir11-2/+1
2009-01-26Define PCI vendor and device IDs in pci.h (Stuart Brady)aliguori1-2/+2
2009-01-17Remove unused info_str parameter to pcnet_common_init()blueswir11-3/+3
2009-01-13Check NIC model in some NIC init functions (Mark McLoughlin)aliguori1-0/+2
2009-01-07Add a -net name=foo parameter (Mark McLoughlin)aliguori1-1/+1
2009-01-07Add qemu_format_nic_info_str() (Mark McLoughlin)aliguori1-8/+1
2009-01-07Add a model string to VLANClientState (Mark McLoughlin)aliguori1-2/+2
2008-12-02Remove address maskingblueswir11-2/+2
2008-10-02Resurrect the safe part of r5274blueswir11-12/+12
2008-09-25Revert r5274 which breaks savevm/loadvmblueswir11-12/+12
2008-09-20Add signed versions of save/load functionsblueswir11-12/+12
2008-09-04hw/pcnet: use qemu_socket.haurel321-6/+1
2008-09-02hw/pcnet.c: windows compile fixaurel321-0/+4
2008-09-02pcnet: add loopback mode emulationaurel321-30/+59
2008-07-20Fix debug message address formatsblueswir11-8/+15
2008-07-20Fix wrong function names in debug messages (Stefan Weil)blueswir11-2/+2
2008-07-18Various NICs: Fix suspend/resume of multiple instances, by Jan Kiszka.ths1-1/+1
2008-04-20PCnet: Allow more then two TMDs (Jan Kiszka)blueswir11-7/+6
2008-01-01 Register only valid register access widthsblueswir11-4/+4
2007-12-17Fix miscellaneous minor things, by Andre Przywara.ths1-4/+4
2007-12-16qemu_put signedness fixes, by Andre Przywara.ths1-12/+12
2007-11-17Break up vl.h.pbrook1-1/+5
2007-09-17find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths1-35/+35
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths1-74/+74
2007-08-18Remove obsolete comment.ths1-2/+0
2007-08-16 Use qemu_irq for a reset signal between DMA and ESP/Lanceblueswir11-2/+9