summaryrefslogtreecommitdiffstats
path: root/hw/net/can/can_sja1000.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+0Star
* 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