summaryrefslogtreecommitdiffstats
path: root/hw/s390x
Commit message (Expand)AuthorAgeFilesLines
* s390x: pv: Fix KVM_PV_PREP_RESET command wrapper nameJanosch Frank2020-06-052-2/+2
* various: Remove unnecessary OBJECT() castPhilippe Mathieu-Daudé2020-05-151-1/+1
* qdev: Unrealize must not failMarkus Armbruster2020-05-155-9/+9
* Drop more @errp parameters after previous commitMarkus Armbruster2020-05-151-1/+1
* qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster2020-05-1511-23/+22Star
* qom: Drop object_property_set_description() parameter @errpMarkus Armbruster2020-05-152-8/+4Star
* hw: add compat machines for 5.1Cornelia Huck2020-05-061-1/+13
* s390x/s390-virtio-ccw: Fix build on systems without KVMChristian Borntraeger2020-04-293-11/+13
* s390x/pv: Retry ioctls on -EINTRChristian Borntraeger2020-04-291-1/+5
* s390x: protvirt: Fix stray error_report_err in s390_machine_protectJanosch Frank2020-04-291-1/+0Star
* s390x: protvirt: SCLP interpretationJanosch Frank2020-04-291-11/+45
* s390x: protvirt: Inhibit balloon when switching to protected modeJanosch Frank2020-04-291-0/+11
* s390x: protvirt: Add migration blockerJanosch Frank2020-04-291-0/+18
* s390x: protvirt: Support unpack facilityJanosch Frank2020-04-295-8/+360
* s390x: Move diagnose 308 subcodes and rcs into ipl.hJanosch Frank2020-04-281-0/+11
* vl/s390x: fixup ram sizes for compat machinesChristian Borntraeger2020-04-024-15/+30
* s390/ipl: fix off-by-one in update_machine_ipl_properties()Halil Pasic2020-03-231-1/+1
* misc: Replace zero-length arrays with flexible array member (manual)Philippe Mathieu-Daudé2020-03-161-1/+1
* s390x: ipl: Consolidate iplb validity check into one functionJanosch Frank2020-03-101-9/+9
* s390/ipl: sync back loadparmHalil Pasic2020-03-101-0/+25
* hw: Make MachineClass::is_default a boolean typePhilippe Mathieu-Daudé2020-02-281-1/+1
* s390x: Rename and use constants for short PSW address and maskJanosch Frank2020-02-271-1/+1
* Merge branch 'exec_rw_const_v4' of https://github.com/philmd/qemu into HEADPaolo Bonzini2020-02-254-9/+9
|\
| * Let cpu_[physical]_memory() calls pass a boolean 'is_write' argumentPhilippe Mathieu-Daudé2020-02-203-3/+3
| * Avoid address_space_rw() with a constant is_write argumentPeter Maydell2020-02-201-6/+6
| * Remove unnecessary cast when using the address_space APIPhilippe Mathieu-Daudé2020-02-201-2/+2
* | s390x/s390-virtio-ccw: use memdev for RAMIgor Mammedov2020-02-191-4/+3Star
|/
* hw/s390x/ipl: replace deprecated qdev_reset_all registrationDamien Hedde2020-01-301-1/+9
* add device_legacy_reset function to prepare for reset api changeDamien Hedde2020-01-301-1/+1
* hw/core/loader: Let load_elf() populate a field with CPU-specific flagsAleksandar Markovic2020-01-291-3/+4
* hw/s390x: Add a more verbose comment about get_machine_class() and the wrappersThomas Huth2020-01-271-3/+13
* s390x/event-facility: fix error propagationCornelia Huck2020-01-271-1/+1
* s390x: adapter routes error handlingCornelia Huck2020-01-271-0/+4
* s390x/event-facility.c: remove unneeded labelsDaniel Henrique Barboza2020-01-271-21/+12Star
* s390x/sclp.c: remove unneeded label in sclp_service_call()Daniel Henrique Barboza2020-01-271-11/+5Star
* qdev: set properties with device_class_set_props()Marc-André Lureau2020-01-2416-17/+17
* vmstate: replace DeviceState with VMStateIfMarc-André Lureau2020-01-061-1/+1
* hw/s390x: rename Error ** parameter to more common errpVladimir Sementsov-Ogievskiy2019-12-182-2/+3
* s390x/event-facility: Fix realize() error API violationsMarkus Armbruster2019-12-141-2/+4
* s390x: Don't do a normal reset on the initial cpuJanosch Frank2019-12-141-0/+3
* hw: add compat machines for 5.0Cornelia Huck2019-12-141-1/+12
* virtio-blk: advertise F_WCE (F_FLUSH) if F_CONFIG_WCE is advertisedEvgeny Yakovlev2019-12-131-0/+1
* target/s390x: Remove ilen parameter from s390_program_interruptRichard Henderson2019-10-091-29/+29
* s390x/cpumodel: Prepare for changes of QEMU modelDavid Hildenbrand2019-10-091-0/+2
* s390: do not call memory_region_allocate_system_memory() multiple timesIgor Mammedov2019-09-301-27/+3Star
* s390x: sclp: Report insufficient SCCB lengthClaudio Imbrenda2019-09-301-0/+12
* s390x: sclp: fix error handling for oversize control blocksJanosch Frank2019-09-301-2/+1Star
* s390x: sclp: boundary checkJanosch Frank2019-09-301-0/+5
* s390x: sclp: refactor invalid command checkJanosch Frank2019-09-302-4/+16
* s390: PCI: fix IOMMU region initMatthew Rosato2019-09-301-1/+6