summaryrefslogtreecommitdiff
path: root/hw/net/can
AgeCommit message (Expand)Author
2021-05-02Do not include sysemu/sysemu.h if it's not really necessaryThomas Huth
2020-12-10hw/net/can: Introduce Xilinx ZynqMP CAN controllerVikram Garhwal
2020-11-11hw/net/can/ctucan_core: Use stl_le_p to write to tx_buffersPeter Maydell
2020-11-11hw/net/can/ctucan_core: Handle big-endian hostsPeter Maydell
2020-11-11hw/net/can/ctucan: Avoid unused value in ctucan_send_ready_buffers()Peter Maydell
2020-11-11hw/net/can/ctucan: Don't allow guest to write off end of tx_bufferPeter Maydell
2020-09-30hw/net/can: CTU CAN FD IP open hardware core emulation.Jan Charvat
2020-09-30hw/net/can/ctucafd: Add CTU CAN FD core register definitions.Jan Charvat
2020-09-30hw/net/can: sja1000 ignore CAN FD framesJan Charvat
2020-09-30net/can: Initial host SocketCan support for CAN FD.Jan Charvat
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost
2020-09-01hw/net/can: Add missing fallthrough statementsThomas Huth
2020-08-21meson: convert hw/netMarc-André Lureau
2020-05-15qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster
2020-03-31hw/net/can: Make CanBusClientInfo::can_receive() return a booleanPhilippe Mathieu-Daudé
2019-12-18qemu_log_lock/unlock now preserves the qemu_logfile handle.Robert Foley
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster
2019-08-16Include exec/memory.h slightly lessMarkus Armbruster
2019-08-16Include migration/vmstate.h lessMarkus Armbruster
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
2018-03-26hw/net/can: Fix segfaults when using the devices without busThomas Huth
2018-02-13hw/net/can: interrupt cleanupPaolo Bonzini
2018-02-13hw/net/can: MIOe-3680 PCI (dual SJA1000 channel) emulationDeniz Eren
2018-02-13hw/net/can: PCM-3680I PCI (dual SJA1000 channel) emulationDeniz Eren
2018-02-13hw/net/can: Kvaser PCI CAN-S (single SJA1000 channel) emulationPavel Pisa
2018-02-13hw/net/can: SJA1000 chip register level emulation for QEMUPavel Pisa