aboutsummaryrefslogtreecommitdiffstats
path: root/hw/etraxfs_eth.c
AgeCommit message (Expand)AuthorFilesLines
2012-02-15qom: Unify type registrationAndreas Färber1-2/+2
2012-02-03qdev: register all types natively through QEMU Object ModelAnthony Liguori1-6/+8
2012-01-27sysbus: apic: ioapic: convert to QEMU Object ModelAnthony Liguori1-11/+20
2012-01-27qdev: don't access name through infoAnthony Liguori1-1/+1
2012-01-12etraxfs-dma: Model metadata and eopLars Persson1-1/+1
2011-12-19etraxfs_eth: drop bogus cpu_unregister_io_memory()Avi Kivity1-3/+0
2011-11-28sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio()Avi Kivity1-1/+1
2011-10-02etrax-eth: Convert to MemoryRegionEdgar E. Iglesias1-14/+16
2011-08-20Use glib memory allocation and free functionsAnthony Liguori1-1/+1
2011-08-11etrax: QDevify the Ethernet MAC.Edgar E. Iglesias1-28/+48
2011-08-09etrax: Allocate DMA connections at board level.Edgar E. Iglesias1-12/+14
2011-07-23net: Consistently use qemu_macaddr_default_if_unsetJan Kiszka1-1/+1
2010-12-11Add endianness as io mem parameterAlexander Graf1-1/+2
2010-08-26etraxfs_eth: correct use of ! and &Blue Swirl1-1/+1
2010-07-25etrax: Update ethernet mgm-ctrl reg on writesEdgar E. Iglesias1-0/+1
2010-04-25cris: remove dead assignments, spotted by clang analyzerBlue Swirl1-1/+1
2009-12-03net: convert etrax to NICStateMark McLoughlin1-18/+27
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-15etrax: Don't pass CPUState to peripherals.Edgar E. Iglesias1-5/+1
2009-06-09net: add return value to packet receive handlerMark McLoughlin1-3/+5
2009-06-09net: pass VLANClientState* as first arg to receive handlersMark McLoughlin1-3/+3
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-18etrax: Remove unused eth irq line.Edgar E. Iglesias1-3/+1
2009-05-13ETRAX: Correct setting of ethernet station address.Edgar E. Iglesias1-2/+2
2009-04-17Introduce VLANClientState::cleanup() (Mark McLoughlin)aliguori1-1/+12
2009-02-22CRIS: Fix remaining build warnings.edgar_igl1-2/+1
2009-02-05hw: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori1-8/+0
2009-01-13Check NIC model in some NIC init functions (Mark McLoughlin)aliguori1-0/+2
2009-01-09ETRAX: Let the ethernet PHY report the current link-state.edgar_igl1-3/+20
2009-01-07Add a -net name=foo parameter (Mark McLoughlin)aliguori1-1/+1
2009-01-07Add a model string to VLANClientState (Mark McLoughlin)aliguori1-1/+1
2009-01-07ETRAX: Correct size of control-register area.edgar_igl1-42/+18
2008-12-01Change MMIO callbacks to use offsets, not absolute addresses.pbrook1-6/+0
2008-10-24ETRAX-FS: Drop DMA polling for ethernet.edgar_igl1-46/+4
2008-09-22ETRAX-FS: Correct ethernet PHY diagnostics register reads.edgar_igl1-4/+51
2008-06-30Avoid refering to CRIS specific cpu-state to be able to use these blocks with...edgar_igl1-6/+5
2008-06-30Avoid CRIS related warnings by Jan Kiszka.edgar_igl1-4/+6
2008-05-27ETRAX: Avoid compiler warning.edgar_igl1-3/+2
2008-05-18ETRAX: Add support for the ethernet receivers dest addr filters.edgar_igl1-45/+162
2008-05-13ETRAX: Add some kind of support for simulating 802.3 auto-negotiation.edgar_igl1-17/+55
2008-05-11Add limited support for the etrax ethernet controller.edgar_igl1-0/+453