aboutsummaryrefslogtreecommitdiff
path: root/hw/net/can
AgeCommit message (Expand)AuthorFilesLines
2024-12-19include/hw/qdev-properties: Remove DEFINE_PROP_END_OF_LISTRichard Henderson2-2/+0
2024-12-15hw/net: Constify all PropertyRichard Henderson2-2/+2
2024-12-14hw/net/can: clean-up unnecessary includesAlex Bennée6-18/+3
2024-09-13hw/net/can/xlnx-versal-canfd: Fix FIFO issuesDoug Brown1-33/+3
2024-09-13hw/net/can/xlnx-versal-canfd: Simplify DLC conversionsDoug Brown1-63/+4
2024-09-13hw/net/can/xlnx-versal-canfd: Fix byte orderingDoug Brown1-5/+5
2024-09-13hw/net/can/xlnx-versal-canfd: Handle flags correctlyDoug Brown1-1/+14
2024-09-13hw/net/can/xlnx-versal-canfd: Translate CAN ID registersDoug Brown1-3/+50
2024-09-13hw/net/can/xlnx-versal-canfd: Fix CAN FD flag checkDoug Brown1-1/+1
2024-09-13hw/net/can/xlnx-versal-canfd: Fix interrupt levelDoug Brown1-2/+2
2024-09-13hw: Use device_class_set_legacy_reset() instead of opencodingPeter Maydell5-5/+5
2024-06-21hw/net/can/xlnx-versal-canfd: Fix sorting of the tx queueShiva sagar Myana1-1/+4
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