summary refs log tree commit diff stats
path: root/hw/net/can/can_sja1000.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* hw/net/can/sja1000: fix bug for single acceptance filter and standard framePavel Pisa2024-01-051-1/+1
* hw/net: Constify VMStateRichard Henderson2023-12-301-2/+2
* treewide: Remove the unnecessary space before semicolonBin Meng2022-10-241-1/+1
* util/log: Remove qemu_log_flushRichard Henderson2022-04-201-1/+0
* *: Use fprintf between qemu_log_trylock/unlockRichard Henderson2022-04-201-13/+15
* util/log: Rename qemu_log_lock to qemu_log_trylockRichard Henderson2022-04-201-1/+1
* Remove unnecessary minimum_version_id_old fieldsPeter Maydell2022-01-281-2/+0
* hw/net/can: sja1000 fix buff2frame_bas and buff2frame_pel when dlc is out of ...Pavel Pisa2021-08-021-0/+8
* hw/net/can: sja1000 ignore CAN FD framesJan Charvat2020-09-301-6/+23
* net/can: Initial host SocketCan support for CAN FD.Jan Charvat2020-09-301-0/+2
* hw/net/can: Add missing fallthrough statementsThomas Huth2020-09-011-0/+2
* hw/net/can: Make CanBusClientInfo::can_receive() return a booleanPhilippe Mathieu-Daudé2020-03-311-4/+4
* qemu_log_lock/unlock now preserves the qemu_logfile handle.Robert Foley2019-12-181-2/+2
* Include hw/hw.h exactly where neededMarkus Armbruster2019-08-161-1/+0
* Include migration/vmstate.h lessMarkus Armbruster2019-08-161-0/+1
* Include hw/irq.h a lot lessMarkus Armbruster2019-08-161-0/+2
* hw/net/can: Fix segfaults when using the devices without busThomas Huth2018-03-261-0/+4
* hw/net/can: interrupt cleanupPaolo Bonzini2018-02-131-39/+43
* hw/net/can: SJA1000 chip register level emulation for QEMUPavel Pisa2018-02-131-0/+949