aboutsummaryrefslogtreecommitdiff
path: root/hw/s390x
AgeCommit message (Expand)AuthorFilesLines
2020-06-15qdev: Convert uses of qdev_set_parent_bus() manuallyMarkus Armbruster1-6/+4
2020-06-15qdev: Convert uses of qdev_set_parent_bus() with CoccinelleMarkus Armbruster11-24/+12
2020-06-15qdev: Convert uses of qdev_create() manuallyMarkus Armbruster1-2/+2
2020-06-15qdev: Convert uses of qdev_create() with CoccinelleMarkus Armbruster3-10/+10
2020-06-15qdev: Convert to qdev_unrealize() with CoccinelleMarkus Armbruster2-3/+3
2020-06-05s390x: pv: Fix KVM_PV_PREP_RESET command wrapper nameJanosch Frank2-2/+2
2020-05-15various: Remove unnecessary OBJECT() castPhilippe Mathieu-Daudé1-1/+1
2020-05-15qdev: Unrealize must not failMarkus Armbruster5-9/+9
2020-05-15Drop more @errp parameters after previous commitMarkus Armbruster1-1/+1
2020-05-15qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster11-23/+22
2020-05-15qom: Drop object_property_set_description() parameter @errpMarkus Armbruster2-8/+4
2020-05-06hw: add compat machines for 5.1Cornelia Huck1-1/+13
2020-04-29s390x/s390-virtio-ccw: Fix build on systems without KVMChristian Borntraeger3-11/+13
2020-04-29s390x/pv: Retry ioctls on -EINTRChristian Borntraeger1-1/+5
2020-04-29s390x: protvirt: Fix stray error_report_err in s390_machine_protectJanosch Frank1-1/+0
2020-04-29s390x: protvirt: SCLP interpretationJanosch Frank1-11/+45
2020-04-29s390x: protvirt: Inhibit balloon when switching to protected modeJanosch Frank1-0/+11
2020-04-29s390x: protvirt: Add migration blockerJanosch Frank1-0/+18
2020-04-29s390x: protvirt: Support unpack facilityJanosch Frank5-8/+360
2020-04-28s390x: Move diagnose 308 subcodes and rcs into ipl.hJanosch Frank1-0/+11
2020-04-02vl/s390x: fixup ram sizes for compat machinesChristian Borntraeger4-15/+30
2020-03-23s390/ipl: fix off-by-one in update_machine_ipl_properties()Halil Pasic1-1/+1
2020-03-16misc: Replace zero-length arrays with flexible array member (manual)Philippe Mathieu-Daudé1-1/+1
2020-03-10s390x: ipl: Consolidate iplb validity check into one functionJanosch Frank1-9/+9
2020-03-10s390/ipl: sync back loadparmHalil Pasic1-0/+25
2020-02-28hw: Make MachineClass::is_default a boolean typePhilippe Mathieu-Daudé1-1/+1
2020-02-27s390x: Rename and use constants for short PSW address and maskJanosch Frank1-1/+1
2020-02-25Merge branch 'exec_rw_const_v4' of https://github.com/philmd/qemu into HEADPaolo Bonzini4-9/+9
2020-02-20Let cpu_[physical]_memory() calls pass a boolean 'is_write' argumentPhilippe Mathieu-Daudé3-3/+3
2020-02-20Avoid address_space_rw() with a constant is_write argumentPeter Maydell1-6/+6
2020-02-20Remove unnecessary cast when using the address_space APIPhilippe Mathieu-Daudé1-2/+2
2020-02-19s390x/s390-virtio-ccw: use memdev for RAMIgor Mammedov1-4/+3
2020-01-30hw/s390x/ipl: replace deprecated qdev_reset_all registrationDamien Hedde1-1/+9
2020-01-30add device_legacy_reset function to prepare for reset api changeDamien Hedde1-1/+1
2020-01-29hw/core/loader: Let load_elf() populate a field with CPU-specific flagsAleksandar Markovic1-3/+4
2020-01-27hw/s390x: Add a more verbose comment about get_machine_class() and the wrappersThomas Huth1-3/+13
2020-01-27s390x/event-facility: fix error propagationCornelia Huck1-1/+1
2020-01-27s390x: adapter routes error handlingCornelia Huck1-0/+4
2020-01-27s390x/event-facility.c: remove unneeded labelsDaniel Henrique Barboza1-21/+12
2020-01-27s390x/sclp.c: remove unneeded label in sclp_service_call()Daniel Henrique Barboza1-11/+5
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau16-17/+17
2020-01-06vmstate: replace DeviceState with VMStateIfMarc-André Lureau1-1/+1
2019-12-18hw/s390x: rename Error ** parameter to more common errpVladimir Sementsov-Ogievskiy2-2/+3
2019-12-14s390x/event-facility: Fix realize() error API violationsMarkus Armbruster1-2/+4
2019-12-14s390x: Don't do a normal reset on the initial cpuJanosch Frank1-0/+3
2019-12-14hw: add compat machines for 5.0Cornelia Huck1-1/+12
2019-12-13virtio-blk: advertise F_WCE (F_FLUSH) if F_CONFIG_WCE is advertisedEvgeny Yakovlev1-0/+1
2019-10-09target/s390x: Remove ilen parameter from s390_program_interruptRichard Henderson1-29/+29
2019-10-09s390x/cpumodel: Prepare for changes of QEMU modelDavid Hildenbrand1-0/+2
2019-09-30s390: do not call memory_region_allocate_system_memory() multiple timesIgor Mammedov1-27/+3