index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
pcnet.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Introduce VLANClientState::cleanup() (Mark McLoughlin)
aliguori
2009-04-17
1
-9
/
+49
*
pcnet: Avoid double conversion via PHYSADDR
aurel32
2009-04-08
1
-10
/
+10
*
qemu: return PCIDevice on net device init and record devfn (Marcelo Tosatti)
aliguori
2009-02-11
1
-1
/
+2
*
hw: remove error handling from qemu_malloc() callers (Avi Kivity)
aliguori
2009-02-05
1
-2
/
+0
*
Add and use #defines for PCI device classes
blueswir1
2009-02-01
1
-2
/
+1
*
Define PCI vendor and device IDs in pci.h (Stuart Brady)
aliguori
2009-01-26
1
-2
/
+2
*
Remove unused info_str parameter to pcnet_common_init()
blueswir1
2009-01-17
1
-3
/
+3
*
Check NIC model in some NIC init functions (Mark McLoughlin)
aliguori
2009-01-13
1
-0
/
+2
*
Add a -net name=foo parameter (Mark McLoughlin)
aliguori
2009-01-07
1
-1
/
+1
*
Add qemu_format_nic_info_str() (Mark McLoughlin)
aliguori
2009-01-07
1
-8
/
+1
*
Add a model string to VLANClientState (Mark McLoughlin)
aliguori
2009-01-07
1
-2
/
+2
*
Remove address masking
blueswir1
2008-12-02
1
-2
/
+2
*
Resurrect the safe part of r5274
blueswir1
2008-10-02
1
-12
/
+12
*
Revert r5274 which breaks savevm/loadvm
blueswir1
2008-09-25
1
-12
/
+12
*
Add signed versions of save/load functions
blueswir1
2008-09-20
1
-12
/
+12
*
hw/pcnet: use qemu_socket.h
aurel32
2008-09-04
1
-6
/
+1
*
hw/pcnet.c: windows compile fix
aurel32
2008-09-02
1
-0
/
+4
*
pcnet: add loopback mode emulation
aurel32
2008-09-02
1
-30
/
+59
*
Fix debug message address formats
blueswir1
2008-07-20
1
-8
/
+15
*
Fix wrong function names in debug messages (Stefan Weil)
blueswir1
2008-07-20
1
-2
/
+2
*
Various NICs: Fix suspend/resume of multiple instances, by Jan Kiszka.
ths
2008-07-18
1
-1
/
+1
*
PCnet: Allow more then two TMDs (Jan Kiszka)
blueswir1
2008-04-20
1
-7
/
+6
*
Register only valid register access widths
blueswir1
2008-01-01
1
-4
/
+4
*
Fix miscellaneous minor things, by Andre Przywara.
ths
2007-12-17
1
-4
/
+4
*
qemu_put signedness fixes, by Andre Przywara.
ths
2007-12-16
1
-12
/
+12
*
Break up vl.h.
pbrook
2007-11-17
1
-1
/
+5
*
find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...
ths
2007-09-17
1
-35
/
+35
*
find -type f | xargs sed -i 's/[\t ]$//g' # on most files
ths
2007-09-16
1
-74
/
+74
*
Remove obsolete comment.
ths
2007-08-18
1
-2
/
+0
*
Use qemu_irq for a reset signal between DMA and ESP/Lance
blueswir1
2007-08-16
1
-2
/
+9
*
Fix Lance on 32-bit hosts
blueswir1
2007-06-28
1
-6
/
+29
*
Handle unconnected vlan case in lance
blueswir1
2007-05-27
1
-14
/
+19
*
Use qemu_irqs between dma controllers and esp, lance
blueswir1
2007-05-27
1
-4
/
+2
*
Split DMA controller in two
blueswir1
2007-05-26
1
-1
/
+3
*
Use full 36-bit physical address space on SS10
blueswir1
2007-05-19
1
-1
/
+2
*
Unify IRQ handling.
pbrook
2007-04-07
1
-19
/
+5
*
Fix unportable bitfields use which broke pcnet for big endian hosts.
ths
2007-03-06
1
-269
/
+339
*
Devfn number for network PCI cards, by Aurelien Jarno.
ths
2007-01-10
1
-2
/
+2
*
better PCNET endianness support
bellard
2006-09-03
1
-149
/
+74
*
endianness fixes
bellard
2006-09-03
1
-96
/
+157
*
initial sparc32 lance and pcnet merge
bellard
2006-09-03
1
-114
/
+327
*
win32 compilation fixes
bellard
2006-07-14
1
-25
/
+27
*
avoid recursive tx
bellard
2006-07-13
1
-1
/
+14
*
avoid unneeded dependencies
bellard
2006-07-04
1
-18
/
+21
*
pcnet nic support (Antony T Curtis)
bellard
2006-07-04
1
-0
/
+1771
[prev]