aboutsummaryrefslogtreecommitdiff
path: root/hw/net/sunhme.c
AgeCommit message (Expand)Author
2023-12-30hw/net: Constify VMStateRichard Henderson
2023-11-21net: Provide MemReentrancyGuard * to qemu_new_nic()Akihiko Odaki
2023-09-20hw/net: spelling fixesMichael Tokarev
2023-07-07hw/net: sunhme: Remove the logic of padding short frames in the receive pathBin Meng
2023-01-08include/hw/pci: Split pci_device.h off pci.hMarkus Armbruster
2020-09-18Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost
2020-05-15Drop more @errp parameters after previous commitMarkus Armbruster
2020-03-31hw/net: Make NetCanReceive() return a booleanPhilippe Mathieu-Daudé
2020-01-24qdev: set properties with device_class_set_props()Marc-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-07-02sunhme: ensure that RX descriptor ring overflow is indicated to client driverMark Cave-Ayland
2019-07-02sunhme: fix return values from sunhme_receive() during receive packet processingMark Cave-Ayland
2019-07-02sunhme: flush any queued packets when HME_MAC_RXCFG_ENABLE bit is raisedMark Cave-Ayland
2019-07-02sunhme: fix incorrect constant in sunhme_can_receive()Mark Cave-Ayland
2019-07-02sunhme: add trace event for logging PCI IRQMark Cave-Ayland
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
2017-12-22sunhme: switch sunhme over to use net_crc32_le()Mark Cave-Ayland
2017-10-15pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devicesEduardo Habkost
2017-09-21net: add Sun HME (Happy Meal Ethernet) on-board NICMark Cave-Ayland