aboutsummaryrefslogtreecommitdiff
path: root/hw/mcf_fec.c
AgeCommit message (Expand)Author
2012-10-23Rename target_phys_addr_t to hwaddrAvi Kivity
2012-08-01net: Rename VLANClientState to NetClientStateStefan Hajnoczi
2012-08-01net: Remove VLANStateStefan Hajnoczi
2012-07-23hw, net: "net_client_type" -> "NetClientOptionsKind" (qapi-generated)Laszlo Ersek
2011-11-28mcf_fec: convert to memory APIBenoƮt Canet
2011-08-20Use glib memory allocation and free functionsAnthony Liguori
2011-07-23Correct spelling of licensedMatthew Fernandez
2011-07-23net: Consistently use qemu_macaddr_default_if_unsetJan Kiszka
2010-12-11Add endianness as io mem parameterAlexander Graf
2009-12-03net: convert mcf_fec to NICStateMark McLoughlin
2009-12-03net: remove NICInfo::vcMark McLoughlin
2009-10-27net: add receive_raw parameter to qemu_new_vlan_client()Mark McLoughlin
2009-10-27net: add a client type codeMark McLoughlin
2009-10-15net: allow NICs to be connected to netdevsMark McLoughlin
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori
2009-10-01Get rid of _t suffixmalc
2009-08-25Make CPURead/WriteFunc structure 'const'Blue Swirl
2009-07-09Don't leak VLANClientState on PCI hot removeMark McLoughlin
2009-06-16Remove io_index argument from cpu_register_io_memory()Avi Kivity
2009-06-09net: add return value to packet receive handlerMark McLoughlin
2009-06-09net: pass VLANClientState* as first arg to receive handlersMark McLoughlin
2009-06-09net: re-name vc->fd_read() to vc->receive()Mark McLoughlin
2009-06-09net: add fd_readv() handler to qemu_new_vlan_client() argsMark McLoughlin
2009-05-13Replace gcc variadic macro extension with C99 versionBlue Swirl
2009-05-08Replace cpu_abort with hw_errorPaul Brook
2009-04-17Introduce VLANClientState::cleanup() (Mark McLoughlin)aliguori
2009-01-13Check NIC model in some NIC init functions (Mark McLoughlin)aliguori
2009-01-07Fix build breakage introduced by r6219aliguori
2009-01-07Add a -net name=foo parameter (Mark McLoughlin)aliguori
2009-01-07add missing MAC address to info_str for some NICs (Mark McLoughlin)aliguori
2009-01-07Add a model string to VLANClientState (Mark McLoughlin)aliguori
2007-11-18Add statics and missing #includes for prototypes.pbrook
2007-11-17Break up vl.h.pbrook
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths
2007-06-07Fix return type.pbrook
2007-06-04ColdFire Ethernet support.pbrook