summaryrefslogtreecommitdiffstats
path: root/hw/char/escc.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* escc: QOM cast cleanupAndreas Färber2013-07-291-8/+11
* hw/c*: pass owner to memory_region_init* functionsPaolo Bonzini2013-07-041-1/+1
* escc: rename struct to ESCCStatePaolo Bonzini2013-07-041-17/+17
* memory: add owner argument to initialization functionsPaolo Bonzini2013-07-041-1/+1
* sysemu: avoid proliferation of include/ subdirectoriesPaolo Bonzini2013-04-151-1/+1
* hw: move target-independent files to subdirectoriesPaolo Bonzini2013-04-081-0/+938