summary refs log tree commit diff stats
path: root/hw/net/can/ctucan_core.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* hw/net: Constify VMStateRichard Henderson2023-12-301-2/+2
* Remove unnecessary minimum_version_id_old fieldsPeter Maydell2022-01-281-2/+0
* hw/net/can/ctucan_core: Use stl_le_p to write to tx_buffersPeter Maydell2020-11-111-4/+2
* hw/net/can/ctucan: Avoid unused value in ctucan_send_ready_buffers()Peter Maydell2020-11-111-12/+3
* hw/net/can/ctucan: Don't allow guest to write off end of tx_bufferPeter Maydell2020-11-111-2/+4
* hw/net/can: CTU CAN FD IP open hardware core emulation.Jan Charvat2020-09-301-0/+696