summaryrefslogtreecommitdiffstats
path: root/hw/net/mipsnet.c
Commit message (Expand)AuthorAgeFilesLines
* Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost2020-09-181-3/+1Star
* Use DECLARE_*CHECKER* macrosEduardo Habkost2020-09-091-1/+2
* Move QOM typedefs and add missing includesEduardo Habkost2020-09-091-2/+4
* qdev: set properties with device_class_set_props()Marc-André Lureau2020-01-241-1/+1
* mips: mipssim: Renovate coding styleFilip Bozuta2019-12-161-19/+23
* Include hw/qdev-properties.h lessMarkus Armbruster2019-08-161-0/+1
* Include hw/hw.h exactly where neededMarkus Armbruster2019-08-161-1/+0Star
* Include migration/vmstate.h lessMarkus Armbruster2019-08-161-0/+1
* Include hw/irq.h a lot lessMarkus Armbruster2019-08-161-0/+1
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-121-0/+1
* avoid TABs in files that only contain a fewPaolo Bonzini2019-01-111-8/+8
* net: mipsnet: convert SysBus init method to a realize methodCédric Le Goater2018-10-241-6/+3Star
* qapi: Change Netdev into a flat unionEric Blake2016-07-191-1/+1
* net: mipsnet: check transmit buffer size before sendingPrasad J Pandit2016-06-281-3/+5
* net: mipsnet: check packet length against bufferPrasad J Pandit2016-05-251-0/+3
* hw/net: Clean up includesPeter Maydell2016-01-291-0/+1
* mipsnet: Flush queued packets when receiving is enabledFam Zheng2015-07-271-2/+7
* net: remove all cleanup methods from NIC NetClientInfosPaolo Bonzini2015-01-121-8/+0Star
* savevm: Remove all the unneeded version_minimum_id_old (rest)Juan Quintela2014-05-141-2/+1Star
* mipsnet: QOM cast cleanupAndreas Färber2013-07-291-8/+12
* devices: Associate devices to their logical categoryMarcel Apfelbaum2013-07-291-0/+1
* hw/n*: pass owner to memory_region_init* functionsPaolo Bonzini2013-07-041-1/+2
* memory: add owner argument to initialization functionsPaolo Bonzini2013-07-041-1/+1
* hw: move target-independent files to subdirectoriesPaolo Bonzini2013-04-081-0/+284