summaryrefslogtreecommitdiffstats
path: root/hw/etraxfs_eth.c
Commit message (Expand)AuthorAgeFilesLines
* net: introduce qemu_get_queue()Jason Wang2013-02-011-2/+3
* trivial: etraxfs_eth: Eliminate checkpatch errorsGrant Likely2013-01-241-456/+466
* Make all static TypeInfos constAndreas Färber2013-01-101-1/+1
* net: reorganize headersPaolo Bonzini2012-12-191-1/+1
* Rename target_phys_addr_t to hwaddrAvi Kivity2012-10-231-2/+2
* net: Rename VLANClientState to NetClientStateStefan Hajnoczi2012-08-011-4/+4
* hw, net: "net_client_type" -> "NetClientOptionsKind" (qapi-generated)Laszlo Ersek2012-07-231-1/+1
* qom: Unify type registrationAndreas Färber2012-02-151-2/+2
* qdev: register all types natively through QEMU Object ModelAnthony Liguori2012-02-031-6/+8
* sysbus: apic: ioapic: convert to QEMU Object ModelAnthony Liguori2012-01-271-11/+20
* qdev: don't access name through infoAnthony Liguori2012-01-271-1/+1
* etraxfs-dma: Model metadata and eopLars Persson2012-01-121-1/+1
* etraxfs_eth: drop bogus cpu_unregister_io_memory()Avi Kivity2011-12-191-3/+0
* sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio()Avi Kivity2011-11-281-1/+1
* etrax-eth: Convert to MemoryRegionEdgar E. Iglesias2011-10-021-14/+16
* Use glib memory allocation and free functionsAnthony Liguori2011-08-201-1/+1
* etrax: QDevify the Ethernet MAC.Edgar E. Iglesias2011-08-111-28/+48
* etrax: Allocate DMA connections at board level.Edgar E. Iglesias2011-08-091-12/+14
* net: Consistently use qemu_macaddr_default_if_unsetJan Kiszka2011-07-231-1/+1
* Add endianness as io mem parameterAlexander Graf2010-12-111-1/+2
* etraxfs_eth: correct use of ! and &Blue Swirl2010-08-261-1/+1
* etrax: Update ethernet mgm-ctrl reg on writesEdgar E. Iglesias2010-07-251-0/+1
* cris: remove dead assignments, spotted by clang analyzerBlue Swirl2010-04-251-1/+1
* net: convert etrax to NICStateMark McLoughlin2009-12-031-18/+27
* 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
* etrax: Don't pass CPUState to peripherals.Edgar E. Iglesias2009-06-151-5/+1
* 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-3/+3
* 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
* etrax: Remove unused eth irq line.Edgar E. Iglesias2009-05-181-3/+1
* ETRAX: Correct setting of ethernet station address.Edgar E. Iglesias2009-05-131-2/+2
* Introduce VLANClientState::cleanup() (Mark McLoughlin)aliguori2009-04-171-1/+12
* CRIS: Fix remaining build warnings.edgar_igl2009-02-221-2/+1
* hw: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori2009-02-051-8/+0
* Check NIC model in some NIC init functions (Mark McLoughlin)aliguori2009-01-131-0/+2
* ETRAX: Let the ethernet PHY report the current link-state.edgar_igl2009-01-091-3/+20
* Add a -net name=foo parameter (Mark McLoughlin)aliguori2009-01-071-1/+1
* Add a model string to VLANClientState (Mark McLoughlin)aliguori2009-01-071-1/+1
* ETRAX: Correct size of control-register area.edgar_igl2009-01-071-42/+18
* Change MMIO callbacks to use offsets, not absolute addresses.pbrook2008-12-011-6/+0
* ETRAX-FS: Drop DMA polling for ethernet.edgar_igl2008-10-241-46/+4
OpenPOWER on IntegriCloud