aboutsummaryrefslogtreecommitdiff
path: root/include/hw/char
AgeCommit message (Expand)Author
2020-07-11hw/char: avr: Add limited support for USART peripheralMichael Rolnik
2020-06-22hw/char: RX62N serial communication interface (SCI)Yoshinori Sato
2020-06-19hw/char: Initial commit of Ibex UARTAlistair Francis
2020-06-15sysbus: Convert to sysbus_realize() etc. with CoccinelleMarkus Armbruster
2020-06-15qdev: Convert uses of qdev_create() with CoccinelleMarkus Armbruster
2020-04-30hw/char/cadence_uart: add clock supportDamien Hedde
2020-03-23hw/arm/bcm283x: Correct the license textPhilippe Mathieu-Daudé
2020-01-07mips: inline serial_init()Marc-André Lureau
2020-01-07serial: make SerialIO a sysbus deviceMarc-André Lureau
2020-01-07serial-mm: add endianness propertyMarc-André Lureau
2020-01-07serial-mm: add "regshift" propertyMarc-André Lureau
2020-01-07serial: start making SerialMM a sysbus deviceMarc-André Lureau
2020-01-07serial: replace serial_exit_core() with unrealizeMarc-André Lureau
2020-01-07serial: realize the serial deviceMarc-André Lureau
2020-01-07serial: add "baudbase" propertyMarc-André Lureau
2020-01-07serial: initial qom-ificationMarc-André Lureau
2019-09-07escc: introduce a selector for the register bitLaurent Vivier
2019-08-16Clean up inclusion of sysemu/sysemu.hMarkus Armbruster
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster
2019-08-16Include exec/memory.h slightly lessMarkus Armbruster
2019-08-16include: Make headers more self-containedMarkus Armbruster
2019-06-12Normalize position of header guardMarkus Armbruster
2019-02-21hw/char/pl011: Support all interrupt linesPeter Maydell
2019-02-21hw/char/pl011: Allow use as an embedded-struct devicePeter Maydell
2019-01-22hw/char/serial: Remove SerialState from "qemu/typedefs.h"Philippe Mathieu-Daudé
2019-01-07arm: Add header to host common definition for nRF51 SOC peripheralsSteffen Görtz
2018-11-02hw/char: Implement nRF51 SoC UARTJulia Suvorova
2018-08-20imx_serial: Generate interrupt on receive data ready if enabledHans-Erik Floryd
2018-04-26serial-isa: Use MAX_ISA_SERIAL_PORTS instead of MAX_SERIAL_PORTSPeter Maydell
2018-03-23i.MX: Support serial RS-232 break properlyTrent Piepho
2018-03-19char: i.MX: Add support for "TX complete" interruptAndrey Smirnov
2018-03-12hw/isa: Move parallel_hds_isa_init() to hw/char/parallel-isa.cPhilippe Mathieu-Daudé
2018-02-22hw/char/stm32f2xx_usart: fix TXE/TC bit handlingRichard Braun
2018-02-16hw/char: remove legacy interface escc_init()Laurent Vivier
2017-07-17hw/char/cmsdk-apb-uart.c: Implement CMSDK APB UARTPeter Maydell
2017-06-02char: move CharBackend handling in char-fe unitMarc-André Lureau
2017-06-02chardev: move headers to include/chardevMarc-André Lureau
2017-01-27char: rename CharDriverState ChardevMarc-André Lureau
2016-10-24char: use qemu_chr_fe* functions with CharBackend argumentMarc-André Lureau
2016-10-24char: replace PROP_CHR with CharBackendMarc-André Lureau
2016-10-24sun4uv: fix serial initialization regressionMarc-André Lureau
2016-07-12Clean up decorations and whitespace around header guardsMarkus Armbruster
2016-07-12Clean up header guards that don't match their file nameMarkus Armbruster
2016-06-29serial: remove watch on resetPaolo Bonzini
2016-06-29serial: make tsr_retry unsignedPaolo Bonzini
2016-06-06hw/char: QOM'ify xilinx_uartlite modelxiaoqiang zhao
2016-06-06hw/char: QOM'ify cadence_uart modelxiaoqiang zhao
2016-06-06hw/char: QOM'ify pl011 modelxiaoqiang zhao
2016-03-22Use scripts/clean-includes to drop redundant qemu/typedefs.hMarkus Armbruster