summaryrefslogtreecommitdiff
path: root/hw/char/pl011.c
AgeCommit message (Expand)Author
2021-08-25hw/char/pl011: add support for sending breakJan Luebbe
2021-03-23hw/arm/virt: Disable pl011 clock migration if neededGavin Shan
2021-03-08clock: Add ClockEvent parameter to callbacksPeter Maydell
2020-12-18qdev: Move softmmu properties to qdev-properties-system.hEduardo Habkost
2020-10-27hw/char/pl011: add a clock inputLuc Michel
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau
2020-01-08chardev: Use QEMUChrEvent enum in IOEventHandler typedefPhilippe Mathieu-Daudé
2019-08-16Include migration/vmstate.h lessMarkus Armbruster
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
2019-02-21hw/char/pl011: Use '0x' prefix when logging hex numbersPeter Maydell
2019-02-21hw/char/pl011: Support all interrupt linesPeter Maydell
2019-02-21hw/char/pl011: Allow use as an embedded-struct devicePeter Maydell
2017-07-14char: add backend hotswap handlerAnton Nefedov
2017-06-02char: move CharBackend handling in char-fe unitMarc-André Lureau
2017-06-02chardev: move headers to include/chardevMarc-André Lureau
2016-10-24char: remove explicit_fe_open, use a set_handlers argumentMarc-André Lureau
2016-10-24char: make some qemu_chr_fe skip if no driverMarc-André Lureau
2016-10-24char: use qemu_chr_fe* functions with CharBackend argumentMarc-André Lureau
2016-10-24char: rename some frontend functionsMarc-André Lureau
2016-10-24char: replace PROP_CHR with CharBackendMarc-André Lureau
2016-10-17hw/char/pl011: Add trace eventsPeter Maydell
2016-09-13hw: replace most use of qemu_chr_fe_write with qemu_chr_fe_write_allDaniel P. Berrange
2016-06-06hw/char: QOM'ify pl011 modelxiaoqiang zhao
2016-05-19hw: explicitly include qemu/log.hPaolo Bonzini
2016-01-29arm: Clean up includesPeter Maydell
2015-04-02sysbus: Make devices picking up backends unavailable with -deviceMarkus Armbruster
2015-04-02hw: Mark devices picking up char backends actively FIXMEMarkus Armbruster
2014-05-13savevm: Remove all the unneeded version_minimum_id_old (arm)Juan Quintela
2014-03-18pl011: fix incorrect logic to set the RXFF flagRob Herring
2014-03-18pl011: fix UARTRSR accesses corrupting the UARTCR valueRob Herring
2014-03-18pl011: reset the fifo when enabled or disabledRob Herring
2013-07-29pl011: QOM'ify pl011 and pl011_luminaryAndreas Färber
2013-07-29pl011: Rename pl011_stateAndreas Färber
2013-07-04hw/c*: pass owner to memory_region_init* functionsPaolo Bonzini
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini
2013-04-15sysemu: avoid proliferation of include/ subdirectoriesPaolo Bonzini
2013-04-08hw: move target-independent files to subdirectoriesPaolo Bonzini