summary refs log tree commit diff stats
path: root/hw/net/sunhme.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* hw/net: Constify VMStateRichard Henderson2023-12-301-1/+1
* net: Provide MemReentrancyGuard * to qemu_new_nic()Akihiko Odaki2023-11-211-1/+2
* hw/net: spelling fixesMichael Tokarev2023-09-201-1/+1
* hw/net: sunhme: Remove the logic of padding short frames in the receive pathBin Meng2023-07-071-11/+0
* include/hw/pci: Split pci_device.h off pci.hMarkus Armbruster2023-01-081-1/+1
* Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost2020-09-181-3/+1
* Use DECLARE_*CHECKER* macrosEduardo Habkost2020-09-091-1/+2
* Move QOM typedefs and add missing includesEduardo Habkost2020-09-091-2/+4
* Drop more @errp parameters after previous commitMarkus Armbruster2020-05-151-1/+1
* hw/net: Make NetCanReceive() return a booleanPhilippe Mathieu-Daudé2020-03-311-2/+2
* qdev: set properties with device_class_set_props()Marc-André Lureau2020-01-241-1/+1
* Include hw/qdev-properties.h lessMarkus Armbruster2019-08-161-0/+1
* Include hw/hw.h exactly where neededMarkus Armbruster2019-08-161-1/+0
* Include migration/vmstate.h lessMarkus Armbruster2019-08-161-0/+1
* sunhme: ensure that RX descriptor ring overflow is indicated to client driverMark Cave-Ayland2019-07-021-0/+9
* sunhme: fix return values from sunhme_receive() during receive packet processingMark Cave-Ayland2019-07-021-3/+3
* sunhme: flush any queued packets when HME_MAC_RXCFG_ENABLE bit is raisedMark Cave-Ayland2019-07-021-0/+10
* sunhme: fix incorrect constant in sunhme_can_receive()Mark Cave-Ayland2019-07-021-1/+1
* sunhme: add trace event for logging PCI IRQMark Cave-Ayland2019-07-021-0/+2
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-121-0/+1
* sunhme: switch sunhme over to use net_crc32_le()Mark Cave-Ayland2017-12-221-24/+1
* pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devicesEduardo Habkost2017-10-151-0/+4
* net: add Sun HME (Happy Meal Ethernet) on-board NICMark Cave-Ayland2017-09-211-0/+978