summaryrefslogtreecommitdiff
path: root/hw/char/escc.c
AgeCommit message (Expand)AuthorFilesLines
2018-02-16hw/char: remove legacy interface escc_init()Laurent Vivier1-152/+57
2018-01-29hw: convert the escc device to keycodemapdbDaniel P. Berrange1-121/+5
2017-09-04qapi: Mechanically convert FOO_lookup[...] to FOO_str(...)Markus Armbruster1-1/+1
2017-07-27ui: drop altgr and altgr_r QKeyCodesGerd Hoffmann1-1/+0
2017-07-14char: avoid chardevice direct accessAnton Nefedov1-3/+3
2017-07-14char: add backend hotswap handlerAnton Nefedov1-1/+1
2017-06-02char: move CharBackend handling in char-fe unitMarc-André Lureau1-0/+1
2017-06-02chardev: serial & parallel declaration to own headersMarc-André Lureau1-1/+1
2017-06-02chardev: move headers to include/chardevMarc-André Lureau1-1/+1
2017-01-27char: rename CharDriverState ChardevMarc-André Lureau1-1/+1
2016-10-24char: remove explicit_fe_open, use a set_handlers argumentMarc-André Lureau1-1/+1
2016-10-24char: make some qemu_chr_fe skip if no driverMarc-André Lureau1-3/+1
2016-10-24char: use qemu_chr_fe* functions with CharBackend argumentMarc-André Lureau1-8/+9
2016-10-24char: rename some frontend functionsMarc-André Lureau1-1/+1
2016-10-24char: replace PROP_CHR with CharBackendMarc-André Lureau1-10/+11
2016-09-13hw: replace most use of qemu_chr_fe_write with qemu_chr_fe_write_allDaniel P. Berrange1-1/+3
2016-06-06hw/char: QOM'ify escc.c (fix)xiaoqiang zhao1-5/+7
2016-05-29hw/char: QOM'ify escc.cxiaoqiang zhao1-11/+19
2016-03-18qapi: Don't special-case simple union wrappersEric Blake1-1/+1
2016-03-05ui: Shorten references into InputEventEric Blake1-5/+7
2016-01-29hw: Clean up includesPeter Maydell1-0/+1
2015-12-17qapi: Don't let implicit enum MAX member collideEric Blake1-1/+1
2015-11-02input: Convert to new qapi union layoutEric Blake1-6/+6
2015-10-23escc: add to input categoryLaurent Vivier1-0/+1
2014-06-16savevm: Remove all the unneeded version_minimum_id_old (ppc)Juan Quintela1-4/+2
2014-05-16input: sparc32 kbd: claim en-us layoutGerd Hoffmann1-1/+1
2014-05-16input: sparc32 kbd: fix some key mappingsGerd Hoffmann1-14/+16
2014-05-16input: switch sparc32 kbd to new input apiGerd Hoffmann1-59/+170
2013-07-29escc: QOM cast cleanupAndreas Färber1-8/+11
2013-07-04hw/c*: pass owner to memory_region_init* functionsPaolo Bonzini1-1/+1
2013-07-04escc: rename struct to ESCCStatePaolo Bonzini1-17/+17
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini1-1/+1
2013-04-15sysemu: avoid proliferation of include/ subdirectoriesPaolo Bonzini1-1/+1
2013-04-08hw: move target-independent files to subdirectoriesPaolo Bonzini1-0/+938