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
/
serial.c
Age
Commit message (
Expand
)
Author
2020-01-24
qdev: set properties with device_class_set_props()
Marc-André Lureau
2020-01-10
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2020-01-08
chardev: Use QEMUChrEvent enum in IOEventHandler typedef
Philippe Mathieu-Daudé
2020-01-07
mips: use sysbus_mmio_get_region() instead of internal fields
Marc-André Lureau
2020-01-07
mips: inline serial_init()
Marc-André Lureau
2020-01-07
serial: make SerialIO a sysbus device
Marc-André Lureau
2020-01-07
serial-mm: use sysbus facilities
Marc-André Lureau
2020-01-07
serial-mm: add endianness property
Marc-André Lureau
2020-01-07
serial-mm: add "regshift" property
Marc-André Lureau
2020-01-07
serial: start making SerialMM a sysbus device
Marc-André Lureau
2020-01-07
serial: replace serial_exit_core() with unrealize
Marc-André Lureau
2020-01-07
serial: realize the serial device
Marc-André Lureau
2020-01-07
serial: add "baudbase" property
Marc-André Lureau
2020-01-07
serial: add "chardev" property
Marc-André Lureau
2020-01-07
serial: register vmsd with DeviceClass
Marc-André Lureau
2020-01-07
serial: initial qom-ification
Marc-André Lureau
2019-08-16
sysemu: Split sysemu/runstate.h off sysemu/sysemu.h
Markus Armbruster
2019-08-16
Clean up inclusion of sysemu/sysemu.h
Markus Armbruster
2019-08-16
Include migration/vmstate.h less
Markus Armbruster
2019-08-16
Include hw/irq.h a lot less
Markus Armbruster
2019-08-16
Include sysemu/reset.h a lot less
Markus Armbruster
2018-12-18
qmp hmp: Make system_wakeup check wake-up support and run state
Daniel Henrique Barboza
2018-10-02
serial: fix DLL writes
Paolo Bonzini
2018-07-16
hw/char/serial: retry write if EAGAIN
Marc-André Lureau
2018-07-16
PC Chipset: Improve serial divisor calculation
Calvin Lee
2018-06-30
Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...
Peter Maydell
2018-06-29
hw/char/serial: Convert from DPRINTF macro to trace events
Philippe Mathieu-Daudé
2018-06-28
hw/char/serial: Only retry if qemu_chr_fe_write returns 0
Sergio Lopez
2018-06-01
hw: Do not include "exec/address-spaces.h" if it is not necessary
Philippe Mathieu-Daudé
2018-04-26
hw/char/serial: Allow disconnected chardevs
Peter Maydell
2017-11-06
Enable 8-byte wide MMIO for 16550 serial devices
Mike Nawrocki
2017-09-27
migration: pre_save return int
Dr. David Alan Gilbert
2017-07-14
serial: chardev hotswap support
Anton Nefedov
2017-07-14
serial: move TIOCM update to a separate function
Anton Nefedov
2017-07-14
char: avoid chardevice direct access
Anton Nefedov
2017-07-14
char: add backend hotswap handler
Anton Nefedov
2017-06-02
char: make chr_fe_deinit() optionaly delete backend
Marc-André Lureau
2017-06-02
chardev: serial & parallel declaration to own headers
Marc-André Lureau
2017-06-02
chardev: move headers to include/chardev
Marc-André Lureau
2017-01-27
char: rename CharDriverState Chardev
Marc-André Lureau
2017-01-16
serial: fix memory leak in serial exit
Li Qiang
2016-10-24
char: remove explicit_fe_open, use a set_handlers argument
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: replace PROP_CHR with CharBackend
Marc-André Lureau
2016-10-24
char: serial: check divider value against baud base
Prasad J Pandit
2016-06-29
serial: reinstate watch after migration
Paolo Bonzini
2016-06-29
serial: remove watch on reset
Paolo Bonzini
2016-06-29
serial: separate serial_xmit and serial_watch_cb
Paolo Bonzini
[next]