Age | Commit message (Expand) | Author | Files | Lines |
2023-02-27 | hw/char/cmsdk-apb-uart: Open-code cmsdk_apb_uart_create() | Philippe Mathieu-Daudé | 1 | -34/+0 |
2023-02-27 | hw/char/xilinx_uartlite: Open-code xilinx_uartlite_create() | Philippe Mathieu-Daudé | 1 | -20/+0 |
2023-02-27 | hw/char/xilinx_uartlite: Expose XILINX_UARTLITE QOM type | Philippe Mathieu-Daudé | 1 | -1/+5 |
2023-02-27 | hw/char/pl011: Open-code pl011_luminary_create() | Philippe Mathieu-Daudé | 1 | -17/+0 |
2023-02-27 | hw/char/pl011: Un-inline pl011_create() | Philippe Mathieu-Daudé | 1 | -18/+1 |
2023-02-14 | include/hw: Do not include "hw/registerfields.h" in headers that don't need it | Thomas Huth | 1 | -1/+0 |
2023-02-03 | hw/char/pl011: refactor FIFO depth handling code | Evgeny Iakovlev | 1 | -1/+4 |
2023-01-20 | hw/riscv: spike: Decouple create_fdt() dependency to ELF loading | Bin Meng | 1 | -4/+1 |
2023-01-20 | hw/char: riscv_htif: Remove forward declarations for non-existent variables | Bin Meng | 1 | -3/+0 |
2023-01-20 | hw/char: riscv_htif: Move registers from CPUArchState to HTIFState | Bin Meng | 1 | -4/+4 |
2023-01-20 | hw/char: riscv_htif: Drop useless assignment of memory region | Bin Meng | 1 | -5/+2 |
2023-01-20 | hw/char: riscv_htif: Drop {to, from}host_size in HTIFState | Bin Meng | 1 | -2/+0 |
2023-01-08 | include: Include headers where needed | Markus Armbruster | 3 | -0/+3 |
2022-01-21 | hw/riscv: spike: Allow using binary firmware as bios | Anup Patel | 1 | -1/+4 |
2021-11-09 | hw/m68k: Fix typo in SPDX tag | Philippe Mathieu-Daudé | 1 | -1/+1 |
2021-10-07 | hw/char/mchp_pfsoc_mmuart: QOM'ify PolarFire MMUART | Philippe Mathieu-Daudé | 1 | -3/+9 |
2021-10-07 | hw/char/mchp_pfsoc_mmuart: Use a MemoryRegion container | Philippe Mathieu-Daudé | 1 | -0/+1 |
2021-10-07 | hw/char/mchp_pfsoc_mmuart: Simplify MCHP_PFSOC_MMUART_REG definition | Philippe Mathieu-Daudé | 1 | -2/+2 |
2021-06-24 | hw/char/ibex_uart: Make the register layout private | Alistair Francis | 1 | -37/+0 |
2021-06-24 | hw/char: QOMify sifive_uart | Lukas Jünger | 1 | -6/+5 |
2021-05-13 | Merge remote-tracking branch 'remotes/armbru/tags/pull-misc-2021-05-12' into ... | Peter Maydell | 1 | -13/+0 |
2021-05-12 | Drop the deprecated lm32 target | Markus Armbruster | 1 | -13/+0 |
2021-05-11 | hw/char: Add Shakti UART emulation | Vijai Kumar K | 1 | -0/+74 |
2021-05-02 | hw: Remove superfluous includes of hw/hw.h | Thomas Huth | 1 | -1/+0 |
2021-03-23 | Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210323'... | Peter Maydell | 1 | -0/+1 |
2021-03-23 | hw/arm/virt: Disable pl011 clock migration if needed | Gavin Shan | 1 | -0/+1 |
2021-03-22 | hw/char: disable ibex uart receive if the buffer is full | Alexander Wagner | 1 | -0/+4 |
2021-03-15 | hw/char: add goldfish-tty | Laurent Vivier | 1 | -0/+35 |
2020-10-27 | hw/char/pl011: add a clock input | Luc Michel | 1 | -0/+1 |
2020-09-30 | hw/char/serial: Make 'wakeup' property boolean | Philippe Mathieu-Daudé | 1 | -1/+1 |
2020-09-30 | hw/char/serial: Remove TYPE_SERIAL_IO | Philippe Mathieu-Daudé | 1 | -9/+0 |
2020-09-18 | Use OBJECT_DECLARE_SIMPLE_TYPE when possible | Eduardo Habkost | 12 | -41/+14 |
2020-09-18 | sifive: Use DECLARE_*CHECKER* macros | Eduardo Habkost | 1 | -2/+2 |
2020-09-18 | sifive: Move QOM typedefs and add missing includes | Eduardo Habkost | 1 | -2/+4 |
2020-09-13 | Merge remote-tracking branch 'remotes/alistair/tags/pull-riscv-to-apply-20200... | Peter Maydell | 3 | -0/+197 |
2020-09-09 | hw/riscv: Move sifive_uart model to hw/char | Bin Meng | 1 | -0/+77 |
2020-09-09 | hw/riscv: Move riscv_htif model to hw/char | Bin Meng | 1 | -0/+59 |
2020-09-09 | hw/char: Add Microchip PolarFire SoC MMUART emulation | Bin Meng | 1 | -0/+61 |
2020-09-09 | Use DECLARE_*CHECKER* macros | Eduardo Habkost | 13 | -21/+30 |
2020-09-09 | Move QOM typedefs and add missing includes | Eduardo Habkost | 13 | -30/+58 |
2020-08-28 | hw/arm/xilinx_zynq: Uninline cadence_uart_create() | Philippe Mathieu-Daudé | 1 | -17/+0 |
2020-07-13 | hw/char: Convert the Ibex UART to use the registerfields API | Alistair Francis | 1 | -41/+35 |
2020-07-13 | hw/char: Convert the Ibex UART to use the qdev Clock model | Alistair Francis | 1 | -0/+3 |
2020-07-11 | hw/char: avr: Add limited support for USART peripheral | Michael Rolnik | 1 | -0/+93 |
2020-06-22 | hw/char: RX62N serial communication interface (SCI) | Yoshinori Sato | 1 | -0/+51 |
2020-06-19 | hw/char: Initial commit of Ibex UART | Alistair Francis | 1 | -0/+110 |
2020-06-15 | sysbus: Convert to sysbus_realize() etc. with Coccinelle | Markus Armbruster | 4 | -5/+5 |
2020-06-15 | qdev: Convert uses of qdev_create() with Coccinelle | Markus Armbruster | 4 | -10/+12 |
2020-04-30 | hw/char/cadence_uart: add clock support | Damien Hedde | 1 | -0/+1 |
2020-03-23 | hw/arm/bcm283x: Correct the license text | Philippe Mathieu-Daudé | 1 | -1/+2 |