summaryrefslogtreecommitdiffstats
path: root/hw/net/can
Commit message (Expand)AuthorAgeFilesLines
* treewide: Remove the unnecessary space before semicolonBin Meng2022-10-241-1/+1
* hw/net/can: fix Xilinx ZynqMP CAN RX FIFO logicAnton Kochkov2022-09-221-16/+16
* ptimer: Rename PTIMER_POLICY_DEFAULT to PTIMER_POLICY_LEGACYPeter Maydell2022-05-191-1/+1
* Clean up header guards that don't match their file nameMarkus Armbruster2022-05-112-4/+4
* util/log: Remove qemu_log_flushRichard Henderson2022-04-201-1/+0Star
* *: 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
* Replace config-time define HOST_WORDS_BIGENDIANMarc-André Lureau2022-04-061-1/+1
* Remove unnecessary minimum_version_id_old fieldsPeter Maydell2022-01-286-8/+0Star
* hw/net/can: sja1000 fix buff2frame_bas and buff2frame_pel when dlc is out of ...Pavel Pisa2021-08-021-0/+8
* Do not include sysemu/sysemu.h if it's not really necessaryThomas Huth2021-05-021-1/+0Star
* hw/net/can: Introduce Xilinx ZynqMP CAN controllerVikram Garhwal2020-12-104-0/+1172
* hw/net/can/ctucan_core: Use stl_le_p to write to tx_buffersPeter Maydell2020-11-111-4/+2Star
* hw/net/can/ctucan_core: Handle big-endian hostsPeter Maydell2020-11-111-2/+1Star
* hw/net/can/ctucan: Avoid unused value in ctucan_send_ready_buffers()Peter Maydell2020-11-111-12/+3Star
* 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-304-0/+1106
* hw/net/can/ctucafd: Add CTU CAN FD core register definitions.Jan Charvat2020-09-302-0/+1160
* 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
* Use DECLARE_*CHECKER* macrosEduardo Habkost2020-09-093-6/+6
* Move QOM typedefs and add missing includesEduardo Habkost2020-09-093-6/+12
* hw/net/can: Add missing fallthrough statementsThomas Huth2020-09-011-0/+2
* meson: convert hw/netMarc-André Lureau2020-08-212-4/+4
* qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster2020-05-153-5/+5
* hw/net/can: Make CanBusClientInfo::can_receive() return a booleanPhilippe Mathieu-Daudé2020-03-312-5/+5
* qemu_log_lock/unlock now preserves the qemu_logfile handle.Robert Foley2019-12-181-2/+2
* Include hw/qdev-properties.h lessMarkus Armbruster2019-08-163-0/+3
* Include hw/hw.h exactly where neededMarkus Armbruster2019-08-164-4/+0Star
* Include exec/memory.h slightly lessMarkus Armbruster2019-08-161-0/+1
* Include migration/vmstate.h lessMarkus Armbruster2019-08-164-0/+4
* Include hw/irq.h a lot lessMarkus Armbruster2019-08-164-0/+5
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-123-0/+3
* hw/net/can: Fix segfaults when using the devices without busThomas Huth2018-03-261-0/+4
* hw/net/can: interrupt cleanupPaolo Bonzini2018-02-132-41/+45
* hw/net/can: MIOe-3680 PCI (dual SJA1000 channel) emulationDeniz Eren2018-02-132-0/+263
* hw/net/can: PCM-3680I PCI (dual SJA1000 channel) emulationDeniz Eren2018-02-132-0/+264
* hw/net/can: Kvaser PCI CAN-S (single SJA1000 channel) emulationPavel Pisa2018-02-132-0/+320
* hw/net/can: SJA1000 chip register level emulation for QEMUPavel Pisa2018-02-133-0/+1096