aboutsummaryrefslogtreecommitdiff
path: root/hw/char/sclpconsole.c
AgeCommit message (Expand)AuthorFilesLines
2020-12-18qdev: Move softmmu properties to qdev-properties-system.hEduardo Habkost1-0/+1
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost1-2/+2
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost1-2/+4
2020-08-27sclpconsole: Use TYPE_* constantsEduardo Habkost1-1/+1
2020-03-16misc: Replace zero-length arrays with flexible array member (manual)Philippe Mathieu-Daudé1-1/+1
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau1-1/+1
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster1-1/+1
2019-08-16Include migration/vmstate.h lessMarkus Armbruster1-0/+1
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster1-0/+1
2018-03-08s390x/sclp: clean up sclp masksClaudio Imbrenda1-2/+2
2018-03-08s390x/sclpconsole: Remove dead code - remove exit handlersNia Alarie1-6/+0
2017-07-14char: avoid chardevice direct accessAnton Nefedov1-1/+1
2017-07-14char: add backend hotswap handlerAnton Nefedov1-1/+1
2017-06-02char: move CharBackend handling in char-fe unitMarc-André Lureau1-1/+1
2017-06-02chardev: move headers to include/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-4/+2
2016-10-24char: use qemu_chr_fe* functions with CharBackend argumentMarc-André Lureau1-4/+4
2016-10-24char: replace PROP_CHR with CharBackendMarc-André Lureau1-5/+5
2016-09-13hw: replace most use of qemu_chr_fe_write with qemu_chr_fe_write_allDaniel P. Berrange1-0/+2
2016-07-12Use #include "..." for our own headers, <...> for othersMarkus Armbruster1-1/+1
2016-05-17hw/char: QOM'ify sclpconsole.cxiaoqiang zhao1-4/+8
2016-01-29s390: Clean up includesPeter Maydell1-0/+1
2015-04-30sclp: sort into categoriesCornelia Huck1-0/+1
2014-11-05s390x/sclpconsole: Avoid hanging SCLP ASCII consoleHeinz Graalfs1-1/+11
2014-05-14savevm: Remove all the unneeded version_minimum_id_old (rest)Juan Quintela1-2/+1
2014-03-17s390x/sclpconsole: Fix and simplify interrupt injectionChristian Borntraeger1-24/+6
2013-09-20s390/eventfacility: allow childs to handle more than 1 event typeChristian Borntraeger1-3/+3
2013-09-20s390/eventfacility: remove unused event_type variableChristian Borntraeger1-1/+0
2013-09-20s390/sclp: add reset() functionsHeinz Graalfs1-4/+13
2013-09-20s390/sclpconsole: Add code to support live migration for sclpconsoleHeinz Graalfs1-0/+18
2013-09-20s390/sclpconsole: modify definition of input bufferHeinz Graalfs1-38/+16
2013-07-30s390/sclpconsole: handle char layer busy conditionsHeinz Graalfs1-17/+1
2013-04-15sysemu: avoid proliferation of include/ subdirectoriesPaolo Bonzini1-1/+1
2013-04-08hw: move char devices to hw/char/, configure via default-configs/Paolo Bonzini1-0/+305