Age | Commit message (Expand) | Author |
2023-06-28 | escc: emulate dip switch language layout settings on SUN keyboard | Henrik Carlqvist |
2023-06-19 | imx_serial: set wake bit when we receive a data byte | Martin Kaiser |
2023-06-13 | hw/char/parallel-isa: Export struct ISAParallelState | Bernhard Beschow |
2023-06-13 | hw/char/parallel: Export struct ParallelState | Bernhard Beschow |
2023-05-22 | hw/char/parallel: Move TYPE_ISA_PARALLEL to the header file | Thomas Huth |
2023-05-05 | hw/riscv: Add signature dump function for spike to run ACT tests | Weiwei Li |
2023-02-27 | hw/char/cmsdk-apb-uart: Open-code cmsdk_apb_uart_create() | Philippe Mathieu-Daudé |
2023-02-27 | hw/char/xilinx_uartlite: Open-code xilinx_uartlite_create() | Philippe Mathieu-Daudé |
2023-02-27 | hw/char/xilinx_uartlite: Expose XILINX_UARTLITE QOM type | Philippe Mathieu-Daudé |
2023-02-27 | hw/char/pl011: Open-code pl011_luminary_create() | Philippe Mathieu-Daudé |
2023-02-27 | hw/char/pl011: Un-inline pl011_create() | Philippe Mathieu-Daudé |
2023-02-14 | include/hw: Do not include "hw/registerfields.h" in headers that don't need it | Thomas Huth |
2023-02-03 | hw/char/pl011: refactor FIFO depth handling code | Evgeny Iakovlev |
2023-01-20 | hw/riscv: spike: Decouple create_fdt() dependency to ELF loading | Bin Meng |
2023-01-20 | hw/char: riscv_htif: Remove forward declarations for non-existent variables | Bin Meng |
2023-01-20 | hw/char: riscv_htif: Move registers from CPUArchState to HTIFState | Bin Meng |
2023-01-20 | hw/char: riscv_htif: Drop useless assignment of memory region | Bin Meng |
2023-01-20 | hw/char: riscv_htif: Drop {to, from}host_size in HTIFState | Bin Meng |
2023-01-08 | include: Include headers where needed | Markus Armbruster |
2022-01-21 | hw/riscv: spike: Allow using binary firmware as bios | Anup Patel |
2021-11-09 | hw/m68k: Fix typo in SPDX tag | Philippe Mathieu-Daudé |
2021-10-07 | hw/char/mchp_pfsoc_mmuart: QOM'ify PolarFire MMUART | Philippe Mathieu-Daudé |
2021-10-07 | hw/char/mchp_pfsoc_mmuart: Use a MemoryRegion container | Philippe Mathieu-Daudé |
2021-10-07 | hw/char/mchp_pfsoc_mmuart: Simplify MCHP_PFSOC_MMUART_REG definition | Philippe Mathieu-Daudé |
2021-06-24 | hw/char/ibex_uart: Make the register layout private | Alistair Francis |
2021-06-24 | hw/char: QOMify sifive_uart | Lukas Jünger |
2021-05-13 | Merge remote-tracking branch 'remotes/armbru/tags/pull-misc-2021-05-12' into ... | Peter Maydell |
2021-05-12 | Drop the deprecated lm32 target | Markus Armbruster |
2021-05-11 | hw/char: Add Shakti UART emulation | Vijai Kumar K |
2021-05-02 | hw: Remove superfluous includes of hw/hw.h | Thomas Huth |
2021-03-23 | Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210323'... | Peter Maydell |
2021-03-23 | hw/arm/virt: Disable pl011 clock migration if needed | Gavin Shan |
2021-03-22 | hw/char: disable ibex uart receive if the buffer is full | Alexander Wagner |
2021-03-15 | hw/char: add goldfish-tty | Laurent Vivier |
2020-10-27 | hw/char/pl011: add a clock input | Luc Michel |
2020-09-30 | hw/char/serial: Make 'wakeup' property boolean | Philippe Mathieu-Daudé |
2020-09-30 | hw/char/serial: Remove TYPE_SERIAL_IO | Philippe Mathieu-Daudé |
2020-09-18 | Use OBJECT_DECLARE_SIMPLE_TYPE when possible | Eduardo Habkost |
2020-09-18 | sifive: Use DECLARE_*CHECKER* macros | Eduardo Habkost |
2020-09-18 | sifive: Move QOM typedefs and add missing includes | Eduardo Habkost |
2020-09-13 | Merge remote-tracking branch 'remotes/alistair/tags/pull-riscv-to-apply-20200... | Peter Maydell |
2020-09-09 | hw/riscv: Move sifive_uart model to hw/char | Bin Meng |
2020-09-09 | hw/riscv: Move riscv_htif model to hw/char | Bin Meng |
2020-09-09 | hw/char: Add Microchip PolarFire SoC MMUART emulation | Bin Meng |
2020-09-09 | Use DECLARE_*CHECKER* macros | Eduardo Habkost |
2020-09-09 | Move QOM typedefs and add missing includes | Eduardo Habkost |
2020-08-28 | hw/arm/xilinx_zynq: Uninline cadence_uart_create() | Philippe Mathieu-Daudé |
2020-07-13 | hw/char: Convert the Ibex UART to use the registerfields API | Alistair Francis |
2020-07-13 | hw/char: Convert the Ibex UART to use the qdev Clock model | Alistair Francis |
2020-07-11 | hw/char: avr: Add limited support for USART peripheral | Michael Rolnik |