summaryrefslogtreecommitdiffstats
path: root/hw/stellaris_enet.c
Commit message (Expand)AuthorAgeFilesLines
* net: introduce qemu_get_queue()Jason Wang2013-02-011-2/+3
* 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-3/+3
* 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-8/+17
* qdev: don't access name through infoAnthony Liguori2012-01-271-1/+1
* sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio()Avi Kivity2011-11-281-1/+1
* stellaris_enet: convert to memory APIAvi Kivity2011-09-041-17/+12
* Revert "Merge remote-tracking branch 'qemu-kvm/memory/batch' into staging"Anthony Liguori2011-08-251-12/+17
* stellaris_enet: convert to memory APIAvi Kivity2011-08-241-17/+12
* Use glib memory allocation and free functionsAnthony Liguori2011-08-201-1/+1
* Correct spelling of licensedMatthew Fernandez2011-07-231-1/+1
* Add endianness as io mem parameterAlexander Graf2010-12-111-1/+2
* savevm: Add DeviceState paramAlex Williamson2010-07-061-2/+2
* net: convert stellaris to NICStateMark McLoughlin2009-12-031-15/+19
* stellaris_enet: use qdev properties for configuration.Gerd Hoffmann2009-10-271-16/+27
* Revert "Get rid of _t suffix"Anthony Liguori2009-10-011-2/+2
* Get rid of _t suffixmalc2009-10-011-2/+2
* qdev: add return value to init() callbacks.Gerd Hoffmann2009-08-271-1/+2
* Make CPURead/WriteFunc structure 'const'Blue Swirl2009-08-251-2/+2
* Remove io_index argument from cpu_register_io_memory()Avi Kivity2009-06-161-1/+1
* Fix stellaris ethernetPaul Brook2009-06-111-2/+2
* 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-6/+6
* 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
* Stellaris ethernet qdev conversionPaul Brook2009-05-141-18/+21
* Replace gcc variadic macro extension with C99 versionBlue Swirl2009-05-131-7/+7
* Replace cpu_abort with hw_errorPaul Brook2009-05-081-4/+2
* Introduce VLANClientState::cleanup() (Mark McLoughlin)aliguori2009-04-171-5/+18
* Check NIC model in some NIC init functions (Mark McLoughlin)aliguori2009-01-131-0/+2
* 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-1/+3
* Add a model string to VLANClientState (Mark McLoughlin)aliguori2009-01-071-2/+2
* Change MMIO callbacks to use offsets, not absolute addresses.pbrook2008-12-011-4/+0
* Save/restore for stellaris boards.pbrook2008-07-021-0/+63
* Stellaris ethernet support.pbrook2007-11-241-0/+347
OpenPOWER on IntegriCloud