summaryrefslogtreecommitdiff
path: root/hw/etraxfs_eth.c
AgeCommit message (Expand)AuthorFilesLines
2013-03-01hw: include hw header files with full pathsPaolo Bonzini1-2/+2
2013-02-01net: introduce qemu_get_nic()Jason Wang1-3/+3
2013-02-01net: introduce qemu_get_queue()Jason Wang1-2/+3
2013-01-24trivial: etraxfs_eth: Eliminate checkpatch errorsGrant Likely1-456/+466
2013-01-10Make all static TypeInfos constAndreas Färber1-1/+1
2012-12-19net: reorganize headersPaolo Bonzini1-1/+1
2012-10-23Rename target_phys_addr_t to hwaddrAvi Kivity1-2/+2
2012-08-01net: Rename VLANClientState to NetClientStateStefan Hajnoczi1-4/+4
2012-07-23hw, net: "net_client_type" -> "NetClientOptionsKind" (qapi-generated)Laszlo Ersek1-1/+1
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