summaryrefslogtreecommitdiffstats
path: root/hw/char/pl011.c
Commit message (Expand)AuthorAgeFilesLines
* hw/char/pl011: add a clock inputLuc Michel2020-10-271-0/+45
* qdev: set properties with device_class_set_props()Marc-André Lureau2020-01-241-1/+1
* chardev: Use QEMUChrEvent enum in IOEventHandler typedefPhilippe Mathieu-Daudé2020-01-081-1/+1
* Include migration/vmstate.h lessMarkus Armbruster2019-08-161-0/+1
* Include hw/irq.h a lot lessMarkus Armbruster2019-08-161-0/+1
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-121-0/+1
* hw/char/pl011: Use '0x' prefix when logging hex numbersPeter Maydell2019-02-211-2/+2
* hw/char/pl011: Support all interrupt linesPeter Maydell2019-02-211-2/+44
* hw/char/pl011: Allow use as an embedded-struct devicePeter Maydell2019-02-211-29/+2Star
* char: add backend hotswap handlerAnton Nefedov2017-07-141-1/+1
* char: move CharBackend handling in char-fe unitMarc-André Lureau2017-06-021-1/+1
* chardev: move headers to include/chardevMarc-André Lureau2017-06-021-1/+1
* char: remove explicit_fe_open, use a set_handlers argumentMarc-André Lureau2016-10-241-1/+1
* char: make some qemu_chr_fe skip if no driverMarc-André Lureau2016-10-241-12/+6Star
* char: use qemu_chr_fe* functions with CharBackend argumentMarc-André Lureau2016-10-241-4/+4
* char: rename some frontend functionsMarc-André Lureau2016-10-241-1/+1
* char: replace PROP_CHR with CharBackendMarc-André Lureau2016-10-241-7/+8
* hw/char/pl011: Add trace eventsPeter Maydell2016-10-171-21/+50
* hw: replace most use of qemu_chr_fe_write with qemu_chr_fe_write_allDaniel P. Berrange2016-09-131-1/+3
* hw/char: QOM'ify pl011 modelxiaoqiang zhao2016-06-061-5/+6
* hw: explicitly include qemu/log.hPaolo Bonzini2016-05-191-0/+1
* arm: Clean up includesPeter Maydell2016-01-291-0/+1
* sysbus: Make devices picking up backends unavailable with -deviceMarkus Armbruster2015-04-021-0/+2
* hw: Mark devices picking up char backends actively FIXMEMarkus Armbruster2015-04-021-0/+1
* savevm: Remove all the unneeded version_minimum_id_old (arm)Juan Quintela2014-05-131-2/+1Star
* pl011: fix incorrect logic to set the RXFF flagRob Herring2014-03-181-1/+1
* pl011: fix UARTRSR accesses corrupting the UARTCR valueRob Herring2014-03-181-7/+10
* pl011: reset the fifo when enabled or disabledRob Herring2014-03-181-0/+5
* pl011: QOM'ify pl011 and pl011_luminaryAndreas Färber2013-07-291-30/+32
* pl011: Rename pl011_stateAndreas Färber2013-07-291-26/+26
* hw/c*: pass owner to memory_region_init* functionsPaolo Bonzini2013-07-041-1/+1
* memory: add owner argument to initialization functionsPaolo Bonzini2013-07-041-1/+1
* sysemu: avoid proliferation of include/ subdirectoriesPaolo Bonzini2013-04-151-1/+1
* hw: move target-independent files to subdirectoriesPaolo Bonzini2013-04-081-0/+330