index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
char
/
mcf_uart.c
Age
Commit message (
Expand
)
Author
2018-02-09
Include qapi/error.h exactly where needed
Markus Armbruster
2017-07-14
char: add backend hotswap handler
Anton Nefedov
2017-06-02
char: move CharBackend handling in char-fe unit
Marc-André Lureau
2017-06-02
chardev: move headers to include/chardev
Marc-André Lureau
2017-02-16
hw/char/mcf_uart: QOMify the ColdFire UART
Thomas Huth
2017-01-27
char: rename CharDriverState Chardev
Marc-André Lureau
2016-10-24
char: remove explicit_fe_open, use a set_handlers argument
Marc-André Lureau
2016-10-24
char: make some qemu_chr_fe skip if no driver
Marc-André Lureau
2016-10-24
char: replace qemu_chr_claim/release with qemu_chr_fe_init/deinit
Marc-André Lureau
2016-10-24
char: use qemu_chr_fe* functions with CharBackend argument
Marc-André Lureau
2016-10-24
char: rename some frontend functions
Marc-André Lureau
2016-10-24
char: remaining switch to CharBackend in frontend
Marc-André Lureau
2016-09-13
hw: replace most use of qemu_chr_fe_write with qemu_chr_fe_write_all
Daniel P. Berrange
2016-01-29
hw: Clean up includes
Peter Maydell
2015-08-14
hw: fix mask for ColdFire UART command register
Paolo Bonzini
2013-07-04
memory: add owner argument to initialization functions
Paolo Bonzini
2013-04-15
sysemu: avoid proliferation of include/ subdirectories
Paolo Bonzini
2013-04-08
hw: move char devices to hw/char/, configure via default-configs/
Paolo Bonzini