summaryrefslogtreecommitdiffstats
path: root/hw/net/lance.c
Commit message (Expand)AuthorAgeFilesLines
* Drop more @errp parameters after previous commitMarkus Armbruster2020-05-151-1/+1
* qdev: set properties with device_class_set_props()Marc-André Lureau2020-01-241-1/+1
* lance: replace PROP_PTR with PROP_LINKMarc-André Lureau2020-01-071-3/+2Star
* Include hw/qdev-properties.h lessMarkus Armbruster2019-08-161-0/+1
* Include migration/vmstate.h lessMarkus Armbruster2019-08-161-0/+1
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-121-0/+1
* net: lance: convert SysBus init method to a realize methodCédric Le Goater2018-10-241-5/+3Star
* hw/net: Remove unnecessary header includesThomas Huth2018-03-051-3/+0Star
* sun4m: remove include/hw/sparc/sun4m.h and all references to itMark Cave-Ayland2018-01-091-1/+1
* lance: move TYPE_LANCE and SysBusPCNetState from lance.c to lance.hMark Cave-Ayland2017-10-311-10/+1Star
* qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatableEduardo Habkost2017-05-171-1/+1
* qapi: Change Netdev into a flat unionEric Blake2016-07-191-1/+1
* hw/net: Clean up includesPeter Maydell2016-01-291-0/+1
* pcnet: Drop pcnet_can_receiveFam Zheng2015-07-271-1/+0Star
* pcnet: pcnet_common_init() always returns 0, change to voidMarkus Armbruster2015-02-261-1/+2
* net: remove all cleanup methods from NIC NetClientInfosPaolo Bonzini2015-01-121-8/+0Star
* pcnet: add bootindex to qom propertyGonglei2014-10-151-0/+12
* savevm: Remove all the unneeded version_minimum_id_old (rest)Juan Quintela2014-05-141-2/+1Star
* hw: cannot_instantiate_with_device_add_yet due to pointer propsMarkus Armbruster2013-12-241-0/+2
* lance: QOM cast cleanupAndreas Färber2013-07-291-9/+15
* 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 private headers to hw/ subdirectories.Paolo Bonzini2013-04-081-1/+1
* hw: move NICs to hw/net/, configure via default-configs/Paolo Bonzini2013-04-081-0/+170