aboutsummaryrefslogtreecommitdiffstats
path: root/hw/pcnet.c
AgeCommit message (Expand)AuthorFilesLines
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
2007-06-28 Fix Lance on 32-bit hostsblueswir11-6/+29
2007-05-27Handle unconnected vlan case in lanceblueswir11-14/+19
2007-05-27Use qemu_irqs between dma controllers and esp, lanceblueswir11-4/+2
2007-05-26Split DMA controller in twoblueswir11-1/+3
2007-05-19Use full 36-bit physical address space on SS10blueswir11-1/+2
2007-04-07Unify IRQ handling.pbrook1-19/+5
2007-03-06Fix unportable bitfields use which broke pcnet for big endian hosts.ths1-269/+339
2007-01-10Devfn number for network PCI cards, by Aurelien Jarno.ths1-2/+2
2006-09-03better PCNET endianness supportbellard1-149/+74
2006-09-03endianness fixesbellard1-96/+157
2006-09-03initial sparc32 lance and pcnet mergebellard1-114/+327
2006-07-14win32 compilation fixesbellard1-25/+27
2006-07-13avoid recursive txbellard1-1/+14
2006-07-04avoid unneeded dependenciesbellard1-18/+21
2006-07-04pcnet nic support (Antony T Curtis)bellard1-0/+1771