summaryrefslogtreecommitdiffstats
path: root/hw/s390x/event-facility.c
Commit message (Expand)AuthorAgeFilesLines
* Replace config-time define HOST_WORDS_BIGENDIANMarc-André Lureau2022-04-061-1/+1
* qbus: Rename qbus_create_inplace() to qbus_init()Peter Maydell2021-09-301-2/+2
* s390/sclp: read sccb from mem based on provided lengthCollin Walling2020-10-021-1/+1
* error: Eliminate error_propagate() with Coccinelle, part 1Markus Armbruster2020-07-101-5/+2Star
* qdev: Use returned bool to check for qdev_realize() etc. failureMarkus Armbruster2020-07-101-6/+4Star
* s390x/event-facility: Simplify creation of SCLP event devicesMarkus Armbruster2020-06-151-35/+29Star
* qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster2020-05-151-3/+3
* s390x/event-facility: fix error propagationCornelia Huck2020-01-271-1/+1
* s390x/event-facility.c: remove unneeded labelsDaniel Henrique Barboza2020-01-271-21/+12Star
* hw/s390x: rename Error ** parameter to more common errpVladimir Sementsov-Ogievskiy2019-12-181-1/+1
* s390x/event-facility: Fix realize() error API violationsMarkus Armbruster2019-12-141-2/+4
* s390x: sclp: refactor invalid command checkJanosch Frank2019-09-301-3/+0Star
* Clean up inclusion of sysemu/sysemu.hMarkus Armbruster2019-08-161-1/+0Star
* Include migration/vmstate.h lessMarkus Armbruster2019-08-161-0/+1
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-121-0/+1
* hw/s390x/event-facility: Use the QOM BUS() macro to access BusState.qbusPhilippe Mathieu-Daudé2019-06-061-2/+2
* hw/s390x: Allow to configure the consoles with the "-serial" parameterThomas Huth2018-04-301-0/+14
* s390x/sclp: extend SCLP event masks to 64 bitsClaudio Imbrenda2018-04-301-9/+41
* s390x/sclp: clean up sclp masksClaudio Imbrenda2018-03-081-10/+10
* s390x/sclp: proper support of larger send and receive masksClaudio Imbrenda2018-03-081-13/+68
* s390x/sclpconsole: Remove dead code - remove exit handlersNia Alarie2018-03-081-14/+0Star
* s390x/sclp: fix event mask handlingChristian Borntraeger2018-02-091-2/+2
* s390x/event-facility: variable-length event masksCornelia Huck2017-10-201-6/+29
* include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2016-03-221-0/+1
* s390: Clean up includesPeter Maydell2016-01-291-0/+1
* s390x: set missing parent for hotplug and quiesce eventsDavid Hildenbrand2015-10-021-10/+10
* s390/sclp: replace sclp event types with proper definesDavid Hildenbrand2015-09-071-1/+1
* s390/sclp: rework sclp event facility initialization + device realizationDavid Hildenbrand2015-09-071-17/+33
* s390x/event-facility: fix receive mask checkCornelia Huck2015-09-071-2/+3
* Include monitor/monitor.h exactly where neededMarkus Armbruster2015-06-221-1/+0Star
* sclp: sort into categoriesCornelia Huck2015-04-301-0/+1
* s390x: Drop not used allow_hotplug in event-facilityIgor Mammedov2014-10-151-2/+0Star
* savevm: Remove all the unneeded version_minimum_id_old (rest)Juan Quintela2014-05-141-2/+1Star
* hw/s390x: Add missing 'static' attributeStefan Weil2014-05-071-1/+1
* s390x/event-facility: exploit realize/unrealizeHeinz Graalfs2014-02-271-9/+18
* s390x/event-facility: add support for live migrationHeinz Graalfs2014-02-271-0/+12
* s390x/event-facility: code restructureHeinz Graalfs2014-02-271-18/+16Star
* s390x/event-facility: some renamingHeinz Graalfs2014-02-271-9/+9
* s390x/eventfacility: mask out commandsChristian Borntraeger2014-02-271-1/+1
* s390-sclp: SCLP Event integrationJason J. Herne2014-01-211-0/+6
* s390/eventfacility: allow childs to handle more than 1 event typeChristian Borntraeger2013-09-201-1/+1
* s390/eventfacility: fix multiple Read Event Data sourcesRalf Hoppe2013-09-201-3/+3
* s390/sclp: add reset() functionsHeinz Graalfs2013-09-201-0/+9
* qdev: Pass size to qbus_create_inplace()Andreas Färber2013-08-301-2/+2
* hw: include hw header files with full pathsPaolo Bonzini2013-03-011-2/+2
* Make all static TypeInfos constAndreas Färber2013-01-101-2/+2
* softmmu: move include files to include/sysemu/Paolo Bonzini2012-12-191-1/+1
* monitor: move include files to include/monitor/Paolo Bonzini2012-12-191-1/+1
* sclp: Fix uninitialized var in handle_write_event_buf().Cornelia Huck2012-11-261-1/+2
* s390: sclp signal quiesce supportHeinz Graalfs2012-10-291-0/+7