summaryrefslogtreecommitdiffstats
path: root/hw/char/escc.c
Commit message (Expand)AuthorAgeFilesLines
* hw/char: fix qcode array bounds check in ESCC implDaniel P. Berrangé2022-04-261-1/+1
* escc: update the R_SPEC register SPEC_ALLSENT bit when writing to W_TXCTRL1Mark Cave-Ayland2021-11-211-0/+14
* escc: always set STATUS_TXEMPTY in R_STATUS on device resetMark Cave-Ayland2021-11-211-0/+11
* escc: fix STATUS_SYNC bit in R_STATUS registerMark Cave-Ayland2021-09-081-1/+8
* escc: re-use escc_reset_chn() for soft resetMark Cave-Ayland2021-09-081-7/+2Star
* escc: remove register changes from escc_reset_chn()Mark Cave-Ayland2021-09-081-25/+0Star
* escc: implement hard reset as described in the datasheetMark Cave-Ayland2021-09-081-28/+13Star
* escc: implement soft reset as described in the datasheetMark Cave-Ayland2021-09-081-17/+31
* escc: introduce escc_hard_reset_chn() for hardware resetMark Cave-Ayland2021-09-081-1/+37
* escc: introduce escc_soft_reset_chn() for software resetMark Cave-Ayland2021-09-081-2/+38
* escc: reset register values to zero in escc_reset()Mark Cave-Ayland2021-09-081-2/+17
* escc: checkpatch fixesMark Cave-Ayland2021-09-081-65/+97
* qdev: Move softmmu properties to qdev-properties-system.hEduardo Habkost2020-12-181-0/+1
* qdev: set properties with device_class_set_props()Marc-André Lureau2020-01-241-1/+1
* chardev: Use QEMUChrEvent enum in IOEventHandler typedefPhilippe Mathieu-Daudé2020-01-081-1/+1
* escc: introduce a selector for the register bitLaurent Vivier2019-09-071-6/+24
* Include hw/qdev-properties.h lessMarkus Armbruster2019-08-161-0/+1
* Include hw/hw.h exactly where neededMarkus Armbruster2019-08-161-1/+0Star
* Include migration/vmstate.h lessMarkus Armbruster2019-08-161-0/+1
* Include hw/irq.h a lot lessMarkus Armbruster2019-08-161-0/+1
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-121-0/+1
* hw/char/escc: Lower irq when transmit buffer is filledStephen Checkoway2019-05-171-0/+7
* hw/char: remove legacy interface escc_init()Laurent Vivier2018-02-161-152/+57Star
* hw: convert the escc device to keycodemapdbDaniel P. Berrange2018-01-291-121/+5Star
* qapi: Mechanically convert FOO_lookup[...] to FOO_str(...)Markus Armbruster2017-09-041-1/+1
* ui: drop altgr and altgr_r QKeyCodesGerd Hoffmann2017-07-271-1/+0Star
* char: avoid chardevice direct accessAnton Nefedov2017-07-141-3/+3
* char: add backend hotswap handlerAnton Nefedov2017-07-141-1/+1
* char: move CharBackend handling in char-fe unitMarc-André Lureau2017-06-021-0/+1
* chardev: serial & parallel declaration to own headersMarc-André Lureau2017-06-021-1/+1
* chardev: move headers to include/chardevMarc-André Lureau2017-06-021-1/+1
* char: rename CharDriverState ChardevMarc-André Lureau2017-01-271-1/+1
* char: remove explicit_fe_open, use a set_handlers argumentMarc-André Lureau2016-10-241-1/+1
* char: make some qemu_chr_fe skip if no driverMarc-André Lureau2016-10-241-3/+1Star
* char: use qemu_chr_fe* functions with CharBackend argumentMarc-André Lureau2016-10-241-8/+9
* char: rename some frontend functionsMarc-André Lureau2016-10-241-1/+1
* char: replace PROP_CHR with CharBackendMarc-André Lureau2016-10-241-10/+11
* hw: replace most use of qemu_chr_fe_write with qemu_chr_fe_write_allDaniel P. Berrange2016-09-131-1/+3
* hw/char: QOM'ify escc.c (fix)xiaoqiang zhao2016-06-061-5/+7
* hw/char: QOM'ify escc.cxiaoqiang zhao2016-05-291-11/+19
* qapi: Don't special-case simple union wrappersEric Blake2016-03-181-1/+1
* ui: Shorten references into InputEventEric Blake2016-03-051-5/+7
* hw: Clean up includesPeter Maydell2016-01-291-0/+1
* qapi: Don't let implicit enum MAX member collideEric Blake2015-12-171-1/+1
* input: Convert to new qapi union layoutEric Blake2015-11-021-6/+6
* escc: add to input categoryLaurent Vivier2015-10-231-0/+1
* savevm: Remove all the unneeded version_minimum_id_old (ppc)Juan Quintela2014-06-161-4/+2Star
* input: sparc32 kbd: claim en-us layoutGerd Hoffmann2014-05-161-1/+1
* input: sparc32 kbd: fix some key mappingsGerd Hoffmann2014-05-161-14/+16
* input: switch sparc32 kbd to new input apiGerd Hoffmann2014-05-161-59/+170