aboutsummaryrefslogtreecommitdiff
path: root/include/hw/char
AgeCommit message (Expand)AuthorFilesLines
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
2016-07-12Clean up decorations and whitespace around header guardsMarkus Armbruster3-3/+4
2016-07-12Clean up header guards that don't match their file nameMarkus Armbruster1-2/+2
2016-06-29serial: remove watch on resetPaolo Bonzini1-0/+1
2016-06-29serial: make tsr_retry unsignedPaolo Bonzini1-1/+1
2016-06-06hw/char: QOM'ify xilinx_uartlite modelxiaoqiang zhao1-0/+35
2016-06-06hw/char: QOM'ify cadence_uart modelxiaoqiang zhao1-0/+17
2016-06-06hw/char: QOM'ify pl011 modelxiaoqiang zhao1-0/+52
2016-03-22Use scripts/clean-includes to drop redundant qemu/typedefs.hMarkus Armbruster1-1/+0
2016-03-16bcm2835_aux: add emulation of BCM2835 AUX (aka UART1) blockAndrew Baumann1-0/+33
2015-08-13i.MX: Split UART emulator in a header file and a source fileJean-Christophe Dubois1-0/+102
2015-05-18char: cadence_uart: Split state struct and type into headerPeter Crosthwaite1-0/+53
2015-03-11stm32f2xx_USART: Add the stm32f2xx USART ControllerAlistair Francis1-0/+73
2015-02-24serial: Factor out common serial_hds_isa_init()Markus Armbruster1-1/+1
2013-12-17hw/arm/digic: add UART supportAntony Pavlov1-0/+47
2013-12-02misc: Replace 'struct QEMUTimer' by 'QEMUTimer'Stefan Weil1-2/+2
2013-07-29lm32_juart: QOM cast cleanupAndreas Färber1-0/+2
2013-07-29lm32_juart: Relocate and tidy headerAndreas Färber1-0/+11
2013-07-29escc: QOM cast cleanupAndreas Färber1-0/+1
2013-06-15Merge branch 'realize-isa.v2' of git://github.com/afaerber/qemu-cpuBlue Swirl1-1/+1
2013-06-11char/serial: Use generic Fifo8Peter Crosthwaite1-10/+5
2013-06-07isa: Use realizefn for ISADeviceAndreas Färber1-1/+1
2013-04-29serial: QOM'ify ISA serialAndreas Färber1-0/+1
2013-04-08hw: move headers to include/Paolo Bonzini2-0/+114