summaryrefslogtreecommitdiffstats
path: root/hw/smc91c111.c
Commit message (Expand)AuthorAgeFilesLines
* hw: move target-independent files to subdirectoriesPaolo Bonzini2013-04-081-806/+0
* hw: move headers to include/Paolo Bonzini2013-04-081-1/+1
* hw: include hw header files with full pathsPaolo Bonzini2013-03-011-2/+2
* net: introduce qemu_get_nic()Jason Wang2013-02-011-3/+3
* net: introduce qemu_get_queue()Jason Wang2013-02-011-2/+2
* hw/smc91c111: Add explicit 'return' rather than relying on fallthroughPeter Maydell2013-01-261-0/+1
* sysbus: Drop sysbus_from_qdev() cast macroAndreas Färber2013-01-211-2/+2
* 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-6/+6
* 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-8/+10
* sysbus: apic: ioapic: convert to QEMU Object ModelAnthony Liguori2012-01-271-10/+19
* qdev: don't access name through infoAnthony Liguori2012-01-271-1/+1
* qdev: move qdev->info to classAnthony Liguori2012-01-271-1/+1
* fix typo: delete redundant semicolonDong Xu Wang2011-12-061-1/+1
* sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio()Avi Kivity2011-11-281-1/+1
* hw/smc91c111: Convert to MemoryRegionPeter Maydell2011-10-021-16/+13
* Correct spelling of licensedMatthew Fernandez2011-07-231-1/+1
* smc91c111: qdevify resetJuha Riihimäki2011-06-151-5/+4
* stc91c111: Implement save/restorePeter Maydell2011-01-201-0/+30
* Add endianness as io mem parameterAlexander Graf2010-12-111-1/+2
* arm: remove dead assignments, spotted by clang analyzerBlue Swirl2010-04-251-17/+18
* smc91c111: allow access to reserved registerLars Munch2010-04-081-0/+4
* smc91c111: mask register offsetLars Munch2010-04-081-0/+2
* net: convert smc91c111 to NICStateMark McLoughlin2009-12-031-15/+20
* smc91c111: use qdev properties for configuration.Gerd Hoffmann2009-10-271-10/+21
* New qdev_init_nofail()Markus Armbruster2009-10-071-1/+1
* Revert "Get rid of _t suffix"Anthony Liguori2009-10-011-6/+6
* Get rid of _t suffixmalc2009-10-011-6/+6
* qdev: add return value to init() callbacks.Gerd Hoffmann2009-08-271-1/+2
* Make CPURead/WriteFunc structure 'const'Blue Swirl2009-08-251-2/+2
* qdev: rework device properties.Gerd Hoffmann2009-07-161-1/+1
* Remove io_index argument from cpu_register_io_memory()Avi Kivity2009-06-161-1/+1
* net: add return value to packet receive handlerMark McLoughlin2009-06-091-4/+6
* net: pass VLANClientState* as first arg to receive handlersMark McLoughlin2009-06-091-4/+4
* 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
* smc91c111 qdev conversionPaul Brook2009-05-141-10/+31
* Replace cpu_abort with hw_errorPaul Brook2009-05-081-4/+2
* Introduce VLANClientState::cleanup() (Mark McLoughlin)aliguori2009-04-171-5/+14
* 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-0/+1
* 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-6/+1
* Break up vl.h.pbrook2007-11-171-1/+3
* Fix 64-bit host printf format mismatches.pbrook2007-11-101-2/+2
OpenPOWER on IntegriCloud