aboutsummaryrefslogtreecommitdiff
path: root/hw/s390x
AgeCommit message (Expand)AuthorFilesLines
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
2019-09-30s390x: sclp: Report insufficient SCCB lengthClaudio Imbrenda1-0/+12
2019-09-30s390x: sclp: fix error handling for oversize control blocksJanosch Frank1-2/+1
2019-09-30s390x: sclp: boundary checkJanosch Frank1-0/+5
2019-09-30s390x: sclp: refactor invalid command checkJanosch Frank2-4/+16
2019-09-30s390: PCI: fix IOMMU region initMatthew Rosato1-1/+6
2019-09-12migration: register_savevm_live doesn't need devDr. David Alan Gilbert3-3/+3
2019-09-03memory: Access MemoryRegion with endiannessTony Nguyen1-2/+4
2019-09-03hw/s390x: Hard code size with MO_{8|16|32|64}Tony Nguyen1-2/+1
2019-09-03hw/s390x: Access MemoryRegion with MemOpTony Nguyen1-3/+5
2019-08-21hw: add compat machines for 4.2Cornelia Huck1-1/+13
2019-08-16sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster3-2/+3
2019-08-16sysemu: Move the VMChangeStateEntry typedef to qemu/typedefs.hMarkus Armbruster2-0/+2
2019-08-16Clean up inclusion of sysemu/sysemu.hMarkus Armbruster3-3/+0
2019-08-16Include hw/boards.h a bit lessMarkus Armbruster1-1/+0
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster21-4/+20
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster1-1/+0
2019-08-16Include migration/vmstate.h lessMarkus Armbruster2-0/+2
2019-08-16Include migration/qemu-file-types.h a lot lessMarkus Armbruster3-0/+3
2019-08-16Include sysemu/reset.h a lot lessMarkus Armbruster2-0/+2
2019-07-18s390x/pci: add some fallthrough annotationsCornelia Huck1-0/+2
2019-07-05hw/s390x: Replace global smp variables with machine smp propertiesLike Xu2-2/+3
2019-07-05machine: Refactor smp-related call chains to pass MachineStateLike Xu1-3/+3
2019-07-03Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2019-07-02-v2'...Peter Maydell1-1/+1
2019-07-02qapi: Rename target.json to misc-target.jsonMarkus Armbruster1-1/+1
2019-06-24vfio-ccw: support async command subregionCornelia Huck2-4/+43
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster3-1/+2
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster24-1/+29