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