aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* better PCNET endianness supportbellard2006-09-031-149/+74
* endianness fixesbellard2006-09-031-96/+157
* initial sparc32 lance and pcnet mergebellard2006-09-031-114/+327
* win32 compilation fixesbellard2006-07-141-25/+27
* avoid recursive txbellard2006-07-131-1/+14
* avoid unneeded dependenciesbellard2006-07-041-18/+21
* pcnet nic support (Antony T Curtis)bellard2006-07-041-0/+1771