aboutsummaryrefslogtreecommitdiff
path: root/hw/etraxfs_eth.c
AgeCommit message (Expand)Author
2013-04-08hw: move NICs to hw/net/, configure via default-configs/Paolo Bonzini
2013-04-08hw: move headers to include/Paolo Bonzini
2013-03-01hw: include hw header files with full pathsPaolo Bonzini
2013-02-01net: introduce qemu_get_nic()Jason Wang
2013-02-01net: introduce qemu_get_queue()Jason Wang
2013-01-24trivial: etraxfs_eth: Eliminate checkpatch errorsGrant Likely
2013-01-10Make all static TypeInfos constAndreas Färber
2012-12-19net: reorganize headersPaolo Bonzini
2012-10-23Rename target_phys_addr_t to hwaddrAvi Kivity
2012-08-01net: Rename VLANClientState to NetClientStateStefan Hajnoczi
2012-07-23hw, net: "net_client_type" -> "NetClientOptionsKind" (qapi-generated)Laszlo Ersek
2012-02-15qom: Unify type registrationAndreas Färber
2012-02-03qdev: register all types natively through QEMU Object ModelAnthony Liguori
2012-01-27sysbus: apic: ioapic: convert to QEMU Object ModelAnthony Liguori
2012-01-27qdev: don't access name through infoAnthony Liguori
2012-01-12etraxfs-dma: Model metadata and eopLars Persson
2011-12-19etraxfs_eth: drop bogus cpu_unregister_io_memory()Avi Kivity
2011-11-28sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio()Avi Kivity
2011-10-02etrax-eth: Convert to MemoryRegionEdgar E. Iglesias
2011-08-20Use glib memory allocation and free functionsAnthony Liguori
2011-08-11etrax: QDevify the Ethernet MAC.Edgar E. Iglesias
2011-08-09etrax: Allocate DMA connections at board level.Edgar E. Iglesias
2011-07-23net: Consistently use qemu_macaddr_default_if_unsetJan Kiszka
2010-12-11Add endianness as io mem parameterAlexander Graf
2010-08-26etraxfs_eth: correct use of ! and &Blue Swirl
2010-07-25etrax: Update ethernet mgm-ctrl reg on writesEdgar E. Iglesias
2010-04-25cris: remove dead assignments, spotted by clang analyzerBlue Swirl
2009-12-03net: convert etrax 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-15etrax: Don't pass CPUState to peripherals.Edgar E. Iglesias
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-18etrax: Remove unused eth irq line.Edgar E. Iglesias
2009-05-13ETRAX: Correct setting of ethernet station address.Edgar E. Iglesias
2009-04-17Introduce VLANClientState::cleanup() (Mark McLoughlin)aliguori
2009-02-22CRIS: Fix remaining build warnings.edgar_igl
2009-02-05hw: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori
2009-01-13Check NIC model in some NIC init functions (Mark McLoughlin)aliguori
2009-01-09ETRAX: Let the ethernet PHY report the current link-state.edgar_igl
2009-01-07Add a -net name=foo parameter (Mark McLoughlin)aliguori