aboutsummaryrefslogtreecommitdiff
path: root/hw/net/eepro100.c
AgeCommit message (Expand)Author
2023-12-30hw/net: Constify VMStateRichard Henderson
2023-11-21net: Provide MemReentrancyGuard * to qemu_new_nic()Akihiko Odaki
2023-11-01migration: Use vmstate_register_any()Juan Quintela
2023-01-08include/hw/pci: Split pci_device.h off pci.hMarkus Armbruster
2021-12-31pci: Let ld*_pci_dma() propagate MemTxResultPhilippe Mathieu-Daudé
2021-12-31pci: Let ld*_pci_dma() take MemTxAttrs argumentPhilippe Mathieu-Daudé
2021-12-31pci: Let st*_pci_dma() take MemTxAttrs argumentPhilippe Mathieu-Daudé
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-20migration: Define VMSTATE_INSTANCE_ID_ANYPeter Xu
2020-01-06vmstate: replace DeviceState with VMStateIfMarc-André Lureau
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster
2019-08-16Include migration/vmstate.h lessMarkus Armbruster
2019-08-16Include sysemu/reset.h a lot lessMarkus Armbruster
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
2018-07-02hw/net: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé
2017-12-22eepro100: use inline net_crc32() and bitshift instead of compute_mcast_idx()Mark Cave-Ayland
2017-12-22eepro100: switch eepro100 e100_compute_mcast_idx() over to use net_crc32()Mark Cave-Ayland
2017-12-22net: move CRC32 calculation from compute_mcast_idx() into its own net_crc32()...Mark Cave-Ayland
2017-11-20hw/net/eepro100: Fix endianness problem on big endian hostsThomas Huth
2017-11-20Revert "Add new PCI ID for i82559a"Jason Wang
2017-11-13Add new PCI ID for i82559aMike Nawrocki
2017-11-13Fix eepro100 simple transmission modeMike Nawrocki
2017-10-15pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devicesEduardo Habkost
2017-08-31eepro100: replace g_malloc()+memcpy() with g_memdup()Marc-André Lureau
2017-07-03pci: Make errp the last parameter of pci_add_capability()Mao Zhongyi
2017-07-03pci: Fix the wrong assertion.Mao Zhongyi
2016-10-26net: eepro100: fix memory leak in device uninitLi Qiang
2016-07-19qapi: Change Netdev into a flat unionEric Blake
2016-06-27hw/net/eepro100.c: Don't use cpu_to_*w() and *_to_cpup()Peter Maydell
2016-01-29hw/net: Clean up includesPeter Maydell
2015-11-27eepro100: Prevent two endless loopsStefan Weil
2015-07-27eepro100: Drop nic_can_receiveFam Zheng
2015-02-26pci: Trivial device model conversions to realizeMarkus Armbruster
2015-01-12net: remove all cleanup methods from NIC NetClientInfosPaolo Bonzini
2014-10-15bootindex: move calling add_boot_device_patch to bootindex setter functionGonglei
2014-10-15eepro100: add bootindex to qom propertyGonglei
2014-08-18memory: remove memory_region_destroyPaolo Bonzini
2014-06-27hw/net/eepro100: Implement read-only bits in MDI registersPeter Maydell
2014-06-16savevm: Remove all the unneeded version_minimum_id_old (x86)Juan Quintela
2013-10-14hw: set interrupts using pci irq wrappersMarcel Apfelbaum
2013-07-29devices: Associate devices to their logical categoryMarcel Apfelbaum
2013-07-29hw: import bitmap operations in qdev-core headerMarcel 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 target-independent files to subdirectoriesPaolo Bonzini