aboutsummaryrefslogtreecommitdiff
path: root/hw/s390x
AgeCommit message (Expand)Author
2020-07-10qom: Use returned bool to check for failure, manual partMarkus Armbruster
2020-07-10qom: Use returned bool to check for failure, Coccinelle partMarkus Armbruster
2020-07-10qom: Put name parameter before value / visitor parameterMarkus Armbruster
2020-07-10s390x/pci: Fix harmless mistake in zpci's property fid's setterMarkus Armbruster
2020-07-10qapi: Use returned bool to check for failure, Coccinelle partMarkus Armbruster
2020-07-10qdev: Use returned bool to check for qdev_realize() etc. failureMarkus Armbruster
2020-07-07Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2020-07-03s390x/pci: fix set_ind_atomicHalil Pasic
2020-07-03virtio-ccw: fix virtio_set_ind_atomicHalil Pasic
2020-07-02s390x/pv: Convert to ram_block_discard_disable()David Hildenbrand
2020-07-02qdev: Drop qbus_set_hotplug_handler() parameter @errpMarkus Armbruster
2020-06-18s390x/css: Refactor the css_queue_crw() routineEric Farman
2020-06-18vfio-ccw: Add support for the schib regionFarhan Ali
2020-06-15qdev: Convert bus-less devices to qdev_realize() with CoccinelleMarkus Armbruster
2020-06-15s390x/event-facility: Simplify creation of SCLP event devicesMarkus Armbruster
2020-06-15sysbus: Convert to sysbus_realize() etc. with CoccinelleMarkus Armbruster
2020-06-15qdev: Convert uses of qdev_set_parent_bus() manuallyMarkus Armbruster
2020-06-15qdev: Convert uses of qdev_set_parent_bus() with CoccinelleMarkus Armbruster
2020-06-15qdev: Convert uses of qdev_create() manuallyMarkus Armbruster
2020-06-15qdev: Convert uses of qdev_create() with CoccinelleMarkus Armbruster
2020-06-15qdev: Convert to qdev_unrealize() with CoccinelleMarkus Armbruster
2020-06-05s390x: pv: Fix KVM_PV_PREP_RESET command wrapper nameJanosch Frank
2020-05-15various: Remove unnecessary OBJECT() castPhilippe Mathieu-Daudé
2020-05-15qdev: Unrealize must not failMarkus Armbruster
2020-05-15Drop more @errp parameters after previous commitMarkus Armbruster
2020-05-15qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster
2020-05-15qom: Drop object_property_set_description() parameter @errpMarkus Armbruster
2020-05-06hw: add compat machines for 5.1Cornelia Huck
2020-04-29s390x/s390-virtio-ccw: Fix build on systems without KVMChristian Borntraeger
2020-04-29s390x/pv: Retry ioctls on -EINTRChristian Borntraeger
2020-04-29s390x: protvirt: Fix stray error_report_err in s390_machine_protectJanosch Frank
2020-04-29s390x: protvirt: SCLP interpretationJanosch Frank
2020-04-29s390x: protvirt: Inhibit balloon when switching to protected modeJanosch Frank
2020-04-29s390x: protvirt: Add migration blockerJanosch Frank
2020-04-29s390x: protvirt: Support unpack facilityJanosch Frank
2020-04-28s390x: Move diagnose 308 subcodes and rcs into ipl.hJanosch Frank
2020-04-02vl/s390x: fixup ram sizes for compat machinesChristian Borntraeger
2020-03-23s390/ipl: fix off-by-one in update_machine_ipl_properties()Halil Pasic
2020-03-16misc: Replace zero-length arrays with flexible array member (manual)Philippe Mathieu-Daudé
2020-03-10s390x: ipl: Consolidate iplb validity check into one functionJanosch Frank
2020-03-10s390/ipl: sync back loadparmHalil Pasic
2020-02-28hw: Make MachineClass::is_default a boolean typePhilippe Mathieu-Daudé
2020-02-27s390x: Rename and use constants for short PSW address and maskJanosch Frank
2020-02-25Merge branch 'exec_rw_const_v4' of https://github.com/philmd/qemu into HEADPaolo Bonzini
2020-02-20Let cpu_[physical]_memory() calls pass a boolean 'is_write' argumentPhilippe Mathieu-Daudé
2020-02-20Avoid address_space_rw() with a constant is_write argumentPeter Maydell
2020-02-20Remove unnecessary cast when using the address_space APIPhilippe Mathieu-Daudé
2020-02-19s390x/s390-virtio-ccw: use memdev for RAMIgor Mammedov
2020-01-30hw/s390x/ipl: replace deprecated qdev_reset_all registrationDamien Hedde
2020-01-30add device_legacy_reset function to prepare for reset api changeDamien Hedde