summaryrefslogtreecommitdiffstats
path: root/hw/mcf_fec.c
Commit message (Expand)AuthorAgeFilesLines
* hw: move NICs to hw/net/, configure via default-configs/Paolo Bonzini2013-04-081-480/+0
* hw: move headers to include/Paolo Bonzini2013-04-081-1/+1
* hw: include hw header files with full pathsPaolo Bonzini2013-03-011-2/+2
* net: multiqueue supportJason Wang2013-02-011-1/+1
* net: introduce qemu_get_nic()Jason Wang2013-02-011-3/+3
* net: introduce qemu_get_queue()Jason Wang2013-02-011-2/+2
* exec: move include files to include/exec/Paolo Bonzini2012-12-191-1/+1
* net: reorganize headersPaolo Bonzini2012-12-191-1/+1
* Rename target_phys_addr_t to hwaddrAvi Kivity2012-10-231-3/+3
* net: Rename VLANClientState to NetClientStateStefan Hajnoczi2012-08-011-3/+3
* net: Remove VLANStateStefan Hajnoczi2012-08-011-1/+0
* hw, net: "net_client_type" -> "NetClientOptionsKind" (qapi-generated)Laszlo Ersek2012-07-231-1/+1
* mcf_fec: convert to memory APIBenoƮt Canet2011-11-281-19/+19
* Use glib memory allocation and free functionsAnthony Liguori2011-08-201-2/+2
* Correct spelling of licensedMatthew Fernandez2011-07-231-1/+1
* net: Consistently use qemu_macaddr_default_if_unsetJan Kiszka2011-07-231-1/+1
* Add endianness as io mem parameterAlexander Graf2010-12-111-1/+2
* net: convert mcf_fec to NICStateMark McLoughlin2009-12-031-25/+33
* net: remove NICInfo::vcMark McLoughlin2009-12-031-5/+5
* net: add receive_raw parameter to qemu_new_vlan_client()Mark McLoughlin2009-10-271-1/+1
* net: add a client type codeMark McLoughlin2009-10-271-1/+2
* net: allow NICs to be connected to netdevsMark McLoughlin2009-10-151-1/+2
* Revert "Get rid of _t suffix"Anthony Liguori2009-10-011-3/+3
* Get rid of _t suffixmalc2009-10-011-3/+3
* Make CPURead/WriteFunc structure 'const'Blue Swirl2009-08-251-2/+2
* Don't leak VLANClientState on PCI hot removeMark McLoughlin2009-07-091-3/+3
* Remove io_index argument from cpu_register_io_memory()Avi Kivity2009-06-161-1/+1
* net: add return value to packet receive handlerMark McLoughlin2009-06-091-1/+2
* net: pass VLANClientState* as first arg to receive handlersMark McLoughlin2009-06-091-4/+4
* 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
* Replace gcc variadic macro extension with C99 versionBlue Swirl2009-05-131-3/+3
* Replace cpu_abort with hw_errorPaul Brook2009-05-081-4/+2
* Introduce VLANClientState::cleanup() (Mark McLoughlin)aliguori2009-04-171-5/+15
* Check NIC model in some NIC init functions (Mark McLoughlin)aliguori2009-01-131-0/+2
* Fix build breakage introduced by r6219aliguori2009-01-071-1/+1
* 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-0/+1
* Add a model string to VLANClientState (Mark McLoughlin)aliguori2009-01-071-2/+2
* Add statics and missing #includes for prototypes.pbrook2007-11-181-1/+1
* Break up vl.h.pbrook2007-11-171-1/+3
* find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths2007-09-161-1/+1
* Fix return type.pbrook2007-06-071-1/+1
* ColdFire Ethernet support.pbrook2007-06-041-0/+456
OpenPOWER on IntegriCloud