aboutsummaryrefslogtreecommitdiff
path: root/hw/net/lance.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-30hw/net: Constify VMStateRichard Henderson1-1/+1
2020-05-15Drop more @errp parameters after previous commitMarkus Armbruster1-1/+1
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau1-1/+1
2020-01-07lance: replace PROP_PTR with PROP_LINKMarc-André Lureau1-3/+2
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster1-0/+1
2019-08-16Include migration/vmstate.h lessMarkus Armbruster1-0/+1
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster1-0/+1
2018-10-24net: lance: convert SysBus init method to a realize methodCédric Le Goater1-5/+3
2018-03-05hw/net: Remove unnecessary header includesThomas Huth1-3/+0
2018-01-09sun4m: remove include/hw/sparc/sun4m.h and all references to itMark Cave-Ayland1-1/+1
2017-10-31lance: move TYPE_LANCE and SysBusPCNetState from lance.c to lance.hMark Cave-Ayland1-10/+1
2017-05-17qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatableEduardo Habkost1-1/+1
2016-07-19qapi: Change Netdev into a flat unionEric Blake1-1/+1
2016-01-29hw/net: Clean up includesPeter Maydell1-0/+1
2015-07-27pcnet: Drop pcnet_can_receiveFam Zheng1-1/+0
2015-02-26pcnet: pcnet_common_init() always returns 0, change to voidMarkus Armbruster1-1/+2
2015-01-12net: remove all cleanup methods from NIC NetClientInfosPaolo Bonzini1-8/+0
2014-10-15pcnet: add bootindex to qom propertyGonglei1-0/+12
2014-05-14savevm: Remove all the unneeded version_minimum_id_old (rest)Juan Quintela1-2/+1
2013-12-24hw: cannot_instantiate_with_device_add_yet due to pointer propsMarkus Armbruster1-0/+2
2013-07-29lance: QOM cast cleanupAndreas Färber1-9/+15
2013-07-29devices: Associate devices to their logical categoryMarcel Apfelbaum1-0/+1
2013-07-04hw/n*: pass owner to memory_region_init* functionsPaolo Bonzini1-1/+2
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini1-1/+1
2013-04-08hw: move private headers to hw/ subdirectories.Paolo Bonzini1-1/+1
2013-04-08hw: move NICs to hw/net/, configure via default-configs/Paolo Bonzini1-0/+170