aboutsummaryrefslogtreecommitdiff
path: root/hw/net/pcnet-pci.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-08include/hw/pci: Split pci_device.h off pci.hMarkus Armbruster1-1/+1
2021-01-08Remove superfluous timer_del() callsPeter Maydell1-1/+0
2020-09-18Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost1-3/+1
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost1-2/+2
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost1-2/+4
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-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-09-25hw/net/pcnet-pci: Unify pcnet_ioport_read/write and pcnet_mmio_read/writePeter Maydell1-65/+2
2018-09-25hw/net/pcnet-pci: Convert away from old_mmio accessorsPeter Maydell1-78/+55
2018-03-05hw/net: Remove unnecessary header includesThomas Huth1-1/+0
2017-10-15pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devicesEduardo Habkost1-0/+4
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: Convert to realizeMarkus Armbruster1-3/+2
2015-02-26pcnet: pcnet_common_init() always returns 0, change to voidMarkus Armbruster1-1/+2
2015-02-10Add/convert trace calls in pcnet-pci.c.Don Koch1-30/+19
2015-01-12net: remove all cleanup methods from NIC NetClientInfosPaolo Bonzini1-8/+0
2014-10-15pcnet: add bootindex to qom propertyGonglei1-0/+12
2014-08-18memory: remove memory_region_destroyPaolo Bonzini1-2/+0
2014-06-16savevm: Remove all the unneeded version_minimum_id_old (x86)Juan Quintela1-2/+1
2013-10-31Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori1-1/+2
2013-10-14hw: set interrupts using pci irq wrappersMarcel Apfelbaum1-1/+2
2013-09-20pcnet-pci: mark I/O and MMIO as LITTLE_ENDIANAurelien Jarno1-2/+2
2013-08-22aio / timers: Switch entire codebase to the new timer APIAlex Bligh1-2/+2
2013-07-29devices: Associate devices to their logical categoryMarcel Apfelbaum1-0/+1
2013-07-23net/pcnet-pci: QOM Upcast SweepPeter Crosthwaite1-7/+14
2013-07-04hw/n*: pass owner to memory_region_init* functionsPaolo Bonzini1-3/+3
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini1-2/+2
2013-04-08hw: move private headers to hw/ subdirectories.Paolo Bonzini1-1/+1
2013-04-08hw: move target-independent files to subdirectoriesPaolo Bonzini1-0/+376