Age | Commit message (Expand) | Author | Files | Lines |
2023-06-20 | meson: Replace softmmu_ss -> system_ss | Philippe Mathieu-Daudé | 1 | -8/+8 |
2023-06-06 | hw/net/can: Introduce Xilinx Versal CANFD controller | Vikram Garhwal | 3 | -0/+2115 |
2023-01-08 | include/hw/pci: Split pci_device.h off pci.h | Markus Armbruster | 4 | -4/+4 |
2022-11-11 | net: Replace TAB indentations with spaces | Ahmed Abouzied | 2 | -720/+720 |
2022-10-24 | treewide: Remove the unnecessary space before semicolon | Bin Meng | 1 | -1/+1 |
2022-09-22 | hw/net/can: fix Xilinx ZynqMP CAN RX FIFO logic | Anton Kochkov | 1 | -16/+16 |
2022-05-19 | ptimer: Rename PTIMER_POLICY_DEFAULT to PTIMER_POLICY_LEGACY | Peter Maydell | 1 | -1/+1 |
2022-05-11 | Clean up header guards that don't match their file name | Markus Armbruster | 2 | -4/+4 |
2022-04-20 | util/log: Remove qemu_log_flush | Richard Henderson | 1 | -1/+0 |
2022-04-20 | *: Use fprintf between qemu_log_trylock/unlock | Richard Henderson | 1 | -13/+15 |
2022-04-20 | util/log: Rename qemu_log_lock to qemu_log_trylock | Richard Henderson | 1 | -1/+1 |
2022-04-06 | Replace config-time define HOST_WORDS_BIGENDIAN | Marc-André Lureau | 1 | -1/+1 |
2022-01-28 | Remove unnecessary minimum_version_id_old fields | Peter Maydell | 6 | -8/+0 |
2021-08-02 | hw/net/can: sja1000 fix buff2frame_bas and buff2frame_pel when dlc is out of ... | Pavel Pisa | 1 | -0/+8 |
2021-05-02 | Do not include sysemu/sysemu.h if it's not really necessary | Thomas Huth | 1 | -1/+0 |
2020-12-10 | hw/net/can: Introduce Xilinx ZynqMP CAN controller | Vikram Garhwal | 4 | -0/+1172 |
2020-11-11 | hw/net/can/ctucan_core: Use stl_le_p to write to tx_buffers | Peter Maydell | 1 | -4/+2 |
2020-11-11 | hw/net/can/ctucan_core: Handle big-endian hosts | Peter Maydell | 1 | -2/+1 |
2020-11-11 | hw/net/can/ctucan: Avoid unused value in ctucan_send_ready_buffers() | Peter Maydell | 1 | -12/+3 |
2020-11-11 | hw/net/can/ctucan: Don't allow guest to write off end of tx_buffer | Peter Maydell | 1 | -2/+4 |
2020-09-30 | hw/net/can: CTU CAN FD IP open hardware core emulation. | Jan Charvat | 4 | -0/+1106 |
2020-09-30 | hw/net/can/ctucafd: Add CTU CAN FD core register definitions. | Jan Charvat | 2 | -0/+1160 |
2020-09-30 | hw/net/can: sja1000 ignore CAN FD frames | Jan Charvat | 1 | -6/+23 |
2020-09-30 | net/can: Initial host SocketCan support for CAN FD. | Jan Charvat | 1 | -0/+2 |
2020-09-09 | Use DECLARE_*CHECKER* macros | Eduardo Habkost | 3 | -6/+6 |
2020-09-09 | Move QOM typedefs and add missing includes | Eduardo Habkost | 3 | -6/+12 |
2020-09-01 | hw/net/can: Add missing fallthrough statements | Thomas Huth | 1 | -0/+2 |
2020-08-21 | meson: convert hw/net | Marc-André Lureau | 2 | -4/+4 |
2020-05-15 | qom: Drop parameter @errp of object_property_add() & friends | Markus Armbruster | 3 | -5/+5 |
2020-03-31 | hw/net/can: Make CanBusClientInfo::can_receive() return a boolean | Philippe Mathieu-Daudé | 2 | -5/+5 |
2019-12-18 | qemu_log_lock/unlock now preserves the qemu_logfile handle. | Robert Foley | 1 | -2/+2 |
2019-08-16 | Include hw/qdev-properties.h less | Markus Armbruster | 3 | -0/+3 |
2019-08-16 | Include hw/hw.h exactly where needed | Markus Armbruster | 4 | -4/+0 |
2019-08-16 | Include exec/memory.h slightly less | Markus Armbruster | 1 | -0/+1 |
2019-08-16 | Include migration/vmstate.h less | Markus Armbruster | 4 | -0/+4 |
2019-08-16 | Include hw/irq.h a lot less | Markus Armbruster | 4 | -0/+5 |
2019-06-12 | Include qemu/module.h where needed, drop it from qemu-common.h | Markus Armbruster | 3 | -0/+3 |
2018-03-26 | hw/net/can: Fix segfaults when using the devices without bus | Thomas Huth | 1 | -0/+4 |
2018-02-13 | hw/net/can: interrupt cleanup | Paolo Bonzini | 2 | -41/+45 |
2018-02-13 | hw/net/can: MIOe-3680 PCI (dual SJA1000 channel) emulation | Deniz Eren | 2 | -0/+263 |
2018-02-13 | hw/net/can: PCM-3680I PCI (dual SJA1000 channel) emulation | Deniz Eren | 2 | -0/+264 |
2018-02-13 | hw/net/can: Kvaser PCI CAN-S (single SJA1000 channel) emulation | Pavel Pisa | 2 | -0/+320 |
2018-02-13 | hw/net/can: SJA1000 chip register level emulation for QEMU | Pavel Pisa | 3 | -0/+1096 |