aboutsummaryrefslogtreecommitdiff
path: root/hw/net/xgmac.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-30hw/net: Constify VMStateRichard Henderson1-2/+2
2023-11-21net: Provide MemReentrancyGuard * to qemu_new_nic()Akihiko Odaki1-1/+2
2021-05-02hw: Do not include qemu/log.h if it is not necessaryThomas Huth1-1/+0
2020-09-18Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost1-3/+1
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost1-1/+2
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost1-2/+4
2020-07-21hw/net/xgmac: Fix buffer overflow in xgmac_enet_send()Mauro Matteo Cascella1-2/+12
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau1-1/+1
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster1-0/+1
2019-08-16Include migration/vmstate.h lessMarkus Armbruster1-0/+1
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster1-0/+1
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster1-0/+1
2018-10-24net: xgmac: convert SysBus init method to a realize methodCédric Le Goater1-6/+3
2018-03-05hw/net: Remove unnecessary header includesThomas Huth1-1/+0
2017-06-02Remove/replace sysemu/char.h inclusionMarc-André Lureau1-1/+0
2016-07-19qapi: Change Netdev into a flat unionEric Blake1-1/+1
2016-01-29arm: Clean up includesPeter Maydell1-0/+1
2015-07-27xgmac: Drop packets with eth_can_rx is false.Fam Zheng1-4/+4
2015-01-12net: remove all cleanup methods from NIC NetClientInfosPaolo Bonzini1-8/+0
2014-05-13savevm: Remove all the unneeded version_minimum_id_old (arm)Juan Quintela1-1/+1
2014-05-07hw: Add missing 'static' attributesStefan Weil1-1/+1
2013-07-29xgmac: QOM cast cleanupAndreas Färber1-20/+26
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-15sysemu: avoid proliferation of include/ subdirectoriesPaolo Bonzini1-1/+1
2013-04-08hw: move target-independent files to subdirectoriesPaolo Bonzini1-0/+433