aboutsummaryrefslogtreecommitdiff
path: root/include/hw/char
AgeCommit message (Expand)AuthorFilesLines
2020-09-09hw/riscv: Move sifive_uart model to hw/charBin Meng1-0/+77
2020-09-09hw/riscv: Move riscv_htif model to hw/charBin Meng1-0/+59
2020-09-09hw/char: Add Microchip PolarFire SoC MMUART emulationBin Meng1-0/+61
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost13-21/+30
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost13-30/+58
2020-08-28hw/arm/xilinx_zynq: Uninline cadence_uart_create()Philippe Mathieu-Daudé1-17/+0
2020-07-13hw/char: Convert the Ibex UART to use the registerfields APIAlistair Francis1-41/+35
2020-07-13hw/char: Convert the Ibex UART to use the qdev Clock modelAlistair Francis1-0/+3
2020-07-11hw/char: avr: Add limited support for USART peripheralMichael Rolnik1-0/+93
2020-06-22hw/char: RX62N serial communication interface (SCI)Yoshinori Sato1-0/+51
2020-06-19hw/char: Initial commit of Ibex UARTAlistair Francis1-0/+110
2020-06-15sysbus: Convert to sysbus_realize() etc. with CoccinelleMarkus Armbruster4-5/+5
2020-06-15qdev: Convert uses of qdev_create() with CoccinelleMarkus Armbruster4-10/+12
2020-04-30hw/char/cadence_uart: add clock supportDamien Hedde1-0/+1
2020-03-23hw/arm/bcm283x: Correct the license textPhilippe Mathieu-Daudé1-1/+2
2020-01-07mips: inline serial_init()Marc-André Lureau1-2/+0
2020-01-07serial: make SerialIO a sysbus deviceMarc-André Lureau1-2/+11
2020-01-07serial-mm: add endianness propertyMarc-André Lureau1-0/+1
2020-01-07serial-mm: add "regshift" propertyMarc-André Lureau1-2/+2
2020-01-07serial: start making SerialMM a sysbus deviceMarc-André Lureau1-5/+15
2020-01-07serial: replace serial_exit_core() with unrealizeMarc-André Lureau1-1/+0
2020-01-07serial: realize the serial deviceMarc-André Lureau1-1/+0
2020-01-07serial: add "baudbase" propertyMarc-André Lureau1-1/+1
2020-01-07serial: initial qom-ificationMarc-André Lureau1-1/+6
2019-09-07escc: introduce a selector for the register bitLaurent Vivier1-0/+1
2019-08-16Clean up inclusion of sysemu/sysemu.hMarkus Armbruster1-1/+0
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster5-1/+5
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster2-2/+0
2019-08-16Include exec/memory.h slightly lessMarkus Armbruster1-1/+0
2019-08-16include: Make headers more self-containedMarkus Armbruster2-0/+3
2019-06-12Normalize position of header guardMarkus Armbruster1-1/+1
2019-02-21hw/char/pl011: Support all interrupt linesPeter Maydell1-1/+1
2019-02-21hw/char/pl011: Allow use as an embedded-struct devicePeter Maydell1-0/+34
2019-01-22hw/char/serial: Remove SerialState from "qemu/typedefs.h"Philippe Mathieu-Daudé1-2/+2
2019-01-07arm: Add header to host common definition for nRF51 SOC peripheralsSteffen Görtz1-1/+0
2018-11-02hw/char: Implement nRF51 SoC UARTJulia Suvorova1-0/+78
2018-08-20imx_serial: Generate interrupt on receive data ready if enabledHans-Erik Floryd1-0/+1
2018-04-26serial-isa: Use MAX_ISA_SERIAL_PORTS instead of MAX_SERIAL_PORTSPeter Maydell1-0/+3
2018-03-23i.MX: Support serial RS-232 break properlyTrent Piepho1-0/+1
2018-03-19char: i.MX: Add support for "TX complete" interruptAndrey Smirnov1-0/+3
2018-03-12hw/isa: Move parallel_hds_isa_init() to hw/char/parallel-isa.cPhilippe Mathieu-Daudé1-0/+14
2018-02-22hw/char/stm32f2xx_usart: fix TXE/TC bit handlingRichard Braun1-1/+6
2018-02-16hw/char: remove legacy interface escc_init()Laurent Vivier1-5/+49
2017-07-17hw/char/cmsdk-apb-uart.c: Implement CMSDK APB UARTPeter Maydell1-0/+78
2017-06-02char: move CharBackend handling in char-fe unitMarc-André Lureau6-6/+6
2017-06-02chardev: move headers to include/chardevMarc-André Lureau6-7/+7
2017-01-27char: rename CharDriverState ChardevMarc-André Lureau5-7/+7
2016-10-24char: use qemu_chr_fe* functions with CharBackend argumentMarc-André Lureau1-0/+1
2016-10-24char: replace PROP_CHR with CharBackendMarc-André Lureau6-6/+9
2016-10-24sun4uv: fix serial initialization regressionMarc-André Lureau1-1/+1