summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* net: convert stellaris to NICStateMark McLoughlin2009-12-031-15/+19
* stellaris_enet: use qdev properties for configuration.Gerd Hoffmann2009-10-271-16/+27
* Revert "Get rid of _t suffix"Anthony Liguori2009-10-011-2/+2
* Get rid of _t suffixmalc2009-10-011-2/+2
* qdev: add return value to init() callbacks.Gerd Hoffmann2009-08-271-1/+2
* Make CPURead/WriteFunc structure 'const'Blue Swirl2009-08-251-2/+2
* Remove io_index argument from cpu_register_io_memory()Avi Kivity2009-06-161-1/+1
* Fix stellaris ethernetPaul Brook2009-06-111-2/+2
* net: add return value to packet receive handlerMark McLoughlin2009-06-091-3/+5
* net: pass VLANClientState* as first arg to receive handlersMark McLoughlin2009-06-091-6/+6
* net: re-name vc->fd_read() to vc->receive()Mark McLoughlin2009-06-091-1/+1
* net: add fd_readv() handler to qemu_new_vlan_client() argsMark McLoughlin2009-06-091-1/+1
* Stellaris ethernet qdev conversionPaul Brook2009-05-141-18/+21
* Replace gcc variadic macro extension with C99 versionBlue Swirl2009-05-131-7/+7
* Replace cpu_abort with hw_errorPaul Brook2009-05-081-4/+2
* Introduce VLANClientState::cleanup() (Mark McLoughlin)aliguori2009-04-171-5/+18
* Check NIC model in some NIC init functions (Mark McLoughlin)aliguori2009-01-131-0/+2
* Add a -net name=foo parameter (Mark McLoughlin)aliguori2009-01-071-1/+1
* add missing MAC address to info_str for some NICs (Mark McLoughlin)aliguori2009-01-071-1/+3
* Add a model string to VLANClientState (Mark McLoughlin)aliguori2009-01-071-2/+2
* Change MMIO callbacks to use offsets, not absolute addresses.pbrook2008-12-011-4/+0
* Save/restore for stellaris boards.pbrook2008-07-021-0/+63
* Stellaris ethernet support.pbrook2007-11-241-0/+347