aboutsummaryrefslogtreecommitdiff
path: root/include/hw/char/serial.h
AgeCommit message (Expand)AuthorFilesLines
2024-02-14hw/char/serial-isa: Implement relocation and enabling/disabling for TYPE_ISA_...Bernhard Beschow1-0/+2
2020-09-30hw/char/serial: Make 'wakeup' property booleanPhilippe Mathieu-Daudé1-1/+1
2020-09-30hw/char/serial: Remove TYPE_SERIAL_IOPhilippe Mathieu-Daudé1-9/+0
2020-09-18Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost1-8/+3
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost1-3/+6
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost1-6/+10
2020-01-07mips: inline serial_init()Marc-André Lureau1-2/+0
2020-01-07serial: make SerialIO a sysbus deviceMarc-André Lureau1-2/+11
2020-01-07serial-mm: add endianness propertyMarc-André Lureau1-0/+1
2020-01-07serial-mm: add "regshift" propertyMarc-André Lureau1-2/+2
2020-01-07serial: start making SerialMM a sysbus deviceMarc-André Lureau1-5/+15
2020-01-07serial: replace serial_exit_core() with unrealizeMarc-André Lureau1-1/+0
2020-01-07serial: realize the serial deviceMarc-André Lureau1-1/+0
2020-01-07serial: add "baudbase" propertyMarc-André Lureau1-1/+1
2020-01-07serial: initial qom-ificationMarc-André Lureau1-1/+6
2019-08-16Clean up inclusion of sysemu/sysemu.hMarkus Armbruster1-1/+0
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster1-1/+0
2019-01-22hw/char/serial: Remove SerialState from "qemu/typedefs.h"Philippe Mathieu-Daudé1-2/+2
2018-04-26serial-isa: Use MAX_ISA_SERIAL_PORTS instead of MAX_SERIAL_PORTSPeter Maydell1-0/+3
2017-06-02char: move CharBackend handling in char-fe unitMarc-André Lureau1-1/+1
2017-06-02chardev: move headers to include/chardevMarc-André Lureau1-2/+2
2017-01-27char: rename CharDriverState ChardevMarc-André Lureau1-2/+2
2016-10-24char: use qemu_chr_fe* functions with CharBackend argumentMarc-André Lureau1-0/+1
2016-10-24char: replace PROP_CHR with CharBackendMarc-André Lureau1-1/+2
2016-10-24sun4uv: fix serial initialization regressionMarc-André Lureau1-1/+1
2016-07-12Clean up decorations and whitespace around header guardsMarkus Armbruster1-1/+2
2016-06-29serial: remove watch on resetPaolo Bonzini1-0/+1
2016-06-29serial: make tsr_retry unsignedPaolo Bonzini1-1/+1
2015-02-24serial: Factor out common serial_hds_isa_init()Markus Armbruster1-1/+1
2013-12-02misc: Replace 'struct QEMUTimer' by 'QEMUTimer'Stefan Weil1-2/+2
2013-06-15Merge branch 'realize-isa.v2' of git://github.com/afaerber/qemu-cpuBlue Swirl1-1/+1
2013-06-11char/serial: Use generic Fifo8Peter Crosthwaite1-10/+5
2013-06-07isa: Use realizefn for ISADeviceAndreas Färber1-1/+1
2013-04-29serial: QOM'ify ISA serialAndreas Färber1-0/+1
2013-04-08hw: move headers to include/Paolo Bonzini1-0/+101