summaryrefslogtreecommitdiff
path: root/hw/s390x/event-facility.c
AgeCommit message (Expand)Author
2020-10-02s390/sclp: read sccb from mem based on provided lengthCollin Walling
2020-07-10error: Eliminate error_propagate() with Coccinelle, part 1Markus Armbruster
2020-07-10qdev: Use returned bool to check for qdev_realize() etc. failureMarkus Armbruster
2020-06-15s390x/event-facility: Simplify creation of SCLP event devicesMarkus Armbruster
2020-05-15qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster
2020-01-27s390x/event-facility: fix error propagationCornelia Huck
2020-01-27s390x/event-facility.c: remove unneeded labelsDaniel Henrique Barboza
2019-12-18hw/s390x: rename Error ** parameter to more common errpVladimir Sementsov-Ogievskiy
2019-12-14s390x/event-facility: Fix realize() error API violationsMarkus Armbruster
2019-09-30s390x: sclp: refactor invalid command checkJanosch Frank
2019-08-16Clean up inclusion of sysemu/sysemu.hMarkus Armbruster
2019-08-16Include migration/vmstate.h lessMarkus Armbruster
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
2019-06-06hw/s390x/event-facility: Use the QOM BUS() macro to access BusState.qbusPhilippe Mathieu-Daudé
2018-04-30hw/s390x: Allow to configure the consoles with the "-serial" parameterThomas Huth
2018-04-30s390x/sclp: extend SCLP event masks to 64 bitsClaudio Imbrenda
2018-03-08s390x/sclp: clean up sclp masksClaudio Imbrenda
2018-03-08s390x/sclp: proper support of larger send and receive masksClaudio Imbrenda
2018-03-08s390x/sclpconsole: Remove dead code - remove exit handlersNia Alarie
2018-02-09s390x/sclp: fix event mask handlingChristian Borntraeger
2017-10-20s390x/event-facility: variable-length event masksCornelia Huck
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster
2016-01-29s390: Clean up includesPeter Maydell
2015-10-02s390x: set missing parent for hotplug and quiesce eventsDavid Hildenbrand
2015-09-07s390/sclp: replace sclp event types with proper definesDavid Hildenbrand
2015-09-07s390/sclp: rework sclp event facility initialization + device realizationDavid Hildenbrand
2015-09-07s390x/event-facility: fix receive mask checkCornelia Huck
2015-06-22Include monitor/monitor.h exactly where neededMarkus Armbruster
2015-04-30sclp: sort into categoriesCornelia Huck
2014-10-15s390x: Drop not used allow_hotplug in event-facilityIgor Mammedov
2014-05-14savevm: Remove all the unneeded version_minimum_id_old (rest)Juan Quintela
2014-05-07hw/s390x: Add missing 'static' attributeStefan Weil
2014-02-27s390x/event-facility: exploit realize/unrealizeHeinz Graalfs
2014-02-27s390x/event-facility: add support for live migrationHeinz Graalfs
2014-02-27s390x/event-facility: code restructureHeinz Graalfs
2014-02-27s390x/event-facility: some renamingHeinz Graalfs
2014-02-27s390x/eventfacility: mask out commandsChristian Borntraeger
2014-01-21s390-sclp: SCLP Event integrationJason J. Herne
2013-09-20s390/eventfacility: allow childs to handle more than 1 event typeChristian Borntraeger
2013-09-20s390/eventfacility: fix multiple Read Event Data sourcesRalf Hoppe
2013-09-20s390/sclp: add reset() functionsHeinz Graalfs
2013-08-30qdev: Pass size to qbus_create_inplace()Andreas Färber
2013-03-01hw: include hw header files with full pathsPaolo Bonzini
2013-01-10Make all static TypeInfos constAndreas Färber
2012-12-19softmmu: move include files to include/sysemu/Paolo Bonzini
2012-12-19monitor: move include files to include/monitor/Paolo Bonzini
2012-11-26sclp: Fix uninitialized var in handle_write_event_buf().Cornelia Huck
2012-10-29s390: sclp signal quiesce supportHeinz Graalfs
2012-10-29s390: sclp event supportHeinz Graalfs