| Commit message (Expand) | Author | Age | Files | Lines |
* | s390/sclp: read sccb from mem based on provided length | Collin Walling | 2020-10-02 | 1 | -1/+1 |
* | error: Eliminate error_propagate() with Coccinelle, part 1 | Markus Armbruster | 2020-07-10 | 1 | -5/+2 |
* | qdev: Use returned bool to check for qdev_realize() etc. failure | Markus Armbruster | 2020-07-10 | 1 | -6/+4 |
* | s390x/event-facility: Simplify creation of SCLP event devices | Markus Armbruster | 2020-06-15 | 1 | -35/+29 |
* | qom: Drop parameter @errp of object_property_add() & friends | Markus Armbruster | 2020-05-15 | 1 | -3/+3 |
* | s390x/event-facility: fix error propagation | Cornelia Huck | 2020-01-27 | 1 | -1/+1 |
* | s390x/event-facility.c: remove unneeded labels | Daniel Henrique Barboza | 2020-01-27 | 1 | -21/+12 |
* | hw/s390x: rename Error ** parameter to more common errp | Vladimir Sementsov-Ogievskiy | 2019-12-18 | 1 | -1/+1 |
* | s390x/event-facility: Fix realize() error API violations | Markus Armbruster | 2019-12-14 | 1 | -2/+4 |
* | s390x: sclp: refactor invalid command check | Janosch Frank | 2019-09-30 | 1 | -3/+0 |
* | Clean up inclusion of sysemu/sysemu.h | Markus Armbruster | 2019-08-16 | 1 | -1/+0 |
* | Include migration/vmstate.h less | Markus Armbruster | 2019-08-16 | 1 | -0/+1 |
* | Include qemu/module.h where needed, drop it from qemu-common.h | Markus Armbruster | 2019-06-12 | 1 | -0/+1 |
* | hw/s390x/event-facility: Use the QOM BUS() macro to access BusState.qbus | Philippe Mathieu-Daudé | 2019-06-06 | 1 | -2/+2 |
* | hw/s390x: Allow to configure the consoles with the "-serial" parameter | Thomas Huth | 2018-04-30 | 1 | -0/+14 |
* | s390x/sclp: extend SCLP event masks to 64 bits | Claudio Imbrenda | 2018-04-30 | 1 | -9/+41 |
* | s390x/sclp: clean up sclp masks | Claudio Imbrenda | 2018-03-08 | 1 | -10/+10 |
* | s390x/sclp: proper support of larger send and receive masks | Claudio Imbrenda | 2018-03-08 | 1 | -13/+68 |
* | s390x/sclpconsole: Remove dead code - remove exit handlers | Nia Alarie | 2018-03-08 | 1 | -14/+0 |
* | s390x/sclp: fix event mask handling | Christian Borntraeger | 2018-02-09 | 1 | -2/+2 |
* | s390x/event-facility: variable-length event masks | Cornelia Huck | 2017-10-20 | 1 | -6/+29 |
* | include/qemu/osdep.h: Don't include qapi/error.h | Markus Armbruster | 2016-03-22 | 1 | -0/+1 |
* | s390: Clean up includes | Peter Maydell | 2016-01-29 | 1 | -0/+1 |
* | s390x: set missing parent for hotplug and quiesce events | David Hildenbrand | 2015-10-02 | 1 | -10/+10 |
* | s390/sclp: replace sclp event types with proper defines | David Hildenbrand | 2015-09-07 | 1 | -1/+1 |
* | s390/sclp: rework sclp event facility initialization + device realization | David Hildenbrand | 2015-09-07 | 1 | -17/+33 |
* | s390x/event-facility: fix receive mask check | Cornelia Huck | 2015-09-07 | 1 | -2/+3 |
* | Include monitor/monitor.h exactly where needed | Markus Armbruster | 2015-06-22 | 1 | -1/+0 |
* | sclp: sort into categories | Cornelia Huck | 2015-04-30 | 1 | -0/+1 |
* | s390x: Drop not used allow_hotplug in event-facility | Igor Mammedov | 2014-10-15 | 1 | -2/+0 |
* | savevm: Remove all the unneeded version_minimum_id_old (rest) | Juan Quintela | 2014-05-14 | 1 | -2/+1 |
* | hw/s390x: Add missing 'static' attribute | Stefan Weil | 2014-05-07 | 1 | -1/+1 |
* | s390x/event-facility: exploit realize/unrealize | Heinz Graalfs | 2014-02-27 | 1 | -9/+18 |
* | s390x/event-facility: add support for live migration | Heinz Graalfs | 2014-02-27 | 1 | -0/+12 |
* | s390x/event-facility: code restructure | Heinz Graalfs | 2014-02-27 | 1 | -18/+16 |
* | s390x/event-facility: some renaming | Heinz Graalfs | 2014-02-27 | 1 | -9/+9 |
* | s390x/eventfacility: mask out commands | Christian Borntraeger | 2014-02-27 | 1 | -1/+1 |
* | s390-sclp: SCLP Event integration | Jason J. Herne | 2014-01-21 | 1 | -0/+6 |
* | s390/eventfacility: allow childs to handle more than 1 event type | Christian Borntraeger | 2013-09-20 | 1 | -1/+1 |
* | s390/eventfacility: fix multiple Read Event Data sources | Ralf Hoppe | 2013-09-20 | 1 | -3/+3 |
* | s390/sclp: add reset() functions | Heinz Graalfs | 2013-09-20 | 1 | -0/+9 |
* | qdev: Pass size to qbus_create_inplace() | Andreas Färber | 2013-08-30 | 1 | -2/+2 |
* | hw: include hw header files with full paths | Paolo Bonzini | 2013-03-01 | 1 | -2/+2 |
* | Make all static TypeInfos const | Andreas Färber | 2013-01-10 | 1 | -2/+2 |
* | softmmu: move include files to include/sysemu/ | Paolo Bonzini | 2012-12-19 | 1 | -1/+1 |
* | monitor: move include files to include/monitor/ | Paolo Bonzini | 2012-12-19 | 1 | -1/+1 |
* | sclp: Fix uninitialized var in handle_write_event_buf(). | Cornelia Huck | 2012-11-26 | 1 | -1/+2 |
* | s390: sclp signal quiesce support | Heinz Graalfs | 2012-10-29 | 1 | -0/+7 |
* | s390: sclp event support | Heinz Graalfs | 2012-10-29 | 1 | -0/+391 |