aboutsummaryrefslogtreecommitdiff
path: root/hw/net/can
AgeCommit message (Expand)AuthorFilesLines
2024-04-25hw, target: Add ResetType argument to hold and exit phase methodsPeter Maydell1-1/+1
2024-01-05hw/net/can/sja1000: fix bug for single acceptance filter and standard framePavel Pisa1-1/+1
2023-12-30hw/net: Constify VMStateRichard Henderson8-10/+10
2023-11-27hw/net/can/xlnx-zynqmp: Avoid underflow while popping RX FIFOPhilippe Mathieu-Daudé1-8/+9
2023-11-27hw/net/can/xlnx-zynqmp: Avoid underflow while popping TX FIFOsPhilippe Mathieu-Daudé1-3/+47
2023-06-20meson: Replace softmmu_ss -> system_ssPhilippe Mathieu-Daudé1-8/+8
2023-06-06hw/net/can: Introduce Xilinx Versal CANFD controllerVikram Garhwal3-0/+2115
2023-01-08include/hw/pci: Split pci_device.h off pci.hMarkus Armbruster4-4/+4
2022-11-11net: Replace TAB indentations with spacesAhmed Abouzied2-720/+720
2022-10-24treewide: Remove the unnecessary space before semicolonBin Meng1-1/+1
2022-09-22hw/net/can: fix Xilinx ZynqMP CAN RX FIFO logicAnton Kochkov1-16/+16
2022-05-19ptimer: Rename PTIMER_POLICY_DEFAULT to PTIMER_POLICY_LEGACYPeter Maydell1-1/+1
2022-05-11Clean up header guards that don't match their file nameMarkus Armbruster2-4/+4
2022-04-20util/log: Remove qemu_log_flushRichard Henderson1-1/+0
2022-04-20*: Use fprintf between qemu_log_trylock/unlockRichard Henderson1-13/+15
2022-04-20util/log: Rename qemu_log_lock to qemu_log_trylockRichard Henderson1-1/+1
2022-04-06Replace config-time define HOST_WORDS_BIGENDIANMarc-André Lureau1-1/+1
2022-01-28Remove unnecessary minimum_version_id_old fieldsPeter Maydell6-8/+0
2021-08-02hw/net/can: sja1000 fix buff2frame_bas and buff2frame_pel when dlc is out of ...Pavel Pisa1-0/+8
2021-05-02Do not include sysemu/sysemu.h if it's not really necessaryThomas Huth1-1/+0
2020-12-10hw/net/can: Introduce Xilinx ZynqMP CAN controllerVikram Garhwal4-0/+1172
2020-11-11hw/net/can/ctucan_core: Use stl_le_p to write to tx_buffersPeter Maydell1-4/+2
2020-11-11hw/net/can/ctucan_core: Handle big-endian hostsPeter Maydell1-2/+1
2020-11-11hw/net/can/ctucan: Avoid unused value in ctucan_send_ready_buffers()Peter Maydell1-12/+3
2020-11-11hw/net/can/ctucan: Don't allow guest to write off end of tx_bufferPeter Maydell1-2/+4
2020-09-30hw/net/can: CTU CAN FD IP open hardware core emulation.Jan Charvat4-0/+1106
2020-09-30hw/net/can/ctucafd: Add CTU CAN FD core register definitions.Jan Charvat2-0/+1160
2020-09-30hw/net/can: sja1000 ignore CAN FD framesJan Charvat1-6/+23
2020-09-30net/can: Initial host SocketCan support for CAN FD.Jan Charvat1-0/+2
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost3-6/+6
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost3-6/+12
2020-09-01hw/net/can: Add missing fallthrough statementsThomas Huth1-0/+2
2020-08-21meson: convert hw/netMarc-André Lureau2-4/+4
2020-05-15qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster3-5/+5
2020-03-31hw/net/can: Make CanBusClientInfo::can_receive() return a booleanPhilippe Mathieu-Daudé2-5/+5
2019-12-18qemu_log_lock/unlock now preserves the qemu_logfile handle.Robert Foley1-2/+2
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster3-0/+3
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster4-4/+0
2019-08-16Include exec/memory.h slightly lessMarkus Armbruster1-0/+1
2019-08-16Include migration/vmstate.h lessMarkus Armbruster4-0/+4
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster4-0/+5
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster3-0/+3
2018-03-26hw/net/can: Fix segfaults when using the devices without busThomas Huth1-0/+4
2018-02-13hw/net/can: interrupt cleanupPaolo Bonzini2-41/+45
2018-02-13hw/net/can: MIOe-3680 PCI (dual SJA1000 channel) emulationDeniz Eren2-0/+263
2018-02-13hw/net/can: PCM-3680I PCI (dual SJA1000 channel) emulationDeniz Eren2-0/+264
2018-02-13hw/net/can: Kvaser PCI CAN-S (single SJA1000 channel) emulationPavel Pisa2-0/+320
2018-02-13hw/net/can: SJA1000 chip register level emulation for QEMUPavel Pisa3-0/+1096