Age | Commit message (Expand) | Author |
2024-09-13 | hw: Use device_class_set_legacy_reset() instead of opencoding | Peter Maydell |
2021-10-30 | hw/char/sh_serial: Add device id to trace output | BALATON Zoltan |
2021-10-30 | hw/char/sh_serial: QOM-ify | BALATON Zoltan |
2021-10-30 | hw/char/sh_serial: Split off sh_serial_reset() from sh_serial_init() | BALATON Zoltan |
2021-10-30 | hw/char/sh_serial: Embed QEMUTimer in state struct | BALATON Zoltan |
2021-10-30 | hw/char/sh_serial: Rename type sh_serial_state to SHSerialState | BALATON Zoltan |
2021-10-30 | hw/char/sh_serial: Do not abort on invalid access | BALATON Zoltan |
2021-10-30 | hw/sh4: Change debug printfs to traces | BALATON Zoltan |
2021-10-30 | hw/sh4: Coding style: Add missing braces | BALATON Zoltan |
2021-10-30 | hw/sh4: Coding style: White space fixes | BALATON Zoltan |
2021-10-30 | hw/sh4: Coding style: Fix multi-line comments | BALATON Zoltan |
2020-01-08 | chardev: Use QEMUChrEvent enum in IOEventHandler typedef | Philippe Mathieu-Daudé |
2019-08-16 | Include hw/hw.h exactly where needed | Markus Armbruster |
2019-08-16 | Include hw/irq.h a lot less | Markus Armbruster |
2019-01-11 | avoid TABs in files that only contain a few | Paolo Bonzini |
2018-10-02 | hw/char/sh_serial: Add timeout handling to unbreak serial input | Geert Uytterhoeven |
2018-06-01 | hw: Do not include "exec/address-spaces.h" if it is not necessary | Philippe Mathieu-Daudé |
2017-07-14 | char: avoid chardevice direct access | Anton Nefedov |
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-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: 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: 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 |
2013-10-02 | sh4: Fix serial line access for Linux kernels later than 3.2 | Guenter Roeck |
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 |