summaryrefslogtreecommitdiff
path: root/hw/net/lance.c
AgeCommit message (Expand)Author
2020-05-15Drop more @errp parameters after previous commitMarkus Armbruster
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau
2020-01-07lance: replace PROP_PTR with PROP_LINKMarc-André Lureau
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster
2019-08-16Include migration/vmstate.h lessMarkus Armbruster
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
2018-10-24net: lance: convert SysBus init method to a realize methodCédric Le Goater
2018-03-05hw/net: Remove unnecessary header includesThomas Huth
2018-01-09sun4m: remove include/hw/sparc/sun4m.h and all references to itMark Cave-Ayland
2017-10-31lance: move TYPE_LANCE and SysBusPCNetState from lance.c to lance.hMark Cave-Ayland
2017-05-17qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatableEduardo Habkost
2016-07-19qapi: Change Netdev into a flat unionEric Blake
2016-01-29hw/net: Clean up includesPeter Maydell
2015-07-27pcnet: Drop pcnet_can_receiveFam Zheng
2015-02-26pcnet: pcnet_common_init() always returns 0, change to voidMarkus Armbruster
2015-01-12net: remove all cleanup methods from NIC NetClientInfosPaolo Bonzini
2014-10-15pcnet: add bootindex to qom propertyGonglei
2014-05-14savevm: Remove all the unneeded version_minimum_id_old (rest)Juan Quintela
2013-12-24hw: cannot_instantiate_with_device_add_yet due to pointer propsMarkus Armbruster
2013-07-29lance: QOM cast cleanupAndreas Färber
2013-07-29devices: Associate devices to their logical categoryMarcel Apfelbaum
2013-07-04hw/n*: pass owner to memory_region_init* functionsPaolo Bonzini
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini
2013-04-08hw: move private headers to hw/ subdirectories.Paolo Bonzini
2013-04-08hw: move NICs to hw/net/, configure via default-configs/Paolo Bonzini