index
:
~jjongsma/qemu
vsock
qemu patches for jjongsma
jjongsma
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
stellaris_enet.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-06-11
Fix stellaris ethernet
Paul Brook
1
-2
/
+2
2009-06-09
net: add return value to packet receive handler
Mark McLoughlin
1
-3
/
+5
2009-06-09
net: pass VLANClientState* as first arg to receive handlers
Mark McLoughlin
1
-6
/
+6
2009-06-09
net: re-name vc->fd_read() to vc->receive()
Mark McLoughlin
1
-1
/
+1
2009-06-09
net: add fd_readv() handler to qemu_new_vlan_client() args
Mark McLoughlin
1
-1
/
+1
2009-05-14
Stellaris ethernet qdev conversion
Paul Brook
1
-18
/
+21
2009-05-13
Replace gcc variadic macro extension with C99 version
Blue Swirl
1
-7
/
+7
2009-05-08
Replace cpu_abort with hw_error
Paul Brook
1
-4
/
+2
2009-04-17
Introduce VLANClientState::cleanup() (Mark McLoughlin)
aliguori
1
-5
/
+18
2009-01-13
Check NIC model in some NIC init functions (Mark McLoughlin)
aliguori
1
-0
/
+2
2009-01-07
Add a -net name=foo parameter (Mark McLoughlin)
aliguori
1
-1
/
+1
2009-01-07
add missing MAC address to info_str for some NICs (Mark McLoughlin)
aliguori
1
-1
/
+3
2009-01-07
Add a model string to VLANClientState (Mark McLoughlin)
aliguori
1
-2
/
+2
2008-12-01
Change MMIO callbacks to use offsets, not absolute addresses.
pbrook
1
-4
/
+0
2008-07-02
Save/restore for stellaris boards.
pbrook
1
-0
/
+63
2007-11-24
Stellaris ethernet support.
pbrook
1
-0
/
+347