summaryrefslogtreecommitdiff
path: root/hw/s390x
AgeCommit message (Expand)Author
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
2020-01-29hw/core/loader: Let load_elf() populate a field with CPU-specific flagsAleksandar Markovic
2020-01-27hw/s390x: Add a more verbose comment about get_machine_class() and the wrappersThomas Huth
2020-01-27s390x/event-facility: fix error propagationCornelia Huck
2020-01-27s390x: adapter routes error handlingCornelia Huck
2020-01-27s390x/event-facility.c: remove unneeded labelsDaniel Henrique Barboza
2020-01-27s390x/sclp.c: remove unneeded label in sclp_service_call()Daniel Henrique Barboza
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau
2020-01-06vmstate: replace DeviceState with VMStateIfMarc-André Lureau
2019-12-18hw/s390x: rename Error ** parameter to more common errpVladimir Sementsov-Ogievskiy
2019-12-14s390x/event-facility: Fix realize() error API violationsMarkus Armbruster
2019-12-14s390x: Don't do a normal reset on the initial cpuJanosch Frank
2019-12-14hw: add compat machines for 5.0Cornelia Huck
2019-12-13virtio-blk: advertise F_WCE (F_FLUSH) if F_CONFIG_WCE is advertisedEvgeny Yakovlev
2019-10-09target/s390x: Remove ilen parameter from s390_program_interruptRichard Henderson
2019-10-09s390x/cpumodel: Prepare for changes of QEMU modelDavid Hildenbrand
2019-09-30s390: do not call memory_region_allocate_system_memory() multiple timesIgor Mammedov
2019-09-30s390x: sclp: Report insufficient SCCB lengthClaudio Imbrenda
2019-09-30s390x: sclp: fix error handling for oversize control blocksJanosch Frank
2019-09-30s390x: sclp: boundary checkJanosch Frank
2019-09-30s390x: sclp: refactor invalid command checkJanosch Frank
2019-09-30s390: PCI: fix IOMMU region initMatthew Rosato
2019-09-12migration: register_savevm_live doesn't need devDr. David Alan Gilbert
2019-09-03memory: Access MemoryRegion with endiannessTony Nguyen
2019-09-03hw/s390x: Hard code size with MO_{8|16|32|64}Tony Nguyen
2019-09-03hw/s390x: Access MemoryRegion with MemOpTony Nguyen
2019-08-21hw: add compat machines for 4.2Cornelia Huck
2019-08-16sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster
2019-08-16sysemu: Move the VMChangeStateEntry typedef to qemu/typedefs.hMarkus Armbruster
2019-08-16Clean up inclusion of sysemu/sysemu.hMarkus Armbruster
2019-08-16Include hw/boards.h a bit lessMarkus Armbruster
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster
2019-08-16Include migration/vmstate.h lessMarkus Armbruster
2019-08-16Include migration/qemu-file-types.h a lot lessMarkus Armbruster
2019-08-16Include sysemu/reset.h a lot lessMarkus Armbruster
2019-07-18s390x/pci: add some fallthrough annotationsCornelia Huck