aboutsummaryrefslogtreecommitdiffstats
path: root/hw/mcf_fec.c
AgeCommit message (Expand)AuthorFilesLines
2011-11-28mcf_fec: convert to memory APIBenoƮt Canet1-19/+19
2011-08-20Use glib memory allocation and free functionsAnthony Liguori1-2/+2
2011-07-23Correct spelling of licensedMatthew Fernandez1-1/+1
2011-07-23net: Consistently use qemu_macaddr_default_if_unsetJan Kiszka1-1/+1
2010-12-11Add endianness as io mem parameterAlexander Graf1-1/+2
2009-12-03net: convert mcf_fec to NICStateMark McLoughlin1-25/+33
2009-12-03net: remove NICInfo::vcMark McLoughlin1-5/+5
2009-10-27net: add receive_raw parameter to qemu_new_vlan_client()Mark McLoughlin1-1/+1
2009-10-27net: add a client type codeMark McLoughlin1-1/+2
2009-10-15net: allow NICs to be connected to netdevsMark McLoughlin1-1/+2
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori1-3/+3
2009-10-01Get rid of _t suffixmalc1-3/+3
2009-08-25Make CPURead/WriteFunc structure 'const'Blue Swirl1-2/+2
2009-07-09Don't leak VLANClientState on PCI hot removeMark McLoughlin1-3/+3
2009-06-16Remove io_index argument from cpu_register_io_memory()Avi Kivity1-1/+1
2009-06-09net: add return value to packet receive handlerMark McLoughlin1-1/+2
2009-06-09net: pass VLANClientState* as first arg to receive handlersMark McLoughlin1-4/+4
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-05-13Replace gcc variadic macro extension with C99 versionBlue Swirl1-3/+3
2009-05-08Replace cpu_abort with hw_errorPaul Brook1-4/+2
2009-04-17Introduce VLANClientState::cleanup() (Mark McLoughlin)aliguori1-5/+15
2009-01-13Check NIC model in some NIC init functions (Mark McLoughlin)aliguori1-0/+2
2009-01-07Fix build breakage introduced by r6219aliguori1-1/+1
2009-01-07Add a -net name=foo parameter (Mark McLoughlin)aliguori1-1/+1
2009-01-07add missing MAC address to info_str for some NICs (Mark McLoughlin)aliguori1-0/+1
2009-01-07Add a model string to VLANClientState (Mark McLoughlin)aliguori1-2/+2
2007-11-18Add statics and missing #includes for prototypes.pbrook1-1/+1
2007-11-17Break up vl.h.pbrook1-1/+3
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths1-1/+1
2007-06-07Fix return type.pbrook1-1/+1
2007-06-04ColdFire Ethernet support.pbrook1-0/+456