aboutsummaryrefslogtreecommitdiff
path: root/hw/net/smc91c111.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-02hw/net/smc91c111: use qemu_configure_nic_device()David Woodhouse1-3/+2
2023-12-30hw/net: Constify VMStateRichard Henderson1-1/+1
2023-11-21net: Provide MemReentrancyGuard * to qemu_new_nic()Akihiko Odaki1-1/+2
2023-09-20hw/net: spelling fixesMichael Tokarev1-1/+1
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-06-15sysbus: Convert to sysbus_realize() etc. with CoccinelleMarkus Armbruster1-1/+1
2020-06-15qdev: Convert uses of qdev_create() with CoccinelleMarkus Armbruster1-2/+3
2020-03-31hw/net: Make NetCanReceive() return a booleanPhilippe Mathieu-Daudé1-1/+1
2020-03-31hw/net/smc91c111: Let smc91c111_can_receive() return a booleanPhilippe Mathieu-Daudé1-4/+4
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
2019-04-29hw/devices: Move SMSC 91C111 declaration into a new headerPhilippe Mathieu-Daudé1-1/+1
2018-10-24net: smc91c111: convert SysBus init method to a realize methodCédric Le Goater1-5/+3
2018-06-26hw/net/smc91c111: Use qemu_log_mask(UNIMP) instead of fprintfPhilippe Mathieu-Daudé1-4/+8
2018-06-26hw/net/smc91c111: Use qemu_log_mask(GUEST_ERROR) instead of hw_errorPhilippe Mathieu-Daudé1-2/+7
2018-05-04hw/net/smc91c111: Convert away from old_mmioPeter Maydell1-29/+25
2016-07-19qapi: Change Netdev into a flat unionEric Blake1-1/+1
2016-01-29hw/net: Clean up includesPeter Maydell1-0/+1
2015-09-17net: smc91c111: flush packets on RCR register changesPeter Crosthwaite1-0/+1
2015-09-17net: smc91c111: gate can_receive() on rx FIFO having a slotPeter Crosthwaite1-1/+3
2015-09-17net: smc91c111: guard flush_queued_packets() on can_rx()Peter Crosthwaite1-8/+22
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
2013-11-15smc91c111: Fix receive starvationSebastian Huber1-0/+1
2013-07-29smc91c111: QOM cast cleanupAndreas Färber1-11/+19
2013-07-04hw/n*: pass owner to memory_region_init* functionsPaolo Bonzini1-1/+1
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini1-1/+1
2013-04-15arm: fix location of some include filesPeter Maydell1-1/+1
2013-04-08hw: move target-independent files to subdirectoriesPaolo Bonzini1-0/+806