aboutsummaryrefslogtreecommitdiffstats
path: root/hw/mipsnet.c
AgeCommit message (Expand)AuthorFilesLines
2009-07-09Don't leak VLANClientState on PCI hot removeMark McLoughlin1-3/+3
2009-06-09net: add return value to packet receive handlerMark McLoughlin1-2/+4
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-04-17Introduce VLANClientState::cleanup() (Mark McLoughlin)aliguori1-1/+15
2009-04-17Remove NICInfo from e1000 and mipsnet state (Mark McLoughlin)aliguori1-3/+1
2009-02-05hw: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori1-2/+0
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-03-28Fix mipsnet device ID, noticed by Vijay Kumar.aurel321-4/+2
2007-11-17Break up vl.h.pbrook1-1/+4
2007-10-28Less debug noise from the mipsnet driver.ths1-3/+3
2007-10-17Second half of mipssim support, plus documentation improvements.ths1-0/+269