index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
char
/
pl011.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
hw/char/pl011: Add support for loopback
Tong Ho
2024-03-05
1
-2
/
+108
*
hw/char: Constify VMState
Richard Henderson
2023-12-29
1
-3
/
+3
*
hw/char/pl011: Replace magic values by register field definitions
Philippe Mathieu-Daudé
2023-08-31
1
-7
/
+15
*
hw/char/pl011: Remove duplicated PL011_INT_[RT]X definitions
Philippe Mathieu-Daudé
2023-08-31
1
-6
/
+3
*
hw/char/pl011: Display register name in trace events
Philippe Mathieu-Daudé
2023-08-31
1
-3
/
+22
*
hw/char/pl011: Restrict MemoryRegionOps implementation access sizes
Philippe Mathieu-Daudé
2023-08-31
1
-0
/
+2
*
hw/char/pl011: Un-inline pl011_create()
Philippe Mathieu-Daudé
2023-02-27
1
-0
/
+17
*
hw/char/pl011: better handling of FIFO flags on LCR reset
Evgeny Iakovlev
2023-02-03
1
-5
/
+13
*
hw/char/pl011: implement a reset method
Evgeny Iakovlev
2023-02-03
1
-5
/
+21
*
hw/char/pl011: add post_load hook for backwards-compatibility
Evgeny Iakovlev
2023-02-03
1
-0
/
+25
*
hw/char/pl011: refactor FIFO depth handling code
Evgeny Iakovlev
2023-02-03
1
-12
/
+18
*
hw/char/pl011: fix baud rate calculation
Baruch Siach
2022-10-20
1
-1
/
+1
*
hw/char/pl011: add support for sending break
Jan Luebbe
2021-08-25
1
-0
/
+6
*
hw/arm/virt: Disable pl011 clock migration if needed
Gavin Shan
2021-03-23
1
-0
/
+9
*
clock: Add ClockEvent parameter to callbacks
Peter Maydell
2021-03-08
1
-2
/
+3
*
qdev: Move softmmu properties to qdev-properties-system.h
Eduardo Habkost
2020-12-18
1
-0
/
+1
*
hw/char/pl011: add a clock input
Luc Michel
2020-10-27
1
-0
/
+45
*
qdev: set properties with device_class_set_props()
Marc-André Lureau
2020-01-24
1
-1
/
+1
*
chardev: Use QEMUChrEvent enum in IOEventHandler typedef
Philippe Mathieu-Daudé
2020-01-08
1
-1
/
+1
*
Include migration/vmstate.h less
Markus Armbruster
2019-08-16
1
-0
/
+1
*
Include hw/irq.h a lot less
Markus Armbruster
2019-08-16
1
-0
/
+1
*
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
2019-06-12
1
-0
/
+1
*
hw/char/pl011: Use '0x' prefix when logging hex numbers
Peter Maydell
2019-02-21
1
-2
/
+2
*
hw/char/pl011: Support all interrupt lines
Peter Maydell
2019-02-21
1
-2
/
+44
*
hw/char/pl011: Allow use as an embedded-struct device
Peter Maydell
2019-02-21
1
-29
/
+2
*
char: add backend hotswap handler
Anton Nefedov
2017-07-14
1
-1
/
+1
*
char: move CharBackend handling in char-fe unit
Marc-André Lureau
2017-06-02
1
-1
/
+1
*
chardev: move headers to include/chardev
Marc-André Lureau
2017-06-02
1
-1
/
+1
*
char: remove explicit_fe_open, use a set_handlers argument
Marc-André Lureau
2016-10-24
1
-1
/
+1
*
char: make some qemu_chr_fe skip if no driver
Marc-André Lureau
2016-10-24
1
-12
/
+6
*
char: use qemu_chr_fe* functions with CharBackend argument
Marc-André Lureau
2016-10-24
1
-4
/
+4
*
char: rename some frontend functions
Marc-André Lureau
2016-10-24
1
-1
/
+1
*
char: replace PROP_CHR with CharBackend
Marc-André Lureau
2016-10-24
1
-7
/
+8
*
hw/char/pl011: Add trace events
Peter Maydell
2016-10-17
1
-21
/
+50
*
hw: replace most use of qemu_chr_fe_write with qemu_chr_fe_write_all
Daniel P. Berrange
2016-09-13
1
-1
/
+3
*
hw/char: QOM'ify pl011 model
xiaoqiang zhao
2016-06-06
1
-5
/
+6
*
hw: explicitly include qemu/log.h
Paolo Bonzini
2016-05-19
1
-0
/
+1
*
arm: Clean up includes
Peter Maydell
2016-01-29
1
-0
/
+1
*
sysbus: Make devices picking up backends unavailable with -device
Markus Armbruster
2015-04-02
1
-0
/
+2
*
hw: Mark devices picking up char backends actively FIXME
Markus Armbruster
2015-04-02
1
-0
/
+1
*
savevm: Remove all the unneeded version_minimum_id_old (arm)
Juan Quintela
2014-05-13
1
-2
/
+1
*
pl011: fix incorrect logic to set the RXFF flag
Rob Herring
2014-03-18
1
-1
/
+1
*
pl011: fix UARTRSR accesses corrupting the UARTCR value
Rob Herring
2014-03-18
1
-7
/
+10
*
pl011: reset the fifo when enabled or disabled
Rob Herring
2014-03-18
1
-0
/
+5
*
pl011: QOM'ify pl011 and pl011_luminary
Andreas Färber
2013-07-29
1
-30
/
+32
*
pl011: Rename pl011_state
Andreas Färber
2013-07-29
1
-26
/
+26
*
hw/c*: pass owner to memory_region_init* functions
Paolo Bonzini
2013-07-04
1
-1
/
+1
*
memory: add owner argument to initialization functions
Paolo Bonzini
2013-07-04
1
-1
/
+1
*
sysemu: avoid proliferation of include/ subdirectories
Paolo Bonzini
2013-04-15
1
-1
/
+1
*
hw: move target-independent files to subdirectories
Paolo Bonzini
2013-04-08
1
-0
/
+330