aboutsummaryrefslogtreecommitdiff
path: root/hw/char/escc.c
AgeCommit message (Expand)Author
2020-12-18qdev: Move softmmu properties to qdev-properties-system.hEduardo Habkost
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau
2020-01-08chardev: Use QEMUChrEvent enum in IOEventHandler typedefPhilippe Mathieu-Daudé
2019-09-07escc: introduce a selector for the register bitLaurent Vivier
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster
2019-08-16Include migration/vmstate.h lessMarkus Armbruster
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
2019-05-17hw/char/escc: Lower irq when transmit buffer is filledStephen Checkoway
2018-02-16hw/char: remove legacy interface escc_init()Laurent Vivier
2018-01-29hw: convert the escc device to keycodemapdbDaniel P. Berrange
2017-09-04qapi: Mechanically convert FOO_lookup[...] to FOO_str(...)Markus Armbruster
2017-07-27ui: drop altgr and altgr_r QKeyCodesGerd Hoffmann
2017-07-14char: avoid chardevice direct accessAnton Nefedov
2017-07-14char: add backend hotswap handlerAnton Nefedov
2017-06-02char: move CharBackend handling in char-fe unitMarc-André Lureau
2017-06-02chardev: serial & parallel declaration to own headersMarc-André Lureau
2017-06-02chardev: move headers to include/chardevMarc-André Lureau
2017-01-27char: rename CharDriverState ChardevMarc-André Lureau
2016-10-24char: remove explicit_fe_open, use a set_handlers argumentMarc-André Lureau
2016-10-24char: make some qemu_chr_fe skip if no driverMarc-André Lureau
2016-10-24char: use qemu_chr_fe* functions with CharBackend argumentMarc-André Lureau
2016-10-24char: rename some frontend functionsMarc-André Lureau
2016-10-24char: replace PROP_CHR with CharBackendMarc-André Lureau
2016-09-13hw: replace most use of qemu_chr_fe_write with qemu_chr_fe_write_allDaniel P. Berrange
2016-06-06hw/char: QOM'ify escc.c (fix)xiaoqiang zhao
2016-05-29hw/char: QOM'ify escc.cxiaoqiang zhao
2016-03-18qapi: Don't special-case simple union wrappersEric Blake
2016-03-05ui: Shorten references into InputEventEric Blake
2016-01-29hw: Clean up includesPeter Maydell
2015-12-17qapi: Don't let implicit enum MAX member collideEric Blake
2015-11-02input: Convert to new qapi union layoutEric Blake
2015-10-23escc: add to input categoryLaurent Vivier
2014-06-16savevm: Remove all the unneeded version_minimum_id_old (ppc)Juan Quintela
2014-05-16input: sparc32 kbd: claim en-us layoutGerd Hoffmann
2014-05-16input: sparc32 kbd: fix some key mappingsGerd Hoffmann
2014-05-16input: switch sparc32 kbd to new input apiGerd Hoffmann
2013-07-29escc: QOM cast cleanupAndreas Färber
2013-07-04hw/c*: pass owner to memory_region_init* functionsPaolo Bonzini
2013-07-04escc: rename struct to ESCCStatePaolo Bonzini
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini
2013-04-15sysemu: avoid proliferation of include/ subdirectoriesPaolo Bonzini
2013-04-08hw: move target-independent files to subdirectoriesPaolo Bonzini