aboutsummaryrefslogtreecommitdiff
path: root/hw/s390x/event-facility.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-10s390x/event-facility: Simplify sclp_get_event_facility_bus()Cédric Le Goater1-11/+2
2023-12-30hw/s390x: Constify VMStateRichard Henderson1-4/+4
2023-02-14hw/s390x/event-facility: Replace DO_UPCAST(SCLPEvent) by SCLP_EVENT()Philippe Mathieu-Daudé1-2/+1
2022-04-06Replace config-time define HOST_WORDS_BIGENDIANMarc-André Lureau1-1/+1
2021-09-30qbus: Rename qbus_create_inplace() to qbus_init()Peter Maydell1-2/+2
2020-10-02s390/sclp: read sccb from mem based on provided lengthCollin Walling1-1/+1
2020-07-10error: Eliminate error_propagate() with Coccinelle, part 1Markus Armbruster1-5/+2
2020-07-10qdev: Use returned bool to check for qdev_realize() etc. failureMarkus Armbruster1-6/+4
2020-06-15s390x/event-facility: Simplify creation of SCLP event devicesMarkus Armbruster1-35/+29
2020-05-15qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster1-3/+3
2020-01-27s390x/event-facility: fix error propagationCornelia Huck1-1/+1
2020-01-27s390x/event-facility.c: remove unneeded labelsDaniel Henrique Barboza1-21/+12
2019-12-18hw/s390x: rename Error ** parameter to more common errpVladimir Sementsov-Ogievskiy1-1/+1
2019-12-14s390x/event-facility: Fix realize() error API violationsMarkus Armbruster1-2/+4
2019-09-30s390x: sclp: refactor invalid command checkJanosch Frank1-3/+0
2019-08-16Clean up inclusion of sysemu/sysemu.hMarkus Armbruster1-1/+0
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
2019-06-06hw/s390x/event-facility: Use the QOM BUS() macro to access BusState.qbusPhilippe Mathieu-Daudé1-2/+2
2018-04-30hw/s390x: Allow to configure the consoles with the "-serial" parameterThomas Huth1-0/+14
2018-04-30s390x/sclp: extend SCLP event masks to 64 bitsClaudio Imbrenda1-9/+41
2018-03-08s390x/sclp: clean up sclp masksClaudio Imbrenda1-10/+10
2018-03-08s390x/sclp: proper support of larger send and receive masksClaudio Imbrenda1-13/+68
2018-03-08s390x/sclpconsole: Remove dead code - remove exit handlersNia Alarie1-14/+0
2018-02-09s390x/sclp: fix event mask handlingChristian Borntraeger1-2/+2
2017-10-20s390x/event-facility: variable-length event masksCornelia Huck1-6/+29
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster1-0/+1
2016-01-29s390: Clean up includesPeter Maydell1-0/+1
2015-10-02s390x: set missing parent for hotplug and quiesce eventsDavid Hildenbrand1-10/+10
2015-09-07s390/sclp: replace sclp event types with proper definesDavid Hildenbrand1-1/+1
2015-09-07s390/sclp: rework sclp event facility initialization + device realizationDavid Hildenbrand1-17/+33
2015-09-07s390x/event-facility: fix receive mask checkCornelia Huck1-2/+3
2015-06-22Include monitor/monitor.h exactly where neededMarkus Armbruster1-1/+0
2015-04-30sclp: sort into categoriesCornelia Huck1-0/+1
2014-10-15s390x: Drop not used allow_hotplug in event-facilityIgor Mammedov1-2/+0
2014-05-14savevm: Remove all the unneeded version_minimum_id_old (rest)Juan Quintela1-2/+1
2014-05-07hw/s390x: Add missing 'static' attributeStefan Weil1-1/+1
2014-02-27s390x/event-facility: exploit realize/unrealizeHeinz Graalfs1-9/+18
2014-02-27s390x/event-facility: add support for live migrationHeinz Graalfs1-0/+12
2014-02-27s390x/event-facility: code restructureHeinz Graalfs1-18/+16
2014-02-27s390x/event-facility: some renamingHeinz Graalfs1-9/+9
2014-02-27s390x/eventfacility: mask out commandsChristian Borntraeger1-1/+1
2014-01-21s390-sclp: SCLP Event integrationJason J. Herne1-0/+6
2013-09-20s390/eventfacility: allow childs to handle more than 1 event typeChristian Borntraeger1-1/+1
2013-09-20s390/eventfacility: fix multiple Read Event Data sourcesRalf Hoppe1-3/+3
2013-09-20s390/sclp: add reset() functionsHeinz Graalfs1-0/+9
2013-08-30qdev: Pass size to qbus_create_inplace()Andreas Färber1-2/+2
2013-03-01hw: include hw header files with full pathsPaolo Bonzini1-2/+2
2013-01-10Make all static TypeInfos constAndreas Färber1-2/+2
2012-12-19softmmu: move include files to include/sysemu/Paolo Bonzini1-1/+1